CVE-2024-57189
Published: 10 June 2025
Summary
CVE-2024-57189 is a medium-severity Path Traversal (CWE-22) vulnerability in Erxes Erxes. Its CVSS base score is 5.4 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 26.4% 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-54663
Vulnerability details
In Erxes <1.6.2, an authenticated attacker can write to arbitrary files on the system using a Path Traversal vulnerability in the importHistoriesCreate GraphQL mutation handler.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Path traversal enables arbitrary file writes, facilitating exploitation of public-facing app (T1190), web shell deployment (T1505.003), persistence via cron (T1053.003) or systemd (T1543.002), SSH key addition (T1098.004), log clearing (T1070.002), and disabling tools (T1562.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.