Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
Detailed paths
Overview
github.com/Azure/azure-sdk-for-go/sdk/azidentity is a module that provides Microsoft Entra ID (formerly Azure Active Directory) token authentication support across the Azure SDK. It includes a set of TokenCredential implementations, which can be used with Azure SDK clients supporting token authentication.
Affected versions of this package are vulnerable to Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') in the authentication process. An attacker can elevate privileges by exploiting race conditions during the token validation steps. This is only exploitable if the application is configured to use multiple threads or processes for handling authentication requests.
Notes:
An attacker who successfully exploited the vulnerability could elevate privileges and read any file on the file system with SYSTEM access permissions;
An attacker who successfully exploits this vulnerability can only obtain read access to the system files by exploiting this vulnerability. The attacker cannot perform write or delete operations on the files;
The vulnerability exists in the following credential types:
DefaultAzureCredential
andManagedIdentityCredential
;The vulnerability exists in the following credential types:
ManagedIdentityApplication
(.NET)
ManagedIdentityApplication
(Java)
ManagedIdentityApplication
(Node.js)
Remediation
Upgrade github.com/Azure/azure-sdk-for-go/sdk/azidentity
to version 1.6.0 or higher.
References
- GitHub Commit
- GitHub Commit
- GitHub Commit
- GitHub Commit
- GitHub Commit
- GitHub Commit
- GitHub Commit
- Microsoft Advisory