Vulnerability Description
SQLBot is an intelligent data query system based on a large language model and RAG. Versions prior to 1.7.0 contain a critical SQL Injection vulnerability in the /api/v1/datasource/uploadExcel endpoint that enables Remote Code Execution (RCE), allowing any authenticated user (even the lowest-privileged) to fully compromise the backend server. The root cause is twofold: Excel Sheet names are concatenated directly into PostgreSQL table names without sanitization (datasource.py#L351), and those table names are embedded into COPY SQL statements via f-strings instead of parameterized queries (datasource.py#L385-L388). An attacker can bypass the 31-character Sheet name limit using a two-stage technique—first uploading a normal file whose data rows contain shell commands, then uploading an XML-tampered file whose Sheet name injects a TO PROGRAM 'sh' clause into the SQL. Confirmed impacts include arbitrary command execution as the postgres user (uid=999), sensitive file exfiltration (e.g., /etc/passwd, /etc/shadow), and complete PostgreSQL database takeover. This issue has been fixed in version 1.7.0.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Fit2Cloud | Sqlbot | < 1.7.0 |
Related Weaknesses (CWE)
References
- https://github.com/dataease/SQLBot/commit/39f2203cec4bb4b0aa541710733fe7608e3d3cPatch
- https://github.com/dataease/SQLBot/releases/tag/v1.7.0Release Notes
- https://github.com/dataease/SQLBot/security/advisories/GHSA-7hww-8rj5-7rmmExploitVendor Advisory
FAQ
What is CVE-2026-32950?
CVE-2026-32950 is a vulnerability with a CVSS score of 8.8 (HIGH). SQLBot is an intelligent data query system based on a large language model and RAG. Versions prior to 1.7.0 contain a critical SQL Injection vulnerability in the /api/v1/datasource/uploadExcel endpoin...
How severe is CVE-2026-32950?
CVE-2026-32950 has been rated HIGH with a CVSS base score of 8.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-32950?
Check the references section above for vendor advisories and patch information. Affected products include: Fit2Cloud Sqlbot.