CVE-2024-27765
Published: 05 March 2024
Summary
CVE-2024-27765 is a high-severity Path Traversal (CWE-22) vulnerability in Jeewms Jeewms. 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 in the top 45.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-24958
Vulnerability details
Directory Traversal vulnerability in Jeewms v.3.7 and before allows a remote attacker to obtain sensitive information via the cgformTemplateController component.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Pre-auth directory traversal enables arbitrary file read (e.g., /etc/passwd), facilitating public-facing app exploitation (T1190), file discovery (T1083), user discovery (T1033), credential dumping from /etc/passwd/shadow (T1003.008), and 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.