From ffd753cba18fbef2b205344ba244afe179172ca3 Mon Sep 17 00:00:00 2001 From: Henry Brink Date: Thu, 13 Aug 2026 18:06:25 +0200 Subject: [PATCH] Improve GHSA-x986-f697-6r4v --- .../GHSA-x986-f697-6r4v.json | 25 +++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/advisories/unreviewed/2026/08/GHSA-x986-f697-6r4v/GHSA-x986-f697-6r4v.json b/advisories/unreviewed/2026/08/GHSA-x986-f697-6r4v/GHSA-x986-f697-6r4v.json index 230de1cbfac3..9ffbaa1bb011 100644 --- a/advisories/unreviewed/2026/08/GHSA-x986-f697-6r4v/GHSA-x986-f697-6r4v.json +++ b/advisories/unreviewed/2026/08/GHSA-x986-f697-6r4v/GHSA-x986-f697-6r4v.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-x986-f697-6r4v", - "modified": "2026-08-11T03:31:57Z", + "modified": "2026-08-11T03:32:04Z", "published": "2026-08-11T03:31:57Z", "aliases": [ "CVE-2026-66760" ], + "summary": "Improper Certificate Validation in @sap/approuter", "details": "SAP Approuter does not correctly validate client certificates in certain callback flows. An attacker with low privileges, holding a certificate from the same trusted authority with matching subject values, could bypass the identity check. This complexity makes the attack difficult to execute. Successful exploitation could allow impersonation of a trusted internal component, resulting in a high impact on integrity and a low impact on confidentiality and availability.", "severity": [ { @@ -13,7 +14,27 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:H/A:L" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "@sap/approuter" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "23.0.0" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY",