Description
Deserialization of untrusted data in SQL Server allows an unauthorized attacker to execute code over a network.
Published: 2026-09-08
Score: 8.1 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in Microsoft SQL Server arises from insecure deserialization of untrusted data, permitting an attacker to execute arbitrary code over the network. The flaw is identified as CWE‑502. When an attacker crafts maliciously serialized data and sends it to the vulnerable SQL Server instance, the server deserializes the data without proper validation, resulting in remote code execution.

Affected Systems

Affecting 64‑bit editions of Microsoft SQL Server 2019 (Cumulative Update 32 and GDR), 2022 (Cumulative Update 26, GDR, and x64 Cumulative Update 25), and 2025 (Cumulative Updates 6 and 8, and x64 GDR).

Risk and Exploitability

The CVSS score of 8.1 indicates high severity, yet the EPSS score is not available, limiting exact exploitation probability assessment. The vulnerability is not listed in the CISA KEV catalog. Attackers can exploit this through a network‑based attack by sending specially crafted serialized payloads to an exposed SQL Server endpoint, assuming they can reach the instance over the network. No additional prerequisites are stated, so any open instance that accepts external serialized input is vulnerable.

Generated by OpenCVE AI on September 8, 2026 at 18:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest cumulative update released by Microsoft for the affected SQL Server version.
  • Restrict network access to the SQL Server instance by limiting inbound traffic to trusted IP ranges or implementing firewall rules.
  • Disable or restrict any features that accept externally provided serialized data, or add input validation to prevent deserialization of untrusted data.

Generated by OpenCVE AI on September 8, 2026 at 18:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 08 Sep 2026 17:30:00 +0000

Type Values Removed Values Added
Description Deserialization of untrusted data in SQL Server allows an unauthorized attacker to execute code over a network.
Title Microsoft SQL Server Remote Code Execution Vulnerability
First Time appeared Microsoft
Microsoft sql Server 2019
Microsoft sql Server 2022
Microsoft sql Server 2025
Weaknesses CWE-502
CPEs cpe:2.3:a:microsoft:sql_server_2019:*:*:*:*:*:*:x64:*
cpe:2.3:a:microsoft:sql_server_2022:*:*:*:*:*:*:x64:*
cpe:2.3:a:microsoft:sql_server_2025:*:*:*:*:*:*:x64:*
Vendors & Products Microsoft
Microsoft sql Server 2019
Microsoft sql Server 2022
Microsoft sql Server 2025
References
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C'}


Subscriptions

Microsoft Sql Server 2019 Sql Server 2022 Sql Server 2025
cve-icon MITRE

Status: PUBLISHED

Assigner: microsoft

Published:

Updated: 2026-09-08T18:37:07.393Z

Reserved: 2026-05-18T23:53:33.897Z

Link: CVE-2026-47297

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-08T18:17:37.960

Modified: 2026-09-08T18:39:13.460

Link: CVE-2026-47297

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-08T18:45:05Z

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data