Safety vulnerability ID: 73317
The information on this page was manually curated by our Cybersecurity Intelligence Team.
A critical arbitrary code execution vulnerability affects MindsDB, particularly in the ChromaDB, SharePoint, Weaviate, and VectorDatabase integrations. Attackers can exploit this vulnerability by crafting malicious queries, including 'INSERT' queries for list item creation in SharePoint databases. The system executes arbitrary Python code on the server using the unsafe eval() function when processing these queries. This flaw allows unauthorized command execution, potentially compromising system integrity and confidentiality. The vulnerability falls under CWE-95: Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection'). The update replaces the unsafe eval() function with ast.literal_eval(), significantly improving security by limiting evaluation to literal expressions only. This change prevents the execution of arbitrary Python code, effectively mitigating the risk of code injection attacks across all affected integrations.
Latest version: 24.11.3.0
MindsDB's AI SQL Server enables developers to build AI tools that need access to real-time data to perform their tasks
This vulnerability has no description
Scan your Python project for dependency vulnerabilities in two minutes
Scan your application