CVE-2024-0521
Published: 20 January 2024
Summary
CVE-2024-0521 is a high-severity Code Injection (CWE-94) vulnerability in Paddlepaddle Paddle. Its CVSS base score is 7.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Client Execution (T1203); ranked at the 26.6th percentile by exploit likelihood (below the median); 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: LLM Prompt Injection (AML.T0051), Exfiltration via AI Inference API (AML.T0024), AI Supply Chain Compromise (AML.T0010).
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-0333
Vulnerability details
Code Injection in paddlepaddle/paddle
- 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 a deep learning framework from Baidu, and the CVE describes a code injection vulnerability in paddlepaddle/paddle, confirmed AI-related via huntr.com AI/ML bug bounty platform.
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Code injection vulnerability in PaddlePaddle (Python-based ML framework) enables arbitrary code execution via client software exploitation and Python interpreter abuse.
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.
Makes persistent code injection into loaded programs impossible when the executable image itself resides on hardware-protected read-only media.
Dynamically generated code can be produced and executed inside the isolated chamber, preventing host compromise from code-injection payloads.
Validates inputs used in dynamic code generation to block injected directives.
Directly prevents execution of attacker-supplied code written into data memory regions.