Cyber Posture

CVE-2025-59499

High

Published: 11 November 2025

Published
11 November 2025
Modified
17 November 2025
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.0013 31.8th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Description

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.

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly requires validation and neutralization of special elements in inputs to SQL commands, addressing the core cause of this SQL injection vulnerability in SQL Server.

prevent

Mandates timely remediation of flaws such as this SQL injection vulnerability through patching as advised by Microsoft.

prevent

Enforces least privilege to limit the impact of privilege escalation even if SQL injection succeeds.

Security SummaryAI

CVE-2025-59499 is an SQL injection vulnerability (CWE-89) in Microsoft SQL Server, caused by improper neutralization of special elements used in an SQL command. Published on 2025-11-11T18:15:35.733, 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.

The vulnerability can be exploited by an authorized attacker with low privileges (PR:L) over the network (AV:N), requiring low attack complexity and no user interaction. Successful exploitation allows the attacker to elevate privileges, resulting in high impacts on confidentiality, integrity, and availability.

Microsoft's update guide at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-59499 provides details on advisories and patches for mitigation.

Details

CWE(s)

Affected Products

microsoft
sql server 2016
13.0.6300.2 — 13.0.6475.1 · 13.0.7000.253 — 13.0.7070.1
microsoft
sql server 2017
14.0.1000.169 — 14.0.2095.1 · 14.0.3006.16 — 14.0.3515.1
microsoft
sql server 2019
15.0.2000.5 — 15.0.2155.2 · 15.0.4003.23 — 15.0.4455.2
microsoft
sql server 2022
16.0.1000.6 — 16.0.1160.1 · 16.0.4003.1 — 16.0.4222.2

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?

The SQL injection vulnerability explicitly enables privilege escalation for low-privileged authenticated attackers, directly mapping to T1068: Exploitation for Privilege Escalation.

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

References