CVE-2026-67385
8.8Microsoft · SQL Server
A use after free vulnerability in Microsoft SQL Server allows an authenticated attacker to execute arbitrary code over the network.
Executive summary
A use after free vulnerability in Microsoft SQL Server exposes systems to remote code execution risks by authenticated attackers.
Vulnerability
The vulnerability is a use after free flaw (CWE-416) within the SQL Server engine. It requires an attacker to possess low-level authenticated access to trigger memory corruption that leads to remote code execution.
Business impact
Successful exploitation allows an attacker to gain full control over the database server, leading to potential data exfiltration, modification, or total system compromise. Given the CVSS score of 8.8, this represents a high-severity risk to business continuity and data integrity, as it allows attackers to bypass standard database security controls.
Remediation
Immediate Action: Apply the specific security updates provided by Microsoft for the corresponding SQL Server version: 14.0.3550.4, 14.0.2130.4, 15.0.4490.9, 15.0.2190.7, 16.0.4275.2, or 16.0.1200.5.
Proactive Monitoring: Audit database logs for unusual connection behavior or unexpected administrative commands executed by low-privileged accounts.
Compensating Controls: Restrict network access to the SQL Server instance to trusted IP addresses only, and ensure that service accounts are running with the principle of least privilege.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Due to the potential for remote code execution and the high CVSS severity rating, administrators should prioritize patching affected SQL Server instances. Please review the official Microsoft security update guide referenced for the specific build updates required for your environment.
More Microsoft CVEs all →
History
- Disclosed CVE record published
- Collected by CVE Brief via github
- Analyst report written
- Published in the daily brief high section
Sources
- Microsoft SQL Server Remote Code Execution Vulnerability Vendor advisory