CVE-2024-1485
Published: 14 February 2024
Summary
CVE-2024-1485 is a high-severity Path Traversal (CWE-22) vulnerability in Devfile Registry-Support. Its CVSS base score is 8.0 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique File Deletion (T1070.004); ranked in the top 15.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-0570
Vulnerability details
A flaw was found in the decompression function of registry-support. This issue can be triggered if an unauthenticated remote attacker tricks a user into parsing a devfile which uses the `parent` or `plugin` keywords. This could download a malicious archive…
more
and cause the cleanup process to overwrite or delete files outside of the archive, which should not be allowed.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Vulnerability allows unauthenticated attackers to trick users into processing malicious archives, enabling arbitrary file deletion and overwrite outside the intended scope via relative paths in decompression cleanup, facilitating indicator removal via file deletion, data destruction, and stored data manipulation.
MITRE ATLAS TechniquesAI
MITRE ATLAS techniques
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.