From ebca3576d8748b9b5c8daa9e3c96f62359b05074 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 18:26:31 +0000 Subject: [PATCH] Publish Advisories GHSA-gcgw-q47m-prvj GHSA-p2vx-qj66-88q3 GHSA-rpjw-97p8-p2xp GHSA-rv9j-c866-gp5h --- .../GHSA-gcgw-q47m-prvj.json | 6 +- .../GHSA-p2vx-qj66-88q3.json | 10 ++- .../GHSA-rpjw-97p8-p2xp.json | 8 ++ .../GHSA-rv9j-c866-gp5h.json | 81 +++++++++++++++++++ 4 files changed, 103 insertions(+), 2 deletions(-) create mode 100644 advisories/github-reviewed/2024/01/GHSA-rv9j-c866-gp5h/GHSA-rv9j-c866-gp5h.json diff --git a/advisories/github-reviewed/2023/12/GHSA-gcgw-q47m-prvj/GHSA-gcgw-q47m-prvj.json b/advisories/github-reviewed/2023/12/GHSA-gcgw-q47m-prvj/GHSA-gcgw-q47m-prvj.json index 603a783d3aa..3c7d73652a2 100644 --- a/advisories/github-reviewed/2023/12/GHSA-gcgw-q47m-prvj/GHSA-gcgw-q47m-prvj.json +++ b/advisories/github-reviewed/2023/12/GHSA-gcgw-q47m-prvj/GHSA-gcgw-q47m-prvj.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-gcgw-q47m-prvj", - "modified": "2023-12-15T03:53:07Z", + "modified": "2024-01-09T18:25:39Z", "published": "2023-12-12T03:31:45Z", "aliases": [ "CVE-2023-50422" @@ -155,6 +155,10 @@ "type": "WEB", "url": "https://me.sap.com/notes/3411067" }, + { + "type": "WEB", + "url": "https://me.sap.com/notes/3413475" + }, { "type": "WEB", "url": "https://mvnrepository.com/artifact/com.sap.cloud.security.xsuaa/spring-xsuaa" diff --git a/advisories/github-reviewed/2023/12/GHSA-p2vx-qj66-88q3/GHSA-p2vx-qj66-88q3.json b/advisories/github-reviewed/2023/12/GHSA-p2vx-qj66-88q3/GHSA-p2vx-qj66-88q3.json index 466192544fc..26eaaf2ab49 100644 --- a/advisories/github-reviewed/2023/12/GHSA-p2vx-qj66-88q3/GHSA-p2vx-qj66-88q3.json +++ b/advisories/github-reviewed/2023/12/GHSA-p2vx-qj66-88q3/GHSA-p2vx-qj66-88q3.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-p2vx-qj66-88q3", - "modified": "2023-12-20T17:57:49Z", + "modified": "2024-01-09T18:25:33Z", "published": "2023-12-12T03:31:45Z", "aliases": [ "CVE-2023-49583" @@ -48,6 +48,14 @@ "type": "WEB", "url": "https://me.sap.com/notes/3411067" }, + { + "type": "WEB", + "url": "https://me.sap.com/notes/3412456" + }, + { + "type": "WEB", + "url": "https://me.sap.com/notes/3413475" + }, { "type": "WEB", "url": "https://www.npmjs.com/package/@sap/xssec" diff --git a/advisories/github-reviewed/2024/01/GHSA-rpjw-97p8-p2xp/GHSA-rpjw-97p8-p2xp.json b/advisories/github-reviewed/2024/01/GHSA-rpjw-97p8-p2xp/GHSA-rpjw-97p8-p2xp.json index 00ff5a7207d..76dbece79f2 100644 --- a/advisories/github-reviewed/2024/01/GHSA-rpjw-97p8-p2xp/GHSA-rpjw-97p8-p2xp.json +++ b/advisories/github-reviewed/2024/01/GHSA-rpjw-97p8-p2xp/GHSA-rpjw-97p8-p2xp.json @@ -44,9 +44,17 @@ "type": "PACKAGE", "url": "https://github.com/GilaCMS/gila" }, + { + "type": "WEB", + "url": "https://github.com/GilaCMS/gila/security/policy" + }, { "type": "WEB", "url": "https://packetstormsecurity.com/files/176301/GilaCMS-1.15.4-SQL-Injection.html" + }, + { + "type": "WEB", + "url": "http://gilacms.com" } ], "database_specific": { diff --git a/advisories/github-reviewed/2024/01/GHSA-rv9j-c866-gp5h/GHSA-rv9j-c866-gp5h.json b/advisories/github-reviewed/2024/01/GHSA-rv9j-c866-gp5h/GHSA-rv9j-c866-gp5h.json new file mode 100644 index 00000000000..061c6006499 --- /dev/null +++ b/advisories/github-reviewed/2024/01/GHSA-rv9j-c866-gp5h/GHSA-rv9j-c866-gp5h.json @@ -0,0 +1,81 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-rv9j-c866-gp5h", + "modified": "2024-01-09T18:25:47Z", + "published": "2024-01-09T18:25:47Z", + "aliases": [ + "CVE-2024-21643" + ], + "summary": "Microsoft.IdentityModel.Protocols.SignedHttpRequest remote code execution vulnerability", + "details": "### Impact\n_What kind of vulnerability is it? Who is impacted?_\nAnyone leveraging the `SignedHttpRequest`protocol or the `SignedHttpRequestValidator`is vulnerable. Microsoft.IdentityModel trusts the `jku`claim by default for the `SignedHttpRequest`protocol. This raises the possibility to make any remote or local `HTTP GET` request. \n\n### Patches\n_Has the problem been patched? What versions should users upgrade to?_\nThe vulnerability has been fixed in Microsoft.IdentityModel.Protocols.SignedHttpRequest. Users **should** update **all** their Microsoft.IdentityModel versions to 7.1.2 (for 7x) or higher, 6.34.0 (for 6x) or higher, if using Microsoft.IdentityModel.Protocols.SignedHttpRequest.\n\n### Workarounds\n_Is there a way for users to fix or remediate the vulnerability without upgrading?_\nNo, users must upgrade.\n\n### References\n_Are there any links users can visit to find out more?_\nhttps://aka.ms/IdentityModel/Jan2024/jku", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "NuGet", + "name": "Microsoft.IdentityModel.Protocols.SignedHttpRequest" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "6.34.0" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "NuGet", + "name": "Microsoft.IdentityModel.Protocols.SignedHttpRequest" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "7.0.0-preview" + }, + { + "fixed": "7.1.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/security/advisories/GHSA-rv9j-c866-gp5h" + }, + { + "type": "PACKAGE", + "url": "https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet" + }, + { + "type": "WEB", + "url": "https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases/tag/6.34.0" + }, + { + "type": "WEB", + "url": "https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases/tag/7.1.2" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-01-09T18:25:47Z", + "nvd_published_at": null + } +} \ No newline at end of file