Azure Identity Libraries and Microsoft Authentication Library Elevation of Privilege Vulnerability
The product contains a concurrent code sequence that 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 operating concurrently.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Authentication_library | Microsoft | * | 1.15.1 (excluding) |
Authentication_library | Microsoft | * | 2.9.2 (including) |
Authentication_library | Microsoft | * | 4.61.3 (excluding) |
Azure_identity_sdk | Microsoft | * | 1.6.0 (excluding) |
Azure_identity_sdk | Microsoft | * | 1.8.0 (excluding) |
Azure_identity_sdk | Microsoft | * | 1.11.4 (excluding) |
Azure_identity_sdk | Microsoft | * | 1.12.2 (excluding) |
Azure_identity_sdk | Microsoft | * | 1.16.1 (excluding) |
Azure_identity_sdk | Microsoft | * | 4.2.1 (excluding) |
Red Hat build of Apache Camel 4 for Quarkus 3 | RedHat | com.azure/azure-identity | * |
Red Hat Developer Hub 1.3 on RHEL 9 | RedHat | rhdh/rhdh-hub-rhel9:1.3-100 | * |
Cert-manager operator for Red Hat OpenShift 1.15 | RedHat | registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9:sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25 | * |
Cert-manager operator for Red Hat OpenShift 1.15 | RedHat | registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9:sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8 | * |
A race condition occurs within concurrent environments, and it is effectively a property of a code sequence. Depending on the context, a code sequence may be in the form of a function call, a small number of instructions, a series of program invocations, etc. A race condition violates these properties, which are closely related:
A race condition exists when an “interfering code sequence” can still access the shared resource, violating exclusivity. The interfering code sequence could be “trusted” or “untrusted.” A trusted interfering code sequence occurs within the product; it cannot be modified by the attacker, and it can only be invoked indirectly. An untrusted interfering code sequence can be authored directly by the attacker, and typically it is external to the vulnerable product.