CVE-2024-44867
Published: 10 September 2024
Summary
CVE-2024-44867 is a high-severity Path Traversal (CWE-22) vulnerability in Phpok Phpok. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Local System (T1005); ranked in the top 4.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Deeper analysis
phpok version 3.0 contains an arbitrary file read vulnerability in the /autoload/file.php component. The flaw is tracked as CVE-2024-44867, carries a CVSS 3.1 score of 7.5, and is classified under CWE-22 path traversal, allowing remote attackers to access files outside intended directories without authentication.
Unauthenticated attackers with network access can supply crafted requests to the affected component and retrieve arbitrary files from the server, resulting in disclosure of sensitive configuration data, source code, or other restricted content while leaving integrity and availability unaffected.
Public references include detailed technical write-ups and exploit artifacts hosted on GitHub repositories maintained by the researcher ChengZyin, indicating that proof-of-concept code has been released. The EPSS score remains flat at 0.1927 with no observed upward trajectory after disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-41128
Vulnerability details
phpok v3.0 was discovered to contain an arbitrary file read vulnerability via the component /autoload/file.php.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Arbitrary file read vulnerability in public-facing phpok web app (T1190) enables collection of data from local system (T1005), file and directory discovery (T1083), and access to unsecured credentials in files (T1552.001).
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.