Cyber Posture

CVE-2026-33324

HighPublic PoC

Published: 05 May 2026

Published
05 May 2026
Modified
08 May 2026
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0029 51.9th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-33324 is a high-severity SQL Injection (CWE-89) vulnerability in Fit2Cloud Sqlbot. Its CVSS base score is 8.8 (High).

Operationally, ranked in the top 48.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

This vulnerability is AI-related — categorised as Other AI Platforms; in the LLM/Generative AI Risks risk domain.

Threat & Defense Details

Likely Mitigating ControlsAI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-89

Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.

addresses: CWE-89

Validates query inputs to prevent SQL syntax or command manipulation.

NVD Description

SQLBot is an intelligent Text-to-SQL system based on large language models and RAG. In versions 1.7.0 and earlier, the Text2SQL chat interface is vulnerable to prompt injection. The user-provided question parameter is directly concatenated into the LLM prompt without filtering…

more

or escaping, and the SQL extracted from the LLM response is executed against the database without validation or sanitization. An authenticated attacker can craft a malicious question to manipulate the LLM into generating and executing arbitrary SQL statements. When connected to a PostgreSQL data source, this can lead to remote code execution via COPY FROM PROGRAM. This issue has been fixed in version 1.7.1.

Deeper analysisAI

Automated synthesis unavailable for this CVE.

Details

CWE(s)

Affected Products

fit2cloud
sqlbot
≤ 1.7.1

AI Security AnalysisAI

AI Category
Other AI Platforms
Risk Domain
LLM/Generative AI Risks
OWASP Top 10 for LLMs 2025
None mapped
Classification Reason
Matched keywords: prompt injection, llm, llm, llm

CVEs Like This One

CVE-2026-32949Same product: Fit2Cloud Sqlbot
CVE-2026-32622Same product: Fit2Cloud Sqlbot
CVE-2026-32950Same product: Fit2Cloud Sqlbot
CVE-2025-70981Same vendor: Fit2Cloud
CVE-2023-7337Shared CWE-89
CVE-2025-54424Same vendor: Fit2Cloud
CVE-2026-29099Shared CWE-89
CVE-2026-28438Shared CWE-89
CVE-2026-22743Shared CWE-89
CVE-2026-3456Shared CWE-89

References