CVE-2026-32622

SQLBot is an intelligent data query system based on a large language model and RAG. Versions 1.5.0 and below contain a Stored Prompt Injection vulnerability that chains three flaws: a missing permission check on the Excel upload API allowing any authenticated user to upload malicious terminology, unsanitized storage of terminology descriptions containing dangerous payloads, and a lack of semantic fencing when injecting terminology into the LLM's system prompt. Together, these flaws allow an attacker to hijack the LLM's reasoning to generate malicious PostgreSQL commands (e.g., COPY ... TO PROGRAM), ultimately achieving Remote Code Execution on the database or application server with postgres user privileges. The issue is fixed in v1.6.0.
Configurations

Configuration 1 (hide)

cpe:2.3:a:fit2cloud:sqlbot:*:*:*:*:*:*:*:*

History

23 Mar 2026, 17:34

Type Values Removed Values Added
CPE cpe:2.3:a:fit2cloud:sqlbot:*:*:*:*:*:*:*:*
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 8.8
References () https://github.com/dataease/SQLBot/releases/tag/v1.6.0 - () https://github.com/dataease/SQLBot/releases/tag/v1.6.0 - Release Notes
References () https://github.com/dataease/SQLBot/security/advisories/GHSA-m7q7-vhw9-q7m3 - () https://github.com/dataease/SQLBot/security/advisories/GHSA-m7q7-vhw9-q7m3 - Exploit, Vendor Advisory
First Time Fit2cloud sqlbot
Fit2cloud
Summary
  • (es) SQLBot es un sistema inteligente de consulta de datos basado en un modelo de lenguaje grande y RAG. Las versiones 1.5.0 e inferiores contienen una vulnerabilidad de inyección de prompt almacenado que encadena tres fallos: una falta de verificación de permisos en la API de carga de Excel que permite a cualquier usuario autenticado cargar terminología maliciosa, un almacenamiento no saneado de descripciones de terminología que contienen cargas útiles peligrosas, y una falta de cercado semántico al inyectar terminología en el prompt del sistema del LLM. Juntos, estos fallos permiten a un atacante secuestrar el razonamiento del LLM para generar comandos PostgreSQL maliciosos (por ejemplo, COPY ... TO PROGRAM), logrando en última instancia la Ejecución Remota de Código en la base de datos o el servidor de aplicaciones con privilegios de usuario postgres. El problema está solucionado en la v1.6.0.

19 Mar 2026, 21:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-19 21:17

Updated : 2026-03-23 17:34


NVD link : CVE-2026-32622

Mitre link : CVE-2026-32622

CVE.ORG link : CVE-2026-32622


JSON object : View

Products Affected

fit2cloud

  • sqlbot
CWE
CWE-20

Improper Input Validation

CWE-74

Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

CWE-77

Improper Neutralization of Special Elements used in a Command ('Command Injection')

CWE-862

Missing Authorization