Loading HuntDB...

GHSA-ff4q-64jc-gx98

GitHub Security Advisory

IdentityServer Open Redirect vulnerability

✓ GitHub Reviewed MODERATE Has CVE

Advisory Details

### Impact
It is possible for an attacker to craft malicious Urls that certain functions in IdentityServer will incorrectly treat as local and trusted. If such a Url is returned as a redirect, some browsers will follow it to a third-party, untrusted site.

_Note: by itself, this vulnerability does **not** allow an attacker to obtain user credentials, authorization codes, access tokens, refresh tokens, or identity tokens. An attacker could however exploit this vulnerability as part of a phishing attack designed to steal user credentials._

### Affected Methods
- In the `DefaultIdentityServerInteractionService`, the `GetAuthorizationContextAsync` method may return non-null and the `IsValidReturnUrl` method may return true for malicious Urls, indicating incorrectly that they can be safely redirected to.

_UI code calling these two methods is the most commonly used code path that will expose the vulnerability. The default UI templates rely on this behavior in the Login, Challenge, Consent, and Account Creation pages. Customized user interface code might also rely on this behavior. The following uncommonly used APIs are also vulnerable:_

- The `ServerUrlExtensions.GetIdentityServerRelativeUrl`, `ReturnUrlParser.ParseAsync` and `OidcReturnUrlParser.ParseAsync` methods may incorrectly return non-null, and the `ReturnUrlParser.IsValidReturnUrl` and `OidcReturnUrlParser.IsValidReturnUrl` methods may incorrectly return true for malicious Urls.

### Patches
This vulnerability is fixed in the following versions of Duende.IdentityServer:
- 7.0.6
- 6.3.10
- 6.2.5
- 6.1.8
- 6.0.5

Duende.IdentityServer 5.1 and earlier and all versions of IdentityServer4 are no longer supported and will not be receiving updates.

### Workarounds

If upgrading is not possible, use `IUrlHelper.IsLocalUrl` from ASP.NET Core 5.0 or later to validate return Urls in user interface code in the IdentityServer host.

Affected Packages

NuGet Duende.IdentityServer
Affected versions: 7.0.0-preview.1 (fixed in 7.0.6)
NuGet Duende.IdentityServer
Affected versions: 6.3.0-preview.1 (fixed in 6.3.10)
NuGet Duende.IdentityServer
Affected versions: 6.2.0-preview.1 (fixed in 6.2.5)
NuGet Duende.IdentityServer
Affected versions: 6.1.0-preview.1 (fixed in 6.1.8)
NuGet Duende.IdentityServer
Affected versions: 6.0.0-preview.1 (fixed in 6.0.5)
NuGet IdentityServer4
Affected versions: 0 (last affected: 4.1.2)

Related CVEs

Key Information

GHSA ID
GHSA-ff4q-64jc-gx98
Published
July 31, 2024 3:28 PM
Last Modified
July 31, 2024 7:57 PM
CVSS Score
5.0 /10
Primary Ecosystem
NuGet
Primary Package
Duende.IdentityServer
GitHub Reviewed
✓ Yes

Dataset

Last updated: July 1, 2025 6:26 AM

Data from GitHub Advisory Database. This information is provided for research and educational purposes.