Cyber Posture

CVE-2026-33120

High

Published: 14 April 2026

Published
14 April 2026
Modified
06 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.0008 22.8th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-33120 is a high-severity Untrusted Pointer Dereference (CWE-822) 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 at the 22.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-16 (Memory Protection) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploitation for Privilege Escalation (T1068) 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

Mandates timely remediation of known flaws like the untrusted pointer dereference in SQL Server through patching as recommended by Microsoft.

prevent

Deploys memory protection mechanisms such as ASLR and DEP to prevent successful exploitation of pointer dereference vulnerabilities leading to arbitrary code execution.

prevent

Limits privileges of authorized low-privilege users accessing SQL Server over the network, reducing the attack surface for this vulnerability.

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
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.
T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
Why these techniques?

Remote authenticated RCE via memory corruption (untrusted pointer dereference) in SQL Server directly enables exploitation of a network-accessible service for code execution and privilege escalation from low-privileged accounts.

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

NVD Description

Untrusted pointer dereference in SQL Server allows an authorized attacker to execute code over a network.

Deeper analysisAI

CVE-2026-33120 is an untrusted pointer dereference vulnerability (CWE-822) affecting Microsoft SQL Server. Published on 2026-04-14T18:17:34.420, it carries 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 remotely over the network (AV:N) with low attack complexity and no user interaction required. Successful exploitation enables arbitrary code execution on the targeted SQL Server instance.

Microsoft has published an update guide addressing this vulnerability at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-33120, which provides details on patches and mitigation steps.

Details

CWE(s)

Affected Products

microsoft
sql server 2016
13.0.6300.2 — 13.0.6485.1 · 13.0.7000.253 — 13.0.7080.1
microsoft
sql server 2017
14.0.1000.169 — 14.0.2105.1 · 14.0.3006.16 — 14.0.3525.1
microsoft
sql server 2019
15.0.2000.5 — 15.0.2165.1 · 15.0.4003.23 — 15.0.4465.1
microsoft
sql server 2022
16.0.1000.6 — 16.0.1175.1 · 16.0.4003.1 — 16.0.4250.1
microsoft
sql server 2025
17.0.1000.7 — 17.0.1110.1 · 17.0.4006.2 — 17.0.4030.1

CVEs Like This One

CVE-2026-21262Same product: Microsoft Sql Server 2016
CVE-2026-26116Same product: Microsoft Sql Server 2016
CVE-2026-26115Same product: Microsoft Sql Server 2016
CVE-2025-55227Same product: Microsoft Sql Server 2016
CVE-2025-59499Same product: Microsoft Sql Server 2016
CVE-2025-49758Same product: Microsoft Sql Server 2016
CVE-2025-53727Same product: Microsoft Sql Server 2016
CVE-2025-24999Same product: Microsoft Sql Server 2016
CVE-2025-49759Same product: Microsoft Sql Server 2016
CVE-2025-49717Same product: Microsoft Sql Server 2019

References