CVE-2024-46212
Published: 16 October 2024
Summary
CVE-2024-46212 is a medium-severity Path Traversal (CWE-22) vulnerability in Redaxo Redaxo. Its CVSS base score is 4.9 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Local System (T1005); ranked in the top 26.2% 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-2913
Vulnerability details
An issue in the component /index.php?page=backup/export of REDAXO CMS v5.17.1 allows attackers to execute a directory traversal.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The directory traversal vulnerability in REDAXO CMS allows arbitrary file reads via the web interface, enabling exploitation of public-facing applications (T1190), file and directory discovery (T1083), data collection from the local system (T1005), and access to credentials in files (T1081).
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.