Lucene search
+L

65434 matches found

Snyk
Snyk
added 2026/07/22 11:20 p.m.12 views

SQL Injection

Overview n8n-nodes-base is a Base nodes of n8n Affected versions of this package are vulnerable to SQL Injection via the PostgresTrigger. An attacker can execute arbitrary SQL commands on the connected PostgreSQL database by supplying crafted input to identifier parameters, leading to full read a...

8.8CVSS6.2AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/22 11:20 p.m.20 views

n8n: PostgresTrigger Node SQL Injection Allows Authenticated Users to Execute Arbitrary SQL on Connected PostgreSQL Instances

Impact The Postgres Trigger node interpolated user-supplied identifier parameters channel, function, and trigger names into SQL statements without proper escaping, so an authenticated user could inject arbitrary SQL executed against the connected PostgreSQL database with the configured credential...

5.8AI score
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/22 11:20 p.m.40 views

GHSA-JQWR-VX3P-R266 n8n: PostgresTrigger Node SQL Injection Allows Authenticated Users to Execute Arbitrary SQL on Connected PostgreSQL Instances

Impact The Postgres Trigger node interpolated user-supplied identifier parameters channel, function, and trigger names into SQL statements without proper escaping, so an authenticated user could inject arbitrary SQL executed against the connected PostgreSQL database with the configured credential...

5.8CVSS5.9AI score0.00211EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/07/22 11:9 p.m.14 views

Server-side Request Forgery (SSRF)

Overview next is a react framework. Affected versions of this package are vulnerable to Server-side Request Forgery SSRF through createForwardedActionResponse and createRedirectRenderResult in packages/next/src/server/app-render/action-handler.ts. An attacker can make the server send a forwarded...

8.3CVSS5.9AI score0.00536EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/22 11:9 p.m.14 views

Next.js: Server-Side Request Forgery in Server Actions on custom servers

Impact When a Server Action forwards or redirects a request, an attacker can cause the server to send that outbound request to a malicious host Server-Side Request Forgery. This requires the attacker's request to control Host-associated headers. In some configurations, it's also possible to obtai...

8.3CVSS5.4AI score0.00536EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/22 11:9 p.m.9 views

GHSA-89XV-2M56-2M9X Next.js: Server-Side Request Forgery in Server Actions on custom servers

Impact When a Server Action forwards or redirects a request, an attacker can cause the server to send that outbound request to a malicious host Server-Side Request Forgery. This requires the attacker's request to control Host-associated headers. In some configurations, it's also possible to obtai...

8.3CVSS5.4AI score0.00536EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/22 10:57 p.m.7 views

GHSA-W7X5-G22V-XQHR Eclipse Jetty: Path parameter traversal

Description as reported Summary In Jetty 12.1.8, org.eclipse.jetty.util.URIUtil.canonicalPath may leave dot-dot path segments unnormalized when a semicolon path parameter marker is followed by a slash and a dot segment. A minimal example is: /public;/../admin/secret In my local reproduction,...

5.3CVSS5.5AI score0.00228EPSS
SaveExploits1References10
Github Security Blog
Github Security Blog
added 2026/07/22 10:57 p.m.34 views

Eclipse Jetty: Path parameter traversal

Description as reported Summary In Jetty 12.1.8, org.eclipse.jetty.util.URIUtil.canonicalPath may leave dot-dot path segments unnormalized when a semicolon path parameter marker is followed by a slash and a dot segment. A minimal example is: /public;/../admin/secret In my local reproduction,...

5.3CVSS5.5AI score0.00228EPSS
SaveExploits1References10Affected Software1
OSV
OSV
added 2026/07/22 10:22 p.m.10 views

GHSA-HWMJ-QG4V-CVG9 n8n: MySQL v1 Node executeQuery Operation Allows SQL Injection via Unparameterized Expression Interpolation

Impact The legacy MySQL v1 node's executeQuery operation substitutes evaluated ... expression values directly into the raw SQL string without parameterization. If a workflow uses this operation with expression-sourced values in the query and is connected to an externally-reachable trigger such as...

5.3CVSS6.1AI score0.00314EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/07/22 10:22 p.m.10 views

n8n: MySQL v1 Node executeQuery Operation Allows SQL Injection via Unparameterized Expression Interpolation

Impact The legacy MySQL v1 node's executeQuery operation substitutes evaluated ... expression values directly into the raw SQL string without parameterization. If a workflow uses this operation with expression-sourced values in the query and is connected to an externally-reachable trigger such as...

8.8CVSS6.1AI score0.00314EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/22 10:11 p.m.9 views

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...

5.6AI score
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/22 10:11 p.m.20 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 score0.00204EPSS
SaveExploits0References6
Snyk
Snyk
added 2026/07/22 10:11 p.m.14 views

External Control of File Name or Path

Overview n8n-nodes-base is a Base nodes of n8n Affected versions of this package are vulnerable to External Control of File Name or Path via the Edit Image. An attacker can write arbitrary files outside the intended directory by supplying crafted values to the output format parameter. Workaround...

8.8CVSS5.9AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/22 10:10 p.m.19 views

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...

5.8AI score
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/22 10:10 p.m.11 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 score0.00295EPSS
SaveExploits0References6
Snyk
Snyk
added 2026/07/22 10:10 p.m.16 views

Incorrect Authorization

Overview n8n is a n8n Workflow Automation Tool Affected versions of this package are vulnerable to Incorrect Authorization via the genericAuthType in the HTTP Request node. An attacker can gain unauthorized access to credentials belonging to other users by referencing another user's credential...

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

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...

6.5AI score
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/22 10:8 p.m.9 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 score0.00387EPSS
SaveExploits0References6
Snyk
Snyk
added 2026/07/22 10:8 p.m.13 views

Command Injection

Overview n8n-nodes-base is a Base nodes of n8n Affected versions of this package are vulnerable to Command Injection via the Git node. An attacker can execute arbitrary commands as the application process user by crafting a local repository to trigger git hooks during workflow execution. Note: Th...

8.8CVSS6.1AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/22 10:7 p.m.17 views

n8n: SSRF Protection Bypass via MCP Client Node

Impact On an n8n instance with SSRF protection enabled, the MCP Client node sent requests to a user-supplied endpoint without routing them through that protection and without pinning the resolved address. An authenticated user who could create or edit a workflow could therefore cause the server t...

5.5AI score
SaveExploits0References5Affected Software1
Rows per page
Query Builder