CVE-2023-0947
Published: 22 February 2023
Summary
CVE-2023-0947 is a critical-severity Path Traversal (CWE-22) vulnerability in Flatpress Flatpress. Its CVSS base score is 9.8 (Critical).
Operationally, ranked in the top 2.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Deeper analysis
CVE-2023-0947 is a path traversal vulnerability, tracked as CWE-22, that affects the FlatPress blogging platform in the flatpressblog/flatpress GitHub repository for all versions prior to 1.3. The flaw received a CVSS 3.1 score of 9.8, reflecting network-accessible attack vectors that require no authentication or user interaction and can impact confidentiality, integrity, and availability.
An unauthenticated attacker can supply crafted path sequences to read or write arbitrary files on the underlying server, enabling full system compromise in affected deployments. Because the vulnerability is reachable over the network without credentials, remote exploitation can lead to source-code disclosure, configuration tampering, or execution of attacker-controlled content.
Public references point to a specific commit that resolves the issue in version 1.3, and the flaw was originally reported through the huntr.dev coordinated disclosure platform. Administrators are advised to upgrade immediately to the patched release to eliminate the traversal vectors.
EPSS scores for the CVE rose from lower values to a peak of 0.8056 before receding to the current 0.5298, indicating a period of heightened exploitation interest after disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-12933
Vulnerability details
Path Traversal in GitHub repository flatpressblog/flatpress prior to 1.3.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Validates pathnames and filenames to prevent traversal outside intended directories.