CVE-2024-0818
Published: 07 March 2024
Summary
CVE-2024-0818 is a critical-severity Path Traversal (CWE-22) vulnerability in Paddlepaddle Paddlepaddle. Its CVSS base score is 9.1 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Windows Service (T1543.003); ranked in the top 42.6% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
This vulnerability is AI-related — categorised as Deep Learning Frameworks; in the Other ATLAS/OWASP Terms risk domain; MITRE ATLAS techniques in scope: AI Supply Chain Compromise (AML.T0010), External Harms (AML.T0048).
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-0791
Vulnerability details
Arbitrary File Overwrite Via Path Traversal in paddlepaddle/paddle before 2.6
- CWE(s)
AI Security AnalysisAI
- AI Category
- Deep Learning Frameworks
- Risk Domain
- Other ATLAS/OWASP Terms
- OWASP Top 10 for LLMs 2025
- None mapped
- Classification Reason
- PaddlePaddle is an open-source deep learning framework, and the vulnerability affects its core library (paddlepaddle/paddle), matching the Deep Learning Frameworks category.
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Path traversal enabling arbitrary file overwrite allows modification of service configurations (T1031, T1543), disabling security tools (T1562.001), disk content wiping (T1561.001), data destruction (T1485), and stored data manipulation (T1565.001).
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.