CVE-2025-69285

MEDIUM

fit2cloud SQLBot < 1.5.0 - Unauthenticated Arbitrary Data Injection via Excel/CSV Upload Endpoint

Title source: llm
STIX 2.1

Description

SQLBot is an intelligent data query system based on a large language model and RAG. Versions prior to 1.5.0 contain a missing authentication vulnerability in the /api/v1/datasource/uploadExcel endpoint, allowing a remote unauthenticated attacker to upload arbitrary Excel/CSV files and inject data directly into the PostgreSQL database. The endpoint is explicitly added to the authentication whitelist, causing the TokenMiddleware to bypass all token validation. Uploaded files are parsed by pandas and inserted into the database via to_sql() with if_exists='replace' mode. The vulnerability has been fixed in v1.5.0. No known workarounds are available.

References (2)

Core 2
Core References
Exploit, Third Party Advisory x_refsource_confirm
https://github.com/dataease/SQLBot/security/advisories/GHSA-crfm-cch4-hjpv
Product, Release Notes x_refsource_misc
https://github.com/dataease/SQLBot/releases/tag/v1.5.0

Scores

CVSS v3 6.1
EPSS 0.0011
EPSS Percentile 28.7%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

CISA SSVC

Vulnrichment
Exploitation poc
Automatable yes
Technical Impact partial

Details

CWE
CWE-306
Status published
Products (1)
fit2cloud/sqlbot < 1.5.0
Published Jan 21, 2026
Tracked Since Feb 18, 2026