Cyber Resilience

CVE-2023-0947

CriticalPublic PoC

Published: 22 February 2023

Published
22 February 2023
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.5298 98.0th percentile
Risk Priority 51 60% EPSS · 20% KEV · 20% CVSS

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

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

flatpress
flatpress
≤ 1.2.1

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.

addresses: CWE-22

Validates pathnames and filenames to prevent traversal outside intended directories.

References