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

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

CVE-2026-41495 is an information disclosure vulnerability in n8n-mcp that exposes sensitive data like bearer tokens and API keys in server logs. This article covers technical details, affected versions, and mitigation steps.

Published: May 18, 2026

CVE-2026-41495 Overview

CVE-2026-41495 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.47.11 write incoming request metadata for the POST /mcp endpoint to server logs regardless of authentication outcome. The logged data can include bearer tokens from the Authorization header, per-tenant API keys from the x-n8n-key header, and JSON-RPC payloads. The flaw is classified under CWE-532: Insertion of Sensitive Information into Log File. The maintainer addressed the issue in version 2.47.11.

Critical Impact

Sensitive authentication material and JSON-RPC payloads from rejected and accepted requests can be persisted in logs that may be accessible to SIEM pipelines, shared log storage, or support personnel outside the original trust boundary.

Affected Products

  • n8n-mcp versions prior to 2.47.11
  • HTTP transport mode deployments of n8n-mcp
  • Multi-tenant n8n-mcp setups using x-n8n-key headers

Discovery Timeline

  • 2026-05-08 - CVE-2026-41495 published to NVD
  • 2026-05-14 - Last updated in NVD database

Technical Details for CVE-2026-41495

Vulnerability Analysis

The vulnerability resides in the HTTP transport layer of n8n-mcp. When the server receives a request on the POST /mcp endpoint, it writes request metadata to its log stream before, or independent of, the authentication outcome. Access control itself functions correctly — unauthenticated callers receive a 401 Unauthorized response. However, the metadata associated with those rejected requests is still written to logs.

In deployments where logs are aggregated by SIEM platforms, forwarded to centralized storage, or read by operations staff, this behavior shifts sensitive material outside the request's intended trust boundary. An attacker with read access to logs can harvest valid bearer tokens, tenant API keys, and the contents of JSON-RPC calls submitted to the MCP endpoint.

Root Cause

The root cause is overly permissive logging behavior in the request pipeline. The HTTP handler logs full request metadata, including header values such as Authorization and x-n8n-key, without redaction or filtering. Because authentication failure does not suppress logging, even attacker-supplied or accidentally-sent secrets reach persistent storage. This pattern matches the conditions described in CWE-532.

Attack Vector

Exploitation requires read access to n8n-mcp server logs or any downstream system that ingests them. Network attackers do not directly trigger disclosure, but legitimate clients that submit valid tokens leak those secrets into logs as a side effect of normal operation. Anyone with access to the log destination — including support staff, contractors, SIEM operators, or an attacker who has breached log infrastructure — can extract credentials and replay them against the MCP endpoint.

No verified public exploit code is available. See the GitHub Security Advisory GHSA-pfm2-2mhg-8wpx for maintainer-provided technical details.

Detection Methods for CVE-2026-41495

Indicators of Compromise

  • Log entries from the POST /mcp endpoint containing Authorization: Bearer values or x-n8n-key header content.
  • Presence of JSON-RPC request payloads inside n8n-mcp HTTP access or application logs.
  • Repeated 401 Unauthorized responses paired with header metadata in log lines, indicating credential-bearing requests are being persisted.

Detection Strategies

  • Search historical log archives for the strings Authorization, Bearer , and x-n8n-key scoped to n8n-mcp log sources.
  • Audit SIEM ingestion pipelines to identify which downstream indexes received n8n-mcp request logs prior to upgrading.
  • Compare deployed n8n-mcp versions against the fixed release 2.47.11 using package manifests or container image tags.

Monitoring Recommendations

  • Alert on any log line from n8n-mcp components that contains authorization header patterns after the patch is applied.
  • Monitor MCP endpoint usage for anomalous client behavior consistent with replayed bearer tokens or tenant API keys.
  • Track access to log storage backends and SIEM indexes that previously held n8n-mcp request data.

How to Mitigate CVE-2026-41495

Immediate Actions Required

  • Upgrade n8n-mcp to version 2.47.11 or later as documented in the GitHub Release v2.47.11.
  • Rotate all bearer tokens and per-tenant x-n8n-key API keys that were used against affected deployments.
  • Purge or restrict access to historical logs that may contain exposed credentials and JSON-RPC payloads.

Patch Information

The maintainer released the fix in n8n-mcp version 2.47.11. Details are published in the GitHub Security Advisory GHSA-pfm2-2mhg-8wpx and the v2.47.11 release notes. Operators should validate that all running instances, container images, and infrastructure-as-code references point to the patched version.

Workarounds

  • If immediate upgrade is not possible, restrict the n8n-mcp HTTP transport endpoint to trusted networks only and limit which operators can read its logs.
  • Configure log forwarders to redact Authorization and x-n8n-key headers before logs leave the host.
  • Reduce log verbosity for the request pipeline so request metadata is not written for POST /mcp traffic until the upgrade is in place.
bash
# Upgrade n8n-mcp to the patched release
npm install n8n-mcp@2.47.11

# Verify installed version
npm list 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 Score5.3

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-532
  • Technical References
  • GitHub Release v2.47.11
  • Vendor Resources
  • GitHub Security Advisory GHSA-pfm2-2mhg-8wpx
  • Related CVEs
  • CVE-2026-45582: N8n-mcp Information Disclosure Flaw

  • CVE-2026-42282: N8n-mcp Information Disclosure Flaw

  • 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