目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-32950— SQLBot SQL注入漏洞

一分钟漏洞结论

影响对象
dataease SQLBot
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

SQLBot是DataEase开源的一个基于大模型和RAG的智能问数系统。 SQLBot 1.7.0之前版本存在SQL注入漏洞,该漏洞源于Excel工作表名称未经清理直接拼接到PostgreSQL表名中,且表名通过f-string嵌入SQL语句,可能导致SQL注入和远程代码执行。

AI 预测 9.8 利用难度: 困难 EPSS 0.88% · P56
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-32950 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
SQLBot: RCE via SQL Injection in Excel Upload Endpoint
来源: CVE Program / CVE List V5
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.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
SQL命令中使用的特殊元素转义处理不恰当(SQL注入)
来源: CVE Program / CVE List V5
Vulnerability Title
SQLBot SQL注入漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
SQLBot是DataEase开源的一个基于大模型和RAG的智能问数系统。 SQLBot 1.7.0之前版本存在SQL注入漏洞,该漏洞源于Excel工作表名称未经清理直接拼接到PostgreSQL表名中,且表名通过f-string嵌入SQL语句,可能导致SQL注入和远程代码执行。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
dataease SQLBot < 1.7.0 -

二、漏洞 CVE-2026-32950 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-32950 的情报信息

登录查看更多情报信息。

CVE-2026-32950 补丁与修复 (1)

CVE-2026-32950 厂商安全公告 (1)

CVE-2026-32950 厂商页面 (1)

同批安全公告 · dataease · 2026-03-20 · 共 3 条

CVE-2026-32939 DataEase 安全漏洞
CVE-2026-32949 SQLBot 代码问题漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-32950

暂无评论


发表评论