GHSA-hfmv-hhh3-43f2

Suggest an improvement
Source
https://github.com/advisories/GHSA-hfmv-hhh3-43f2
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/08/GHSA-hfmv-hhh3-43f2/GHSA-hfmv-hhh3-43f2.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-hfmv-hhh3-43f2
Aliases
Published
2025-08-19T15:33:35Z
Modified
2025-08-19T20:58:33Z
Severity
  • 8.7 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N CVSS Calculator
Summary
Stored XSS in n8n Form Trigger allows Account Takeover via injected iframe and video/source
Details

Impact

A stored Cross-Site Scripting (XSS) vulnerability was identified in n8n, specifically in the Form Trigger node's HTML form element. An authenticated attacker can inject malicious HTML via an <iframe> with a srcdoc payload that includes arbitrary JavaScript execution. The attacker can also inject malicious Javascript by using <video> coupled <source> using an onerror event.

While using iframe or a combination of video and source tag, this vulnerability allows for Account Takeover (ATO) by exfiltrating n8n-browserId and session cookies from authenticated users who visit a maliciously crafted form. Using these tokens and cookies, an attacker can impersonate the victim and change account details such as email addresses, enabling full control over the account—especially if 2FA is not enabled.

Patches

The issue was addressed in PR #16329. Users should upgrade to version >=1.98.2.

Workarounds

Apart from updating to the fixed version, n8n instance administrators can: - Configure a reverse proxy to serve webhook requests from a different domain [docs]. - Disable or restrict use of the Form Trigger node, particularly the HTML element type. - Use a Content Security Policy (CSP) to block execution of inline scripts and disallow use of srcdoc.

References

Database specific
{
    "github_reviewed": true,
    "github_reviewed_at": "2025-08-19T15:33:35Z",
    "severity": "HIGH",
    "nvd_published_at": "2025-08-19T17:15:40Z",
    "cwe_ids": [
        "CWE-79"
    ]
}
References

Affected packages

npm / n8n

Package

Affected ranges

Type
SEMVER
Events
Introduced
1.77.0
Fixed
1.98.2

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/08/GHSA-hfmv-hhh3-43f2/GHSA-hfmv-hhh3-43f2.json"