A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-45582

CVE-2026-45582: N8n-mcp Information Disclosure Flaw

CVE-2026-45582 is an information disclosure vulnerability in n8n-MCP that exposes URL-shaped node parameters in telemetry data. This article covers the technical details, affected versions, impact, and mitigation.

Published: June 4, 2026

CVE-2026-45582 Overview

CVE-2026-45582 is an information disclosure vulnerability in n8n-MCP, an MCP server that exposes n8n node documentation, properties, and operations to AI assistants. Versions prior to 2.51.3 ship a workflow telemetry sanitizer that fails to strip all URL-shaped node parameters before transmitting workflow data to the project's anonymous telemetry backend. Partial URL fragments containing sensitive values can persist in stored telemetry. The flaw maps to [CWE-201: Insertion of Sensitive Information Into Sent Data].

Critical Impact

Customer or tenant identifiers, short secrets embedded in query strings, and signed request parameters configured in HTTP-Request-style nodes can leak to the project's telemetry backend, contradicting the boundary documented in PRIVACY.md.

Affected Products

  • n8n-mcp versions prior to 2.51.3
  • Deployments using HTTP-Request-style node parameters with embedded identifiers or secrets
  • Installations with anonymous telemetry collection enabled

Discovery Timeline

  • 2026-05-29 - CVE-2026-45582 published to NVD
  • 2026-06-01 - Last updated in NVD database

Technical Details for CVE-2026-45582

Vulnerability Analysis

The vulnerability resides in the workflow telemetry sanitizer that processes node parameters before forwarding workflow metadata to the n8n-MCP anonymous telemetry endpoint. The sanitizer attempts to redact URL-shaped values to honor the data collection boundary documented in PRIVACY.md. However, the redaction logic retains partial fragments of those URLs, allowing residual sensitive content to be transmitted and stored.

HTTP-Request nodes commonly contain customer IDs, tenant identifiers, short bearer-style secrets in query parameters, and signed request parameters such as AWS-style signatures or HMAC tokens. When workflows referencing these values are submitted to telemetry, those fragments are not fully scrubbed.

Exploitation requires no user interaction and authenticated low-privilege access to a vulnerable n8n-MCP instance. The impact is limited to confidentiality of workflow parameter values.

Root Cause

The root cause is incomplete pattern matching in the telemetry sanitization routine. The sanitizer detects URL-shaped strings but only removes portions of them rather than redacting the entire value or its sensitive substrings. Query string components and embedded credentials therefore survive the sanitization pass.

Attack Vector

The vulnerability is exposed through normal operation rather than an active attack path. Any operator running n8n-MCP versions earlier than 2.51.3 with telemetry enabled implicitly transmits partial URL fragments containing workflow secrets. A party with access to the stored telemetry corpus could correlate fragments to identify tenants or replay short-lived tokens.

No verified proof-of-concept exploit is published. The fix is delivered in commit 6cf6fef653fcd6d598f2f356aac4754931c7329f via pull request #782 and documented in GHSA-f3rg-xqjj-cj9w.

Detection Methods for CVE-2026-45582

Indicators of Compromise

  • Outbound HTTPS connections from n8n-MCP hosts to the project's telemetry endpoint while running a version prior to 2.51.3.
  • Workflow definitions referencing HTTP-Request nodes with secrets, signed parameters, or tenant IDs embedded directly in URLs.
  • Audit logs showing telemetry transmission events that include workflow node parameter payloads.

Detection Strategies

  • Inventory all running n8n-MCP instances and compare installed versions against the fixed release 2.51.3.
  • Inspect workflow definitions for HTTP-Request-style nodes containing query-string secrets or signed URLs that may already have been transmitted.
  • Review egress proxy and firewall logs for connections to the n8n-MCP telemetry backend originating from vulnerable hosts.

Monitoring Recommendations

  • Alert on installations of n8n-MCP packages with versions less than 2.51.3.
  • Continuously monitor outbound traffic from automation hosts and flag telemetry endpoints unless explicitly approved.
  • Track changes to PRIVACY.md-bound configuration flags that enable or disable anonymous telemetry.

How to Mitigate CVE-2026-45582

Immediate Actions Required

  • Upgrade n8n-MCP to version 2.51.3 or later, which contains the corrected sanitizer in commit 6cf6fef653fcd6d598f2f356aac4754931c7329f.
  • Rotate any short-lived secrets, signed parameters, or tenant identifiers that were embedded in HTTP-Request node URLs while running a vulnerable version.
  • Audit historical workflow definitions for sensitive values placed directly into URL parameters and refactor them to use credential stores.

Patch Information

The vulnerability is fixed in n8n-MCP release v2.51.3. The corrective change is implemented in commit 6cf6fef and was merged through pull request #782. Full details are published in GitHub Security Advisory GHSA-f3rg-xqjj-cj9w.

Workarounds

  • Disable anonymous telemetry collection in n8n-MCP until the upgrade to 2.51.3 is complete.
  • Block egress to the n8n-MCP telemetry endpoint at the network perimeter for affected hosts.
  • Move all secrets and signed parameters out of URL fields and into n8n credential objects so they are not surfaced to the telemetry sanitizer.
bash
# Upgrade n8n-MCP to the fixed release
npm install -g n8n-mcp@2.51.3

# Verify the installed version
npm list -g n8n-mcp

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechN8n Mcp

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-201
  • Technical References
  • GitHub Release v2.51.3
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Pull Request

  • GitHub Security Advisory GHSA-f3rg-xqjj-cj9w
  • Related CVEs
  • CVE-2026-42282: N8n-mcp Information Disclosure Flaw

  • CVE-2026-41495: N8n-mcp Information Disclosure Vulnerability

  • CVE-2026-45707: N8n-mcp Auth Bypass Vulnerability

  • CVE-2026-44694: N8n-mcp Server SSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English