Vulnerabilities

2 via 2 paths

Dependencies

138

Source

GitHub

Commit

775d6588

Find, fix and prevent vulnerabilities in your code.

Severity
  • 2
Status
  • 2
  • 0
  • 0

medium severity
new

Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

  • Vulnerable module: @azure/identity
  • Introduced through: tedious-better-data-types@16.1.2

Detailed paths

  • Introduced through: lupdo-mssql@lupennat/lupdo-mssql#775d65889cc0ba5632c2e9c6c75d5f25e9eaf7be tedious-better-data-types@16.1.2 @azure/identity@2.1.0

Overview

@azure/identity is a Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID

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:

  1. An attacker who successfully exploited the vulnerability could elevate privileges and read any file on the file system with SYSTEM access permissions;

  2. 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;

  3. The vulnerability exists in the following credential types: DefaultAzureCredential and ManagedIdentityCredential;

  4. The vulnerability exists in the following credential types:

ManagedIdentityApplication (.NET)

ManagedIdentityApplication (Java)

ManagedIdentityApplication (Node.js)

Remediation

Upgrade @azure/identity to version 4.2.1 or higher.

References

medium severity
new

Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

  • Vulnerable module: @azure/msal-node
  • Introduced through: tedious-better-data-types@16.1.2

Detailed paths

  • Introduced through: lupdo-mssql@lupennat/lupdo-mssql#775d65889cc0ba5632c2e9c6c75d5f25e9eaf7be tedious-better-data-types@16.1.2 @azure/identity@2.1.0 @azure/msal-node@1.18.4

Overview

@azure/msal-node is a Microsoft Authentication Library for Node

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:

  1. An attacker who successfully exploited the vulnerability could elevate privileges and read any file on the file system with SYSTEM access permissions;

  2. 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;

  3. The vulnerability exists in the following credential types: DefaultAzureCredential and ManagedIdentityCredential;

  4. The vulnerability exists in the following credential types:

ManagedIdentityApplication (.NET)

ManagedIdentityApplication (Java)

ManagedIdentityApplication (Node.js)

Remediation

Upgrade @azure/msal-node to version 2.9.2 or higher.

References