Actively exploited in the wild. This CVE is on the CISA Known Exploited Vulnerabilities list — treat remediation as urgent. Federal remediation due by 25 Mar 2026.
N8nApplication

CVE-2025-68613

HIGH · 8.8 CVSS v3.1 Published 2025-12-19
Fix available
A fix is available. Upgrade to 1.120.4 or later.
See remediation →
100/100
Remediation priority · Urgent
In the wild High EPSS Public exploit Remotely reachable Zero-click Patch available

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
n8n is an open source workflow automation platform. Versions starting with 0.211.0 and prior to 1.120.4, 1.121.1, and 1.122.0 contain a critical Remote Code Execution (RCE) vulnerability in their workflow expression evaluation system. Under certain conditions, expressions supplied by authenticated users during workflow configuration may be evaluated in an execution context that is not sufficiently isolated from the underlying runtime. An authenticated attacker could abuse this behavior to execute arbitrary code with the privileges of the n8n process. Successful exploitation may lead to full compromise of the affected instance, including unauthorized access to sensitive data, modification of workflows, and execution of system-level operations. This issue has been fixed in versions 1.120.4, 1.121.1, and 1.122.0. Users are strongly advised to upgrade to a patched version, which introduces additional safeguards to restrict expression evaluation. If upgrading is not immediately possible, administrators should consider the following temporary mitigations: Limit workflow creation and editing permissions to fully trusted users only; and/or deploy n8n in a hardened environment with restricted operating system privileges and network access to reduce the impact of potential exploitation. These workarounds do not fully eliminate the risk and should only be used as short-term measures.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

n8n workflow automation platform versions 0.211.0 through 1.120.3/1.121.0 contain a critical RCE vulnerability in the workflow expression evaluation system. Authenticated users can supply malicious expressions that are evaluated in an insufficiently isolated execution context, allowing arbitrary code execution with n8n process privileges.

MitigationUpgrade immediately to version 1.120.4, 1.121.1, or 1.122.0 which introduces additional safeguards to restrict expression evaluation. If immediate upgrade is not feasible, restrict workflow creation/editing to trusted users only and deploy n8n in a hardened environment with limited OS privileges.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
N8nApplication
Affected:>= 0.211.0, < 1.120.4= 1.121.0

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
Low
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify installed n8n version
    Run `n8n --version` from the command line, check the package.json file in the n8n installation directory, or query the n8n API endpoint `/rest/version` if accessible
    Affected if The version is 0.211.0 through 1.120.3, or exactly 1.121.0
  2. Verify user access to workflow editing
    Review user roles and permissions in n8n under Settings > Users or by querying the API endpoint `/rest/users` to determine which users can create or edit workflows
    Affected if Any non-admin or untrusted user account has workflow create or edit permissions
  3. Check if expression-based nodes are in use
    Examine existing workflows in the n8n UI or via the API endpoint `/rest/workflows` to identify workflows that contain expressions in node parameters (typically using {{...}} syntax)
    Affected if Workflows contain expressions that could be manipulated by authenticated users
  4. Confirm n8n process privileges
    Check the operating system user running the n8n process and its permissions using commands like `ps aux | grep n8n` or system service configuration files
    Affected if The n8n process runs with root or elevated OS privileges rather than a restricted service account

A user is affected if their n8n version falls within 0.211.0 to 1.120.3 or equals 1.121.0 AND authenticated users have the ability to create or edit workflows containing expressions.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 1.120.4 or later
Fixed in 1.120.4
Vendor patch github.com →
Interim mitigation

Upgrade immediately to version 1.120.4, 1.121.1, or 1.122.0 which introduces additional safeguards to restrict expression evaluation. If immediate upgrade is not feasible, restrict workflow creation/editing to trusted users only and deploy n8n in a hardened environment with limited OS privileges.

Recommended fix High confidence

1.120.4, 1.121.1, or 1.122.0 (or latest stable)

  1. Back up your n8n instance including workflows, credentials, and database before proceeding
  2. Upgrade n8n to version 1.120.4, 1.121.1, or 1.122.0 (or later stable release)
  3. Verify the upgrade was successful by checking the n8n version
  4. Test that existing workflows function correctly after the upgrade
  5. Review and limit workflow creation and editing permissions to trusted users only
Caveat Expression evaluation restrictions may affect existing workflows using dynamic code features - test thoroughly

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in N8n Exploited in the wild — priority engagement
  • Consultation3.0 h
  • Implementation2.0 h
  • Testing4.0 h
  • Review / QA2.0 h
11.0 hours of engineering $1,920
Get it fixed fast

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,072.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2025-68613 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2025-68613 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data