CVE-2023-24899
09.05.2023, 18:15
Windows Graphics Component Elevation of Privilege Vulnerability
Vendor | Product | Version |
---|---|---|
microsoft | windows_11_21h2 | 𝑥 < 10.0.22000.1702 |
microsoft | windows_11_22h2 | 𝑥 < 10.0.22000.1702 |
microsoft | windows_server_2022 | - |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-591 - Sensitive Data Storage in Improperly Locked MemoryThe application stores sensitive data in memory that is not locked, or that has been incorrectly locked, which might cause the memory to be written to swap files on disk by the virtual memory manager. This can make the data more accessible to external actors.
- 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.