Cyber Resilience

CVE-2026-26116

High

Published: 10 March 2026

Published
10 March 2026
Modified
13 March 2026
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0119 64.0th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-26116 is a high-severity SQL Injection (CWE-89) vulnerability in Microsoft Sql Server 2016. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 36.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

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

Deeper analysis

CVE-2026-26116 is a SQL injection vulnerability (CWE-89) in Microsoft SQL Server, caused by improper neutralization of special elements used in an SQL command. This flaw affects the SQL Server component and has a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its potential for significant impact across confidentiality, integrity, and availability.

An authorized attacker with low privileges (PR:L) can exploit this vulnerability over the network (AV:N) with low attack complexity and no user interaction required. Successful exploitation allows the attacker to elevate privileges, potentially leading to high impacts on confidentiality, integrity, and availability within the affected SQL Server instance.

The Microsoft Security Response Center has published an update guide for this vulnerability at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-26116, which provides details on patches and recommended mitigations.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Improper neutralization of special elements used in an sql command ('sql injection') in SQL Server allows an authorized attacker to elevate privileges over a network.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

SQL injection (CWE-89) in Microsoft SQL Server directly enables privilege escalation from a low-privileged authenticated account (PR:L) to high-impact access, matching T1068 Exploitation for Privilege Escalation.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-53727Same product: Microsoft Sql Server 2016
CVE-2025-49759Same product: Microsoft Sql Server 2016
CVE-2025-59499Same product: Microsoft Sql Server 2016
CVE-2026-26115Same product: Microsoft Sql Server 2016
CVE-2025-24999Same product: Microsoft Sql Server 2016
CVE-2025-49758Same product: Microsoft Sql Server 2016
CVE-2026-21262Same product: Microsoft Sql Server 2016
CVE-2025-47954Same product: Microsoft Sql Server 2022
CVE-2026-33120Same product: Microsoft Sql Server 2016
CVE-2025-55227Same product: Microsoft Sql Server 2016

Affected Assets

microsoft
sql server 2016
13.0.6300.2 — 13.0.6480.4 · 13.0.7000.253 — 13.0.7075.5
microsoft
sql server 2017
14.0.1000.169 — 14.0.2100.4 · 14.0.3006.16 — 14.0.3520.4
microsoft
sql server 2019
15.0.2000.5 — 15.0.2160.4 · 15.0.4003.23 — 15.0.4460.4
microsoft
sql server 2022
16.0.1000.6 — 16.0.1170.5 · 16.0.4003.1 — 16.0.4240.4
microsoft
sql server 2025
17.0.1000.7 — 17.0.1105.2 · 17.0.4006.2 — 17.0.4020.2

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection exploitation by requiring validation and neutralization of special elements in inputs to SQL commands.

prevent

Mitigates the specific SQL injection flaw in SQL Server through timely identification, reporting, and patching as recommended by MSRC.

prevent

Limits damage from privilege escalation by ensuring only minimal privileges are granted, reducing the impact of successful exploitation.

References