CVE-2026-69474
4.8
Vector
CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:N/A:N
Exploitability: 1.2 / Impact: 3.6
Source: secure@microsoft.com (Secondary)
Description
Use after free in Windows Overlay Filter allows an authorized attacker to disclose information over a network.
Related CWEs
CWE-126
Buffer Over-read
The product reads from a buffer using buffer access mechanisms such as indexes or pointers that reference memory locations after the targeted buffer.
CWE-416
Use After Free
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.
References (1)
Source: secure@microsoft.com
Timeline
No history available yet.