CVE-2023-41090
14.02.2024, 14:16
Race condition in some Intel(R) MAS software before version 2.3 may allow a privileged user to potentially enable escalation of privilege via local access.
Vendor | Product | Version |
---|---|---|
intel | memory_and_storage_tool | 𝑥 < 2.3 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-421 - Race Condition During Access to Alternate ChannelThe product opens an alternate channel to communicate with an authorized user, but the channel is accessible to other 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.