Lucene search
+L

1277 matches found

OSV
OSV
added 2026/07/22 10:11 p.m.8 views

GHSA-XMC9-4F2H-JF9C n8n: Edit Image Node Format Injection Allows Arbitrary File Write

Impact The n8n Edit Image node passed its output format to the underlying image library without validation, so a crafted value could write bytes to a location outside the node's working directory. An authenticated user able to run workflows could use this to write arbitrary files in the n8n...

7.7CVSS5.6AI score
SaveExploits0References6
OSV
OSV
added 2026/07/22 10:10 p.m.10 views

GHSA-6QC9-MQVW-JG7X n8n: Credential Authorization Bypass via Expression in HTTP Request Node `genericAuthType`

Impact An authenticated member with edit access to a shared workflow could reference another user's credential in an HTTP Request node while specifying the credential type through an expression. Because the pre-execution permission check compared the unresolved expression instead of the real...

7.1CVSS5.8AI score
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/07/22 10:10 p.m.25 views

n8n: Expression sandbox escape via arrow-function bodies enabling command execution

Impact An authenticated user with permission to create or modify workflows could abuse crafted expressions using arrow functions to bypass the expression sandbox, triggering unintended system command execution on the host running n8n. Patches The issue has been fixed in n8n versions 2.31.5 and...

5.7AI score
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/22 10:10 p.m.24 views

GHSA-GV7G-JM28-CR3M n8n: Expression sandbox escape via arrow-function bodies enabling command execution

Impact An authenticated user with permission to create or modify workflows could abuse crafted expressions using arrow functions to bypass the expression sandbox, triggering unintended system command execution on the host running n8n. Patches The issue has been fixed in n8n versions 2.31.5 and...

8.7CVSS5.8AI score
SaveExploits0References5
Snyk
Snyk
added 2026/07/22 10:10 p.m.6 views

Arbitrary Code Injection

Overview n8n-workflow is a Workflow base code of n8n Affected versions of this package are vulnerable to Arbitrary Code Injection via crafted expressions using arrow functions in the expression. An attacker can execute arbitrary system commands by bypassing the intended sandbox restrictions. Note...

8.8CVSS6.2AI score
SaveExploits0References2
OSV
OSV
added 2026/07/22 10:9 p.m.5 views

GHSA-2X35-3FW4-9JR4 n8n: Send Email Node Arbitrary File Read and SSRF via Nodemailer Content-Object Type Confusion

Impact The n8n Send Email node did not enforce that its message fields were strings, so a crafted untrusted non-string value from a workflow expression could be treated by the underlying mail library as a file path or URL. This could allow disclosure of local files on the n8n host. Exploitation...

8.2CVSS5.4AI score
SaveExploits0References6
OSV
OSV
added 2026/07/22 10:8 p.m.7 views

GHSA-RCV6-PVRJ-4XCG n8n: Authenticated code execution in the n8n Git node

Impact Authenticated n8n users with rights to create and execute workflows could achieve code execution on the n8n host. Using the Git node, under the default git security settings, by staging a crafted local repository, an attacker could cause git to run hooks, executing arbitrary commands as th...

8.7CVSS6.5AI score
SaveExploits0References6
Snyk
Snyk
added 2026/07/22 10:7 p.m.4 views

Server-side Request Forgery (SSRF)

Overview @n8n/n8n-nodes-langchain is a Affected versions of this package are vulnerable to Server-side Request Forgery SSRF in the MCP Client. An attacker can access internal or otherwise restricted network resources by supplying crafted endpoints, causing the server to connect to unintended host...

8.4CVSS5.9AI score
SaveExploits0References2
OSV
OSV
added 2026/07/22 10:6 p.m.6 views

GHSA-GF29-4F56-R2JF n8n: Git Node fetch/pull/pushTags Operations Bypass Sandbox Path Restriction

Impact Authenticated n8n users with workflow create/execute rights could use the Git node's fetch, pull, or push-tags operations to bypass the repository-path containment checks that already protected clone and push. By pointing an allowlisted remote configuration value at a local path outside th...

7.1CVSS5.7AI score
SaveExploits0References6
OSV
OSV
added 2026/07/22 10:6 p.m.8 views

GHSA-64XH-79J6-R5V8 n8n: Bypass "Allowed HTTP Request Domains" Credential Restriction in Multiple AI and LLM Nodes

Impact The credential "Allowed HTTP Request Domains" allowlist was intended to restrict which hosts a credential's secret could be sent to, protecting shared credentials from users who could use but not view them. Several AI/LLM nodes did not enforce this allowlist when a user-supplied base or...

7.1CVSS5.4AI score
SaveExploits0References5
Snyk
Snyk
added 2026/07/22 10:6 p.m.6 views

Incorrect Authorization

Overview n8n is a n8n Workflow Automation Tool Affected versions of this package are vulnerable to Incorrect Authorization in the process that handles credential domain restrictions when user-supplied base or endpoint URLs are set. An attacker can exfiltrate credential secrets by configuring...

6CVSS5.9AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/22 10:4 p.m.8 views

n8n: SSO Instance-Role Provisioning Allows Privilege Escalation to Instance Owner

Impact n8n's Enterprise SSO instance-role provisioning maps a role claim asserted by the configured Identity Provider IdP to an n8n global role and applies it during authentication. The provisioning path did not prevent assignment of the global:owner role, unlike the token-exchange identity path,...

8.8CVSS5.5AI score0.00308EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/07/22 10:4 p.m.6 views

GHSA-35Q8-9MJ6-WJMF n8n: SSO Instance-Role Provisioning Allows Privilege Escalation to Instance Owner

Impact n8n's Enterprise SSO instance-role provisioning maps a role claim asserted by the configured Identity Provider IdP to an n8n global role and applies it during authentication. The provisioning path did not prevent assignment of the global:owner role, unlike the token-exchange identity path,...

7.7CVSS5.5AI score0.00308EPSS
SaveExploits0References7
Patchstack
Patchstack
added 2026/07/22 10:4 p.m.7 views

NPM: n8n: SSO Instance-Role Provisioning Allows Privilege Escalation to Instance Owner

NPM: n8n: SSO Instance-Role Provisioning Allows Privilege Escalation to Instance Owner vulnerability discovered by ? in WordPress Npm n8n versions 1.123.64...

8.8CVSS5.3AI score0.00308EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/22 10:2 p.m.6 views

n8n: Legacy Expression Evaluator Sanitizer Bypass Leads to Authenticated Code Execution

Impact The legacy expression evaluator's computed-member sanitizer can be bypassed by an authenticated user with workflow create or modify permissions. Successful exploitation grants the attacker host-level code execution as the n8n process. The legacy expression engine is the default engine in...

8.9CVSS6AI score0.00471EPSS
SaveExploits0References7Affected Software1
Patchstack
Patchstack
added 2026/07/22 10:2 p.m.7 views

NPM: n8n: Legacy Expression Evaluator Sanitizer Bypass Leads to Authenticated Code Execution

NPM: n8n: Legacy Expression Evaluator Sanitizer Bypass Leads to Authenticated Code Execution vulnerability discovered by ? in WordPress Npm n8n versions 1.123.64...

8.9CVSS5.4AI score0.00471EPSS
SaveExploits0References7Affected Software1
Patchstack
Patchstack
added 2026/07/22 10:1 p.m.9 views

NPM: n8n: Authenticated SSRF via Dynamic Node Parameters Endpoints Allows Internal Network Access

NPM: n8n: Authenticated SSRF via Dynamic Node Parameters Endpoints Allows Internal Network Access vulnerability discovered by ? in WordPress Npm n8n versions 1.123.64...

6.3CVSS5.2AI score0.00143EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/07/22 10:0 p.m.6 views

GHSA-777W-RPR6-C52H n8n: Privilege Escalation and Code Execution via Full Public API Key Scope Assignment to Token Exchange JWTs

Impact JWTs issued through the Token Exchange module were assigned all Public API key scopes, regardless of the acting user's actual role. A low-privileged user who could obtain a valid external JWT trusted by a configured issuer could therefore use the resulting access token to invoke...

8.9CVSS6AI score0.0047EPSS
SaveExploits0References6
Patchstack
Patchstack
added 2026/07/22 10:0 p.m.8 views

NPM: n8n: Privilege Escalation and Code Execution via Full Public API Key Scope Assignment to Token Exchange JWTs

NPM: n8n: Privilege Escalation and Code Execution via Full Public API Key Scope Assignment to Token Exchange JWTs vulnerability discovered by ? in WordPress Npm n8n versions 2.29.8...

8.9CVSS5.4AI score0.0047EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/22 8:33 p.m.5 views

MAL-2026-11004 Malicious code in n8n-nodes-pwn (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector ae8222d3f90f4cff83a0840ee03f4b127946274f0215a73eadd6008404a2276e The package's Pwn.node.js executes malicious code at module load time when n8n loads this community node. It opens a TCP socket to 10.0.0.145:4444 an...

5.8AI score
SaveExploits0References5
Rows per page
Query Builder