CVE-2023-21733
10.01.2023, 22:15
Windows Bind Filter Driver Elevation of Privilege Vulnerability
Vendor | Product | Version |
---|---|---|
microsoft | windows_10_20h2 | - |
microsoft | windows_10_20h2 | - |
microsoft | windows_10_20h2 | - |
microsoft | windows_10_21h2 | - |
microsoft | windows_10_21h2 | - |
microsoft | windows_10_21h2 | - |
microsoft | windows_10_22h2 | - |
microsoft | windows_10_22h2 | - |
microsoft | windows_10_22h2 | - |
microsoft | windows_11_21h2 | - |
microsoft | windows_11_21h2 | - |
microsoft | windows_11_22h2 | - |
microsoft | windows_11_22h2 | - |
microsoft | windows_server_2022 | - |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-122 - Heap-based Buffer OverflowA 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().
- CWE-362 - Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')The program contains a code sequence that can run concurrently with other code, and the code sequence requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence that is operating concurrently.