CVE-2023-22310
14.11.2023, 19:15
Race condition in some Intel(R) Aptio* V UEFI Firmware Integrator Tools may allow an authenticated user to potentially enable denial of service via local access.
Vendor | Product | Version |
---|---|---|
intel | aptio_v_uefi_firmware_integrator_tools | 5.27.03.0003 |
intel | aptio_v_uefi_firmware_integrator_tools | 5.27.06.0017 |
𝑥
= 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.