CVE-2023-50449
Published: 10 December 2023
Summary
CVE-2023-50449 is a high-severity Path Traversal (CWE-22) vulnerability in Jfinalcms Project Jfinalcms. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique /etc/passwd and /etc/shadow (T1003.008); ranked at the 31.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-3154
Vulnerability details
JFinalCMS 5.0.0 could allow a remote attacker to read files via ../ Directory Traversal in the /common/down/file fileKey parameter.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Unauthenticated directory traversal enables arbitrary file read (e.g., /etc/passwd), facilitating public-facing app exploitation (T1190), local system data collection (T1005), local account discovery (T1087.001), /etc/passwd credential dumping (T1003.008), and 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.