CVE Vulnerabilities

CVE-2025-49735

Use After Free

Published: Jul 08, 2025 | Modified: Feb 13, 2026
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu
root.io logo minimus.io logo echo.ai logo

Use after free in Windows KDC Proxy Service (KPSSVC) allows an unauthorized attacker to execute code over a network.

Weakness

The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory “belongs” to the code that operates on the new pointer.

Affected Software

NameVendorStart VersionEnd Version
Windows_server_2012Microsoft- (including)- (including)
Windows_server_2012Microsoftr2 (including)r2 (including)
Windows_server_2016Microsoft*10.0.14393.8148 (excluding)
Windows_server_2019Microsoft*10.0.17763.7434 (excluding)
Windows_server_2022Microsoft*10.0.20348.3807 (excluding)
Windows_server_2022_23h2Microsoft*10.0.25398.1665 (excluding)
Windows_server_2025Microsoft*10.0.26100.4349 (excluding)

Potential Mitigations

References