From c6999445d5544857f77d0b706fba67ae122d57b0 Mon Sep 17 00:00:00 2001 From: Henry Brink Date: Thu, 13 Aug 2026 18:11:26 +0200 Subject: [PATCH] Improve GHSA-44p5-3m5g-vfhj --- .../GHSA-44p5-3m5g-vfhj.json | 25 +++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/advisories/unreviewed/2026/07/GHSA-44p5-3m5g-vfhj/GHSA-44p5-3m5g-vfhj.json b/advisories/unreviewed/2026/07/GHSA-44p5-3m5g-vfhj/GHSA-44p5-3m5g-vfhj.json index 68172a0f738d..adc5ca2bb3b3 100644 --- a/advisories/unreviewed/2026/07/GHSA-44p5-3m5g-vfhj/GHSA-44p5-3m5g-vfhj.json +++ b/advisories/unreviewed/2026/07/GHSA-44p5-3m5g-vfhj/GHSA-44p5-3m5g-vfhj.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-44p5-3m5g-vfhj", - "modified": "2026-07-14T03:31:35Z", + "modified": "2026-07-14T03:31:36Z", "published": "2026-07-14T03:31:35Z", "aliases": [ "CVE-2026-44745" ], + "summary": "Open Redirect vulnerability in @sap/approuter", "details": "SAP Approuter does not properly validate incoming request headers during the OAuth2 login flow under certain configurations. This allows an unauthenticated remote attacker to craft a malicious link which, when clicked by a victim, could lead to unauthorized access. Successful exploitation results in a high impact to the confidentiality and integrity with no impact on the availability of the application.", "severity": [ { @@ -13,7 +14,27 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "@sap/approuter" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "21.2.0" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY",