CVE-2025-32701
- EPSS 1.09%
- Veröffentlicht 13.05.2025 16:58:50
- Zuletzt bearbeitet 16.05.2025 16:25:54
- Quelle secure@microsoft.com
- Teams Watchlist Login
- Unerledigt Login
Use after free in Windows Common Log File System Driver allows an authorized attacker to elevate privileges locally.
13.05.2025: CISA Known Exploited Vulnerabilities (KEV) Catalog
Microsoft Windows Common Log File System (CLFS) Driver Use-After-Free Vulnerability
SchwachstelleMicrosoft Windows Common Log File System (CLFS) Driver contains a use-after-free vulnerability that allows an authorized attacker to elevate privileges locally.
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.09% | 0.772 |
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.