Cyber Resilience

CVE-2026-33980

Pab1It0 Azure Data Explorer Mcp Server ≤ 0.1.0

Public PoC
Published
27 March 2026
Modified
22 April 2026
Patch / advisory
CVSS Score v3.1 8.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
EPSS Score 0.0040 33th percentile
Risk Priority 61 floored blend · peak EPSS

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 33th 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 map to SI-10 (Information Input Validation) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

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.

EU & UK References

Vulnerability Data

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.

CWE(s)

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: ai, mcp, model context protocol

Related Threats

MITRE ATT&CK Enterprise Techniques

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.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-32247Shared CWE-943
CVE-2026-30941Shared CWE-943
CVE-2026-10698Shared CWE-943
CVE-2024-35136Shared CWE-943
CVE-2025-36366Shared CWE-943
CVE-2026-53674Shared CWE-943
CVE-2025-33114Shared CWE-943
CVE-2024-4872Shared CWE-943
CVE-2025-60357Shared CWE-943
CVE-2026-32248Shared CWE-943

Affected Assets

pab1it0
azure data explorer mcp server
≤ 0.1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Input validation directly stops unneutralized special elements from reaching query logic.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require parameterized queries and input neutralization to prevent query-logic injection.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing in development catches injection vulnerabilities before release but does not itself implement the fix.

prevents

Secure development life cycle mandates input validation and query parameterization that directly prevent injection flaws.

prevents

Application security requirements explicitly call for controls against injection and improper query construction.

prevents

Secure architecture principles reduce the likelihood of query-logic flaws but do not prescribe the specific coding practice.

prevents

Secure coding standards require proper neutralization of special elements in all data queries.

prevents

Outsourced development agreements can require secure coding practices, indirectly mitigating the weakness.

References