CVE-2023-21725
10.01.2023, 22:15
Windows Malicious Software Removal Tool Elevation of Privilege Vulnerability
Vendor | Product | Version |
---|---|---|
microsoft | windows_malicious_software_removal_tool | 𝑥 < 5.109 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-59 - Improper Link Resolution Before File Access ('Link Following')The software attempts to access a file based on the filename, but it does not properly prevent that filename from identifying a link or shortcut that resolves to an unintended resource.
- 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.