Cyber Posture

CVE-2026-33980

HighPublic PoC

Published: 27 March 2026

Published
27 March 2026
Modified
22 April 2026
KEV Added
Patch
CVSS Score 8.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
EPSS Score 0.0004 13.0th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-33980 is a high-severity Improper Neutralization of Special Elements in Data Query Logic (CWE-943) vulnerability in Pab1It0 Azure Data Explorer Mcp Server. Its CVSS base score is 8.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 13.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

This vulnerability is AI-related — categorised as AI Agent Protocols and Integrations; in the Protocol-Specific Risks risk domain.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly prevents KQL injection by requiring validation and sanitization of the table_name parameter before interpolating it into queries in the affected MCP tool handlers.

prevent

Mandates timely remediation of the specific KQL injection flaws in get_table_schema, sample_table_data, and get_table_details via patching as in commit 0abe0ee55279e111281076393e5e966335fffd30.

detect

Facilitates detection of exploitation by monitoring for indicators of anomalous KQL query executions triggered by malicious table_name inputs.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
T1565.001 Stored Data Manipulation Impact
Adversaries may insert, delete, or manipulate data at rest in order to influence external outcomes or hide activity, thus threatening the integrity of the data.
Why these techniques?

KQL injection in the exposed MCP server handlers directly enables exploitation of a public-facing application (T1190) to achieve arbitrary query execution against Azure Data Explorer, facilitating data access from databases (T1213.006) and stored data manipulation (T1565.001).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

NVD Description

Azure Data Explorer MCP Server is a Model Context Protocol (MCP) server that enables AI assistants to execute KQL queries and explore Azure Data Explorer (ADX/Kusto) databases through standardized interfaces. Versions up to and including 0.1.1 contain KQL (Kusto Query…

more

Language) injection vulnerabilities in three MCP tool handlers: `get_table_schema`, `sample_table_data`, and `get_table_details`. The `table_name` parameter is interpolated directly into KQL queries via f-strings without any validation or sanitization, allowing an attacker (or a prompt-injected AI agent) to execute arbitrary KQL queries against the Azure Data Explorer cluster. Commit 0abe0ee55279e111281076393e5e966335fffd30 patches the issue.

Deeper analysisAI

Azure Data Explorer MCP Server, a Model Context Protocol (MCP) server that allows AI assistants to execute KQL queries and explore Azure Data Explorer (ADX/Kusto) databases via standardized interfaces, contains KQL injection vulnerabilities in versions up to and including 0.1.1. The flaws affect three MCP tool handlers—get_table_schema, sample_table_data, and get_table_details—where the table_name parameter is directly interpolated into KQL queries using f-strings without validation or sanitization. This enables attackers to inject and execute arbitrary KQL queries against the connected Azure Data Explorer cluster. The vulnerability is rated with a CVSS v3.1 base score of 8.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L) and is associated with CWE-943.

Attackers with low privileges (PR:L) can exploit this over the network with low complexity and no user interaction required. Exploitation occurs by supplying a malicious table_name value, potentially through direct access to the MCP server or via a prompt-injected AI agent interacting with the tools. Successful attacks allow arbitrary KQL query execution, enabling high confidentiality and integrity impacts such as data exfiltration, modification, or limited denial of service, depending on the attacker's permissions within the Azure Data Explorer cluster.

The patching commit 0abe0ee55279e111281076393e5e966335fffd30 addresses the issue by fixing the injection flaws in the affected handlers. Security practitioners should update to a version incorporating this commit, as detailed in the GitHub security advisory GHSA-vphc-468g-8rfp.

This vulnerability has particular relevance to AI/ML deployments, as it targets an MCP server designed for AI assistants, highlighting risks of prompt injection leading to database compromise in agentic AI workflows. No public evidence of real-world exploitation is available as of publication on 2026-03-27.

Details

CWE(s)

Affected Products

pab1it0
azure data explorer mcp server
≤ 0.1.0

AI Security AnalysisAI

AI Category
AI Agent Protocols and Integrations
Risk Domain
Protocol-Specific Risks
OWASP Top 10 for LLMs 2025
None mapped
Classification Reason
Matched keywords: mcp, model context protocol, mcp, ai, mcp, ai

CVEs Like This One

CVE-2026-32247Shared CWE-943
CVE-2026-29793Shared CWE-943
CVE-2026-41327Shared CWE-943
CVE-2026-41328Shared CWE-943
CVE-2026-30941Shared CWE-943
CVE-2026-40351Shared CWE-943
CVE-2026-41274Shared CWE-943
CVE-2026-32248Shared CWE-943
CVE-2026-40352Shared CWE-943
CVE-2025-24787Shared CWE-943

References