CVE-2025-24985
- EPSS 1.1%
- Veröffentlicht 11.03.2025 16:59:18
- Zuletzt bearbeitet 29.05.2025 16:31:56
- Quelle secure@microsoft.com
- Teams Watchlist Login
- Unerledigt Login
Integer overflow or wraparound in Windows Fast FAT Driver allows an unauthorized attacker to execute code locally.
11.03.2025: CISA Known Exploited Vulnerabilities (KEV) Catalog
Microsoft Windows Fast FAT File System Driver Integer Overflow Vulnerability
SchwachstelleMicrosoft Windows Fast FAT File System Driver contains an integer overflow or wraparound vulnerability that allows an unauthorized attacker to execute code 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.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:N/UI:R/S:U/C:H/I:H/A:H
|
A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.