n8n Vulnerable to Stored XSS through Attachments View Endpoint
Medium5.0CVE-2025-46343 · Published Apr 28, 2025 · updated Apr 29, 2025
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| n8n npm | < 1.90.0 | 1.90.0 |
Details and references
### Impact n8n workflows can store and serve binary files, which are accessible to authenticated users. However, there was no restriction on the MIME type of uploaded files, and the MIME type could be controlled via a GET parameter. This allowed the server to respond with any MIME type, potentially enabling malicious content to be interpreted and executed by the browser. An authenticated attacker with member-level permissions could exploit this by uploading a crafted HTML file containing malicious JavaScript. When another user visits the binary data endpoint with the MIME type set to text/html, the script executes in the context of the user’s session. This script could, for example, send a request to change the user’s email address in their account settings, effectively enabling account takeover. ### Patches - [n8n@1.90.0](https://github.com/n8n-io/n8n/releases/tag/n8n%401.90.0) ### Credit We would like to thank @Mahmoud0x00 for reporting this issue.
- CVSS 3.1
- CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-79
- Also known as
- CVE-2025-46343
More n8n advisories
All n8n| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Jun 272025 | n8n allows open redirects via the /signin endpoint CVE-2025-49592Medium4.6fixed in 1.98.0 | Medium4.6 | 1.98.0 |
| Jul 32025 | n8n Vulnerable to Denial of Service via Malformed Binary Data Requests CVE-2025-49595Medium4.9fixed in 1.99.0 | Medium4.9 | 1.99.0 |
| Jul 32025 | n8n is vulnerable to Improper Authorization through its `/stop` endpoint CVE-2025-52554Medium4.3fixed in 1.99.1 | Medium4.3 | 1.99.1 |
| Aug 192025 | Stored XSS in n8n Form Trigger allows Account Takeover via injected iframe and video/source CVE-2025-52478High8.7fixed in 1.98.2 | High8.7 | 1.98.2 |
| Aug 202025 | n8n symlink traversal vulnerability in "Read/Write File" node allows access to restricted files CVE-2025-57749Medium6.5fixed in 1.106.0 | Medium6.5 | 1.106.0 |
| Sep 152025 | Stored XSS in n8n LangChain Chat Trigger Node via initialMessages Parameter CVE-2025-58177Medium4.1fixed in 1.107.0 | Medium4.1 | 1.107.0 |