CVE-2023-35378
08.08.2023, 18:15
Windows Projected File System Elevation of Privilege Vulnerability
Vendor | Product | Version |
---|---|---|
microsoft | windows_10_1809 | 𝑥 < 10.0.17763.4737 |
microsoft | windows_10_21h2 | 𝑥 < 10.0.19044.3324 |
microsoft | windows_10_22h2 | 𝑥 < 10.0.19045.3324 |
microsoft | windows_11_21h2 | 𝑥 < 10.0.22000.2295 |
microsoft | windows_11_22h2 | 𝑥 < 10.0.22621.2134 |
microsoft | windows_server_2019 | - |
microsoft | windows_server_2022 | - |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-367 - Time-of-check Time-of-use (TOCTOU) Race ConditionThe software checks the state of a resource before using that resource, but the resource's state can change between the check and the use in a way that invalidates the results of the check. This can cause the software to perform invalid actions when the resource is in an unexpected state.
- 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.