CVE-2026-32949: SQLBot: SSRF to Arbitrary File Read (AFR) via Rogue MySQL
SQLBot is an intelligent data query system based on a large language model and RAG. Versions prior to 1.7.0 contain a Server-Side Request Forgery (SSRF) vulnerability that allows an attacker to retrieve arbitrary system and application files from the server. An attacker can exploit the /api/v1/datasource/check endpoint by configuring a forged MySQL data source with a malicious parameter extraJdbc="localinfile=1". When the SQLBot backend attempts to verify the connectivity of this data source, an attacker-controlled Rogue MySQL server issues a malicious LOAD DATA LOCAL INFILE command during the MySQL handshake. This forces the target server to read arbitrary files from its local filesystem (such as /etc/passwd or configuration files) and transmit the contents back to the attacker. This issue was fixed in version 1.7.0.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2026-32949?
CVE-2026-32949 is classified as a moderate severity vulnerability due to the potential for arbitrary file reading via SSRF.
How do I fix CVE-2026-32949?
To fix CVE-2026-32949, upgrade SQLBot to version 1.7.0 or later.
What does CVE-2026-32949 allow attackers to do?
CVE-2026-32949 allows attackers to use Server-Side Request Forgery to retrieve arbitrary system and application files.
Which versions of SQLBot are affected by CVE-2026-32949?
CVE-2026-32949 affects all versions of SQLBot prior to 1.7.0.
Is there a exploit associated with CVE-2026-32949?
Yes, CVE-2026-32949 can be exploited to expose sensitive files on the server by triggering the SSRF vulnerabilty.