GHSA-qxj7-2x7w-3mpp

Suggest an improvement
Source
https://github.com/advisories/GHSA-qxj7-2x7w-3mpp
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/02/GHSA-qxj7-2x7w-3mpp/GHSA-qxj7-2x7w-3mpp.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-qxj7-2x7w-3mpp
Aliases
Published
2025-02-19T17:47:19Z
Modified
2025-02-19T18:12:52.158398Z
Severity
  • 6.3 (Medium) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N CVSS Calculator
Summary
Duende.AccessTokenManagement race condition when concurrently retrieving customized Client Credentials Access Tokens
Details

Summary

Duende.AccessTokenManagement contains a race condition when requesting access tokens using the client credentials flow. Concurrent requests to obtain an access token using differing protocol parameters can return access tokens obtained with the wrong scope, resource indicator, or other protocol parameters. Such usage is somewhat atypical, and only a small percentage of users are likely to be affected.

Details

Duende.AccessTokenManagement can request access tokens using the client credentials flow in several ways. In basic usage, the client credentials flow is configured once and the parameters do not vary. In more advanced situations, requests with varying protocol parameters may be made by calling specific overloads of these methods:

  • HttpContext.GetClientAccessTokenAsync()
  • IClientCredentialsTokenManagementService.GetAccessTokenAsync()

There are overloads of both of these methods that accept a TokenRequestParameters object that customizes token request parameters. However, concurrent requests with varying TokenRequestParameters will result in the same token for all concurrent calls.

Upgrading

Most users can simply update the NuGet package to the latest version. Customizations of the IClientCredentialsTokenCache that derive from the default implementation (DistributedClientCredentialsTokenCache) will require a small code change, as its constructor was changed to add a dependency on the ITokenRequestSynchronization service. The synchronization service will need to be injected into the derived class and passed to the base constructor.

Impact

The impact of this vulnerability depends on how Duende.AccessTokenManagement is used and on the security architecture of the solution. Most users will not be vulnerable to this issue. More advanced users may run into this issue by calling the methods specified above with customized token request parameters. The impact of obtaining an access token with different than intended protocol parameters will vary depending on application logic, security architecture, and the authorization policy of the resource servers.

Thank you to Michael Dimoudis of PageUp for finding this issue and responsibly disclosing it!

Database specific
{
    "nvd_published_at": "2025-02-18T18:15:36Z",
    "cwe_ids": [
        "CWE-367"
    ],
    "severity": "MODERATE",
    "github_reviewed": true,
    "github_reviewed_at": "2025-02-19T17:47:19Z"
}
References

Affected packages

NuGet / Duende.AccessTokenManagement

Package

Name
Duende.AccessTokenManagement
View open source insights on deps.dev
Purl
pkg:nuget/Duende.AccessTokenManagement

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
3.2.0

Affected versions

1.*

1.0.0
1.1.0

2.*

2.0.0
2.0.1
2.0.2
2.0.3
2.1.0
2.1.1
2.1.2

3.*

3.0.0
3.0.1
3.1.0
3.1.1