CVE-2026-4506
Remote Code Injection in Mindinventory MindSQL ask_db Function
Publication date: 2026-03-20
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| mindinventory | mindsql | to 0.2.1 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-94 | The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. |
| CWE-74 | The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in Mindinventory MindSQL up to version 0.2.1, specifically in the function ask_db located in the file mindsql/core/mindsql_core.py. It allows an attacker to perform code injection by manipulating this function. The attack can be initiated remotely, meaning an attacker does not need local access to exploit it.
The vendor was informed early about this issue but did not respond, and the exploit has been made public, increasing the risk of exploitation.
How can this vulnerability impact me? :
This vulnerability can lead to remote code execution on the affected system, allowing an attacker to run arbitrary code. This can compromise the confidentiality, integrity, and availability of the system and its data.
Because the exploit is publicly available and the vendor has not responded, the risk of exploitation is higher, potentially leading to unauthorized access, data breaches, or system disruption.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know