Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
CVE-2024-35255
Summary
Azure Identity Libraries and Microsoft Authentication Library Elevation of Privilege Vulnerability. This issue affects nuget Azure.Identity version through 1.11.3, Microsoft.Identity.Client 4.49.1 through 4.60.3 and 4.61.0 through 4.61.2, python azure-identity pkg through 1.16.0b2 and 1.17.0b1, java pkg com.azure:azure-identity through 1.12.1, com.microsoft.azure:msal4j 1.14.4-beta through 1.15.0, go pkg github.com/Azure/azure-sdk-for-go/sdk/azidentity through 1.5.9 and npm pkg @azure/msal-node 2.7.0-alpha.0 through 2.9.1, @azure/identity through 4.2.0 and 4.3.0-alpha.20240426.2 through 4.3.0-alpha.20240520.1 and 4.3.0-beta.1.
- LOW
- LOCAL
- NONE
- UNCHANGED
- NONE
- LOW
- HIGH
- NONE
CWE-362 - Race Condition
A race condition occurs in a shared memory program when two threads/processes access the same shared memory data, and at least one thread executes a write operation. This vulnerability manipulates the time to check vs. time to use (TOC/TOU) gap between the threads in the critical section to cause disorientation in the shared data. The impact can vary from compromising the confidentiality of the system to causing the system to crash or to execute arbitrary code.
References
Advisory Timeline
- Published