From 18d29482cc47919a990edd70d5b9066c26bbdd75 Mon Sep 17 00:00:00 2001 From: Henry Brink Date: Thu, 13 Aug 2026 18:07:51 +0200 Subject: [PATCH] Improve GHSA-94ww-hmrp-6w4f --- .../GHSA-94ww-hmrp-6w4f.json | 25 +++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/advisories/unreviewed/2026/08/GHSA-94ww-hmrp-6w4f/GHSA-94ww-hmrp-6w4f.json b/advisories/unreviewed/2026/08/GHSA-94ww-hmrp-6w4f/GHSA-94ww-hmrp-6w4f.json index 0a62cdff060c..e0d43b29a3be 100644 --- a/advisories/unreviewed/2026/08/GHSA-94ww-hmrp-6w4f/GHSA-94ww-hmrp-6w4f.json +++ b/advisories/unreviewed/2026/08/GHSA-94ww-hmrp-6w4f/GHSA-94ww-hmrp-6w4f.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-94ww-hmrp-6w4f", - "modified": "2026-08-11T03:31:58Z", + "modified": "2026-08-11T03:32:04Z", "published": "2026-08-11T03:31:57Z", "aliases": [ "CVE-2026-66777" ], + "summary": "Missing Authorization Check in @sap/approuter", "details": "SAP Approuter does not sufficiently validate certain incoming requests before forwarding them to backend destinations. Due to the complexity of the required conditions, an attacker with low privileges could send specially crafted requests to bypass authorization checks and reach protected resources beyond their assigned scope. Successful exploitation could allow the attacker to read sensitive data and perform limited modifications on protected resources, resulting in a high impact on confidentiality and a low impact on integrity. There is no impact on availability.", "severity": [ { @@ -13,7 +14,27 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:N" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "@sap/approuter" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "23.0.0" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY",