SQLBot 是一个基于大语言模型和检索增强生成(RAG)的智能文本转SQL系统。在版本 1.9.0 之前,经过身份验证的用户可以在通过 POST /api/v1/datasource/ 提交的 Excel 数据源配置中,构造一个恶意的 sheet["tableName"] 值,而 SQLBot 在未对标识符进行安全处理的情况下存储了该值。当后续通过 DELETE /api/v1/datasource/{id} 删除该数据源时,所存储的值会被直接拼接到用于清理数据源的 SQL 语句中,并由 PostgreSQL 执
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
| # | POC Description | Source Link | Shenlong Link |
|---|
No public POC found.
Login to generate AI POC| CVE-2026-53554 | 7.3 HIGH | SQLBot: Arbitrary File Write via parseExcel Leading to Code Execution Through Alembic Impo |
| CVE-2026-53556 | 6.0 MEDIUM | SQLBot: Authenticated SQL Injection in previewData Resulting in Arbitrary File Read |
| CVE-2026-53555 | 5.1 MEDIUM | Stored XSS via SVG Upload |
No comments yet