From 38c78dab8787627c9cf4ad352657e996523704b9 Mon Sep 17 00:00:00 2001 From: Malayke Date: Wed, 22 Jul 2026 23:39:37 +0800 Subject: [PATCH] Improve GHSA-vhcw-f978-xjjg --- .../GHSA-vhcw-f978-xjjg.json | 69 ++++++++++++++++++- 1 file changed, 66 insertions(+), 3 deletions(-) diff --git a/advisories/unreviewed/2026/07/GHSA-vhcw-f978-xjjg/GHSA-vhcw-f978-xjjg.json b/advisories/unreviewed/2026/07/GHSA-vhcw-f978-xjjg/GHSA-vhcw-f978-xjjg.json index 4b78f33c95d4c..79c426aa71c5f 100644 --- a/advisories/unreviewed/2026/07/GHSA-vhcw-f978-xjjg/GHSA-vhcw-f978-xjjg.json +++ b/advisories/unreviewed/2026/07/GHSA-vhcw-f978-xjjg/GHSA-vhcw-f978-xjjg.json @@ -1,19 +1,78 @@ { "schema_version": "1.4.0", "id": "GHSA-vhcw-f978-xjjg", - "modified": "2026-07-22T12:32:18Z", + "modified": "2026-07-22T12:32:24Z", "published": "2026-07-22T12:32:18Z", "aliases": [ "CVE-2026-65597" ], + "summary": "n8n: DOM-Based XSS via Unsandboxed iframe srcdoc in HTML Preview", "details": "n8n before 1.123.64, 2.x before 2.29.8, and before 2.30.1 contains a DOM-based cross-site scripting vulnerability in the HTML preview, which renders execution output into an iframe srcdoc without the sandbox attribute. A sanitizer bypass allows injected script to execute same-origin as the editor. When a victim opens the preview, the script can call authenticated APIs using the victim's session. An account with global:member privileges can exploit the issue.", "severity": [ { "type": "CVSS_V4", - "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:H/VI:L/VA:N/SC:H/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:H/VI:L/VA:N/SC:H/SI:L/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "n8n" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.123.64" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "npm", + "name": "n8n" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.0.0" + }, + { + "fixed": "2.29.8" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "npm", + "name": "n8n" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.30.0" + }, + { + "fixed": "2.30.1" + } + ] + } + ] } ], - "affected": [], "references": [ { "type": "WEB", @@ -23,6 +82,10 @@ "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-65597" }, + { + "type": "PACKAGE", + "url": "https://github.com/n8n-io/n8n" + }, { "type": "WEB", "url": "https://www.vulncheck.com/advisories/n8n-before-dom-based-xss-via-unsandboxed-iframe"