Cyber Posture

CVE-2025-53727

High

Published: 12 August 2025

Published
12 August 2025
Modified
14 August 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.0064 70.7th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-53727 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 29.3% 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).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploitation for Privilege Escalation (T1068). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly prevents SQL injection exploitation by requiring validation of all information inputs to SQL commands in SQL Server.

prevent

Ensures timely remediation of the specific SQL injection flaw in SQL Server through patching as recommended by Microsoft.

prevent

Mitigates the impact of privilege escalation by enforcing least privilege, limiting damage even if low-privilege accounts are exploited.

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 directly enables exploitation for privilege escalation from low-privileged authenticated access to high-level database control.

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

NVD 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.

Deeper analysisAI

CVE-2025-53727 is an SQL injection vulnerability (CWE-89) affecting Microsoft SQL Server, stemming from improper neutralization of special elements used in an SQL command. Published on 2025-08-12T18:15:42.193, 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 network accessibility, low attack complexity, and significant impacts across confidentiality, integrity, and availability.

The vulnerability enables an authorized attacker with low privileges (PR:L) to exploit it over the network without requiring user interaction. Exploitation allows privilege escalation, granting the attacker high-level access and potentially leading to unauthorized data access, modification, or disruption of SQL Server operations.

Microsoft's Security Response Center update guide at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-53727 details available patches and mitigation recommendations for addressing this issue.

Details

CWE(s)

Affected Products

microsoft
sql server 2016
13.0.6300.2 — 13.0.6465.1 · 13.0.7000.253 — 13.0.7060.1
microsoft
sql server 2017
14.0.1000.169 — 14.0.2080.1 · 14.0.3006.16 — 14.0.3500.1
microsoft
sql server 2019
15.0.2000.5 — 15.0.2140.1 · 15.0.4003.23 — 15.0.4440.1
microsoft
sql server 2022
16.0.1000.6 — 16.0.1145.1 · 16.0.4003.1 — 16.0.4210.1

CVEs Like This One

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

References