Close Menu
    Facebook X (Twitter) Instagram
    Wifi PortalWifi Portal
    • Blogging
    • SEO & Digital Marketing
    • WiFi / Internet & Networking
    • Cybersecurity
    • Tech Tools & Mobile / Apps
    • Privacy & Online Earning
    Facebook X (Twitter) Instagram
    Wifi PortalWifi Portal
    Home»Cybersecurity»Critical n8n Flaws Allow Remote Code Execution and Exposure of Stored Credentials
    Cybersecurity

    Critical n8n Flaws Allow Remote Code Execution and Exposure of Stored Credentials

    adminBy adminMarch 11, 2026No Comments3 Mins Read
    Facebook Twitter LinkedIn Telegram Pinterest Tumblr Reddit WhatsApp Email
    n8n
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Ravie LakshmananMar 11, 2026 Vulnerability / Application Security

    n8n

    Cybersecurity researchers have disclosed details of two now-patched security flaws in the n8n workflow automation platform, including two critical bugs that could result in arbitrary command execution.

    The vulnerabilities are listed below –

    • CVE-2026-27577 (CVSS score: 9.4) – Expression sandbox escape leading to remote code execution (RCE)
    • CVE-2026-27493 (CVSS score: 9.5) – Unauthenticated expression evaluation via n8n’s Form nodes

    “CVE-2026-27577 is a sandbox escape in the expression compiler: a missing case in the AST rewriter lets process slip through untransformed, giving any authenticated expression full RCE,” Pillar Security researcher Eilon Cohen, who discovered and reported the issues, said in a report shared with The Hacker News.

    The cybersecurity company described CVE-2026-27493 as a “double-evaluation bug” in n8n’s Form nodes that could be abused for expression injection by taking advantage of the fact that the form endpoints are public by design and require neither authentication nor an n8n account.

    All it takes for successful exploitation is to leverage a public “Contact Us” form to execute arbitrary shell commands by simply providing a payload as input into the Name field.

    In an advisory released late last month, n8n said CVE-2026-27577 could be weaponized by an authenticated user with permission to create or modify workflows to trigger unintended system command execution on the host running n8n via crafted expressions in workflow parameters.

    N8n also noted that CVE-2026-27493, when chained with an expression sandbox escape like CVE-2026-27577, could “escalate to remote code execution on the n8n host.” Both vulnerabilities affect the self-hosted and cloud deployments of n8n –

    • < 1.123.22, >= 2.0.0 < 2.9.3, and >= 2.10.0 < 2.10.1 – Fixed in versions 2.10.1, 2.9.3, and 1.123.22

    If immediate patching of CVE-2026-27577 is not an option, users are advised to limit workflow creation and editing permissions to fully trusted users and deploy n8n in a hardened environment with restricted operating system privileges and network access.

    As for CVE-2026-27493, n8n recommends the following mitigations –

    • Review the usage of form nodes manually for the above-mentioned preconditions.
    • Disable the Form node by adding n8n-nodes-base.form to the NODES_EXCLUDE environment variable.
    • Disable the Form Trigger node by adding n8n-nodes-base.formTrigger to the NODES_EXCLUDE environment variable.

    “These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures,” the maintainers cautioned.

    Pillar Security said an attacker could exploit these flaws to read the N8N_ENCRYPTION_KEY environment variable and use it to decrypt every credential stored in n8n’s database, including AWS keys, database passwords, OAuth tokens, and API keys.

    N8n versions 2.10.1, 2.9.3, and 1.123.22 also resolve two more critical vulnerabilities that could also be abused to achieve arbitrary code execution –

    • CVE-2026-27495 (CVSS score: 9.4) – An authenticated user with permission to create or modify workflows could exploit a code injection vulnerability in the JavaScript Task Runner sandbox to execute arbitrary code outside the sandbox boundary.
    • CVE-2026-27497 (CVSS score: 9.4) – An authenticated user with permission to create or modify workflows could leverage the Merge node’s SQL query mode to execute arbitrary code and write arbitrary files on the n8n server.

    Besides limiting workflow creation and editing permissions to trusted users, n8n has outlined the workarounds below for each flaw –

    • CVE-2026-27495 – Use external runner mode (N8N_RUNNERS_MODE=external) to limit the blast radius.
    • CVE-2026-27497 – Disable the Merge node by adding n8n-nodes-base.merge to the NODES_EXCLUDE environment variable.

    While n8n makes no mention of any of these vulnerabilities being exploited in the wild, users are advised to keep their installations up-to-date for optimal protection.

    Code Credentials Critical Execution exposure Flaws n8n Remote stored
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Telegram Email
    Previous ArticleHow Amy Aitman Breaks Down the “Three-Legged Stool”: 3 Channels, 1 Visibility Goal
    Next Article Here’s your best look at Google Pixel’s new Transit mode
    admin
    • Website

    Related Posts

    MedTech Giant Stryker Crippled by Iran-Linked Hacker Attack

    March 11, 2026

    Fortanix helps enterprises build resilience with multi-sourced quantum entropy

    March 11, 2026

    Meta adds new WhatsApp, Facebook, and Messenger anti-scam tools

    March 11, 2026
    Add A Comment
    Leave A Reply Cancel Reply

    Search Blog
    About
    About

    At WifiPortal.tech, we share simple, easy-to-follow guides on cybersecurity, online privacy, and digital opportunities. Our goal is to help everyday users browse safely, protect personal data, and explore smart ways to earn online. Whether you’re new to the digital world or looking to strengthen your online knowledge, our content is here to keep you informed and secure.

    Trending Blogs

    MedTech Giant Stryker Crippled by Iran-Linked Hacker Attack

    March 11, 2026

    10 Best VPNs for Android Phones & tablets

    March 11, 2026

    What It Is, Why It Matters, and What to Do Now

    March 11, 2026

    Windows 11 Cross-device Resume sounds great, until you realize how limited it is

    March 11, 2026
    Categories
    • Blogging (37)
    • Cybersecurity (719)
    • Privacy & Online Earning (108)
    • SEO & Digital Marketing (452)
    • Tech Tools & Mobile / Apps (887)
    • WiFi / Internet & Networking (118)

    Subscribe to Updates

    Stay updated with the latest tips on cybersecurity, online privacy, and digital opportunities straight to your inbox.

    WifiPortal.tech is a blogging platform focused on cybersecurity, online privacy, and digital opportunities. We share easy-to-follow guides, tips, and resources to help you stay safe online and explore new ways of working in the digital world.

    Our Picks

    MedTech Giant Stryker Crippled by Iran-Linked Hacker Attack

    March 11, 2026

    10 Best VPNs for Android Phones & tablets

    March 11, 2026

    What It Is, Why It Matters, and What to Do Now

    March 11, 2026
    Most Popular
    • MedTech Giant Stryker Crippled by Iran-Linked Hacker Attack
    • 10 Best VPNs for Android Phones & tablets
    • What It Is, Why It Matters, and What to Do Now
    • Windows 11 Cross-device Resume sounds great, until you realize how limited it is
    • Here’s your best look at Google Pixel’s new Transit mode
    • Critical n8n Flaws Allow Remote Code Execution and Exposure of Stored Credentials
    • How Amy Aitman Breaks Down the “Three-Legged Stool”: 3 Channels, 1 Visibility Goal
    • 5 Things I Learned About The Future Of Search From Liz Reid’s Latest Interview
    © 2026 WifiPortal.tech. Designed by WifiPortal.tech.
    • Home
    • About Us
    • Contact Us
    • Privacy Policy
    • Terms and Conditions
    • Disclaimer

    Type above and press Enter to search. Press Esc to cancel.