CVE-2024-27764
Published: 05 March 2024
Summary
CVE-2024-27764 is a critical-severity Path Traversal (CWE-22) vulnerability in Jeewms Jeewms. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique /etc/passwd and /etc/shadow (T1003.008); ranked in the top 21.8% 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-24957
Vulnerability details
An issue in Jeewms v.3.7 and before allows a remote attacker to escalate privileges via the AuthInterceptor component.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Pre-auth arbitrary file download via AuthInterceptor bypass and path traversal in cgformTemplateController enables exploitation of public-facing application (T1190), data from local system (T1005), /etc/passwd and /etc/shadow access (T1003.008), local account discovery (T1087.001), credentials in files (T1552.001), and privilege escalation (T1068).
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.