CVE-2025-32709
- EPSS 1.1%
- Veröffentlicht 13.05.2025 16:58:53
- Zuletzt bearbeitet 16.05.2025 16:29:34
- Quelle secure@microsoft.com
- Teams Watchlist Login
- Unerledigt Login
Use after free in Windows Ancillary Function Driver for WinSock allows an authorized attacker to elevate privileges locally.
13.05.2025: CISA Known Exploited Vulnerabilities (KEV) Catalog
Microsoft Windows Ancillary Function Driver for WinSock Use-After-Free Vulnerability
SchwachstelleMicrosoft Windows Ancillary Function Driver for WinSock contains a use-after-free vulnerability that allows an authorized attacker to escalate privileges to administrator.
BeschreibungApply mitigations per vendor instructions, follow applicable BOD 22-01 guidance for cloud services, or discontinue use of the product if mitigations are unavailable.
Erforderliche MaßnahmenTyp | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 1.1% | 0.773 |
Quelle | Base Score | Exploit Score | Impact Score | Vector String |
---|---|---|---|---|
secure@microsoft.com | 7.8 | 1.8 | 5.9 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
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.