CVE-2026-32176
SQL Injection in SQL Server Enables Local Privilege Escalation
Publication date: 2026-04-14
Last updated on: 2026-04-14
Assigner: Microsoft Corporation
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| microsoft | sql_server | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an SQL injection issue in Microsoft SQL Server where special elements used in an SQL command are not properly neutralized. This flaw allows an authorized attacker to execute SQL commands in a way that can elevate their privileges locally on the system.
How can this vulnerability impact me? :
The impact of this vulnerability is an elevation of privilege, meaning an attacker who already has some level of access can gain higher privileges on the affected SQL Server. This can lead to unauthorized access to sensitive data, modification of data, or disruption of services.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
This vulnerability allows an authorized attacker to elevate privileges locally via SQL injection in SQL Server.
Such an elevation of privilege could potentially lead to unauthorized access or modification of sensitive data, which may impact compliance with standards and regulations like GDPR and HIPAA that require protection of personal and health information.
However, no specific information about compliance impact is provided in the available resources.