CVE-2024-45846
Published: 12 September 2024
Summary
CVE-2024-45846 is a high-severity Eval Injection (CWE-95) vulnerability in Mindsdb Mindsdb. Its CVSS base score is 8.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Python (T1059.006); ranked in the top 36.4% 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 Other Platforms; in the Other ATLAS/OWASP Terms risk domain; MITRE ATLAS techniques in scope: Direct (AML.T0051.000), Hardware (AML.T0010.000), Invert AI Model (AML.T0024.001).
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-0105
Vulnerability details
An arbitrary code execution vulnerability exists in versions 23.10.3.0 up to 24.7.4.1 of the MindsDB platform, when the Weaviate integration is installed on the server. If a specially crafted ‘SELECT WHERE’ clause containing Python code is run against a database…
more
created with the Weaviate engine, the code will be passed to an eval function and executed on the server.
- CWE(s)
AI Security AnalysisAI
- AI Category
- Other Platforms
- Risk Domain
- Other ATLAS/OWASP Terms
- OWASP Top 10 for LLMs 2025
- None mapped
- Classification Reason
- MindsDB is an AI/ML platform (AutoML for developers) that integrates with vector databases like Weaviate, ChromaDB, and others for AI applications such as embeddings and similarity search, fitting the 'Other Platforms' category as an enterprise AI platform.
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Authenticated arbitrary Python code execution via eval injection in MindsDB handlers (Weaviate SELECT, vector DB UPDATE, ChromaDB INSERT, SharePoint list creation) enables Python interpreter abuse (T1059.006), exploitation for privilege escalation from low-priv (T1068), and exploitation of remote services (T1210).
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.