Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Primary rating from Vendor (microsoft).
CVSS VectorVendor: microsoft
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
6DescriptionCVE.org
Untrusted pointer dereference in SQL Server allows an authorized attacker to execute code over a network.
AnalysisAI
Remote code execution in Microsoft SQL Server 2022 (GDR) allows authenticated network attackers to execute arbitrary code with high confidentiality, integrity, and availability impact via untrusted pointer dereference. The vulnerability affects SQL Server 2022 (GDR) versions below 16.0.1175.1, requires low-privilege authenticated access (PR:L), and has low attack complexity (AC:L), making it straightforward to exploit once network access is obtained. Vendor-released patch available (version 16.0.1175.1). No public exploit identified at time of analysis, though the network attack vector and low complexity suggest moderate near-term exploitation risk.
Technical ContextAI
This vulnerability stems from CWE-822 (Untrusted Pointer Dereference), where Microsoft SQL Server 2022 (GDR branch) improperly handles pointer operations when processing network requests from authenticated users. The affected component (cpe:2.3:a:microsoft:microsoft_sql_server_2022_(gdr)) fails to validate pointer sources or destinations, allowing an attacker to manipulate memory references and redirect code execution flow. SQL Server's GDR (General Distribution Release) update channel provides critical security fixes without feature changes, making this a targeted attack against organizations using the GDR servicing model. The network attack vector (AV:N) indicates the vulnerability can be triggered through SQL Server's standard network protocols (TDS protocol on TCP 1433 or configured ports) without requiring local system access. The untrusted pointer dereference class represents a memory corruption vulnerability where malicious input causes the application to use attacker-controlled data as a memory address, bypassing standard control flow protections.
RemediationAI
Apply the vendor-released patch by upgrading Microsoft SQL Server 2022 (GDR) to version 16.0.1175.1 or later, available through the Microsoft Security Response Center update guide at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-33120. Standard SQL Server patching procedures apply: review the update guide for installation prerequisites, test in non-production environments, schedule maintenance windows to minimize service disruption, and verify successful installation through version queries (SELECT @@VERSION). For environments unable to immediately patch, implement defense-in-depth controls: restrict network access to SQL Server instances using firewall rules limiting connections to trusted IP ranges, enforce strong authentication policies with complex passwords or certificate-based authentication, disable unused SQL Server features and protocols, apply principle of least privilege to database account permissions, and enhance monitoring for unusual authenticated connection patterns or memory corruption indicators. Network segmentation can reduce attack surface by isolating SQL Server instances from untrusted network zones.
Privilege elevation in Microsoft SQL Server (2016 SP3 through 2025) allows an authenticated attacker to inject crafted S
Remote code execution in Microsoft SQL Server (2016 SP3 through 2025) lets an authenticated attacker with low-privilege
SQL injection in Microsoft SQL Server (versions 2016 through 2025) enables an authenticated attacker to escalate privile
Remote code execution in Microsoft SQL Server (2016 SP3 through 2025) allows an authenticated, low-privileged attacker t
Privilege escalation via external file path control in Microsoft SQL Server affects versions 2016 through 2025, exploita
SQL injection in Microsoft SQL Server 2016-2025 allows authenticated high-privilege attackers to elevate privileges loca
SQL injection in Microsoft SQL Server 2016-2025 allows authenticated high-privilege attackers to elevate privileges loca
Same weakness CWE-822 – Untrusted Pointer Dereference
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-22637