From 9b6b1066bff22b9b165ec6ffe479def2722d5da6 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 19:59:02 +0000 Subject: [PATCH] Publish Advisories GHSA-55p7-v223-x366 GHSA-ff4q-64jc-gx98 --- .../GHSA-55p7-v223-x366.json | 69 +++++++++++++++++++ .../GHSA-ff4q-64jc-gx98.json | 12 +++- 2 files changed, 79 insertions(+), 2 deletions(-) create mode 100644 advisories/github-reviewed/2024/07/GHSA-55p7-v223-x366/GHSA-55p7-v223-x366.json diff --git a/advisories/github-reviewed/2024/07/GHSA-55p7-v223-x366/GHSA-55p7-v223-x366.json b/advisories/github-reviewed/2024/07/GHSA-55p7-v223-x366/GHSA-55p7-v223-x366.json new file mode 100644 index 00000000000..ddc3a4fb7d0 --- /dev/null +++ b/advisories/github-reviewed/2024/07/GHSA-55p7-v223-x366/GHSA-55p7-v223-x366.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-55p7-v223-x366", + "modified": "2024-07-31T19:57:33Z", + "published": "2024-07-31T19:57:33Z", + "aliases": [ + + ], + "summary": "IdentityServer Open Redirect vulnerability", + "details": "### Impact\nIt 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.\n\n### Affected Methods\n- 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.\n\n _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, and Consent pages. Customized user interface code might also rely on this behavior. The following uncommonly used APIs are also vulnerable:_\n\n- 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.\n\n### Patches\nIdentityServer4 is no longer supported and will not be receiving updates. Please consider updating to [Duende.IdentityServer](https://duendesoftware.com).\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:N/VA:N/SC:L/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "NuGet", + "name": "IdentityServer4" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "4.1.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/DuendeSoftware/IdentityServer/security/advisories/GHSA-ff4q-64jc-gx98" + }, + { + "type": "WEB", + "url": "https://github.com/IdentityServer/IdentityServer4/security/advisories/GHSA-55p7-v223-x366" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39694" + }, + { + "type": "PACKAGE", + "url": "https://github.com/IdentityServer/IdentityServer4" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-601" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-07-31T19:57:33Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/07/GHSA-ff4q-64jc-gx98/GHSA-ff4q-64jc-gx98.json b/advisories/github-reviewed/2024/07/GHSA-ff4q-64jc-gx98/GHSA-ff4q-64jc-gx98.json index 7272a497b45..ca49fc07699 100644 --- a/advisories/github-reviewed/2024/07/GHSA-ff4q-64jc-gx98/GHSA-ff4q-64jc-gx98.json +++ b/advisories/github-reviewed/2024/07/GHSA-ff4q-64jc-gx98/GHSA-ff4q-64jc-gx98.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-ff4q-64jc-gx98", - "modified": "2024-07-31T15:28:55Z", + "modified": "2024-07-31T19:57:30Z", "published": "2024-07-31T15:28:54Z", "aliases": [ "CVE-2024-39694" @@ -154,6 +154,14 @@ "type": "WEB", "url": "https://github.com/DuendeSoftware/IdentityServer/security/advisories/GHSA-ff4q-64jc-gx98" }, + { + "type": "WEB", + "url": "https://github.com/IdentityServer/IdentityServer4/security/advisories/GHSA-55p7-v223-x366" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39694" + }, { "type": "WEB", "url": "https://github.com/DuendeSoftware/IdentityServer/commit/269ca2171fe1e901c87f2f0797bbc7c230db87c6" @@ -186,6 +194,6 @@ "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-07-31T15:28:54Z", - "nvd_published_at": null + "nvd_published_at": "2024-07-31T16:15:04Z" } } \ No newline at end of file