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

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

CVE-2026-42282 is an information disclosure vulnerability in N8n-mcp that exposes credentials in server logs when running in HTTP transport mode. This article covers technical details, affected versions, and mitigations.

Published: May 18, 2026

CVE-2026-42282 Overview

CVE-2026-42282 is a sensitive information disclosure vulnerability [CWE-532] in n8n-mcp, a Model Context Protocol (MCP) server that exposes n8n node documentation, properties, and operations to AI assistants. In versions prior to 2.47.13 running in HTTP transport mode, the request dispatcher writes full tools/call arguments and JSON-RPC params into server logs before any redaction occurs. When tool arguments carry credential material — for example n8n_manage_credentials.data — bearer tokens, OAuth credentials, API keys, and webhook authentication headers are persisted in plaintext logs. The issue affects deployments where logs are forwarded to SIEM pipelines, shared storage, or support tooling outside the request trust boundary.

Critical Impact

Authenticated callers can cause secrets passed through MCP tool arguments to be written verbatim to server logs, enabling downstream credential disclosure to anyone with log access.

Affected Products

  • n8n-mcp versions prior to 2.47.13
  • Deployments running n8n-mcp in HTTP transport mode
  • Environments forwarding logs to external SIEM or shared storage

Discovery Timeline

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

Technical Details for CVE-2026-42282

Vulnerability Analysis

The flaw is an insertion of sensitive information into log files [CWE-532]. When n8n-mcp operates over HTTP transport, the request dispatcher and several sibling code paths construct log entries containing the entire argument object for authenticated MCP tools/call requests. The full JSON-RPC params payload reaches the logger before any field-level redaction is applied.

Tool arguments routed to n8n_manage_credentials can carry a data field containing bearer tokens, OAuth client secrets, or per-tenant API keys. Any MCP tool invocation can also embed webhook authentication headers or arbitrary secrets. Once these values reach the logger, they are persisted wherever logs are written, shipped, or indexed.

The vulnerability requires a valid AUTH_TOKEN, so unauthenticated callers cannot trigger the exposure. An existing console-silencing layer in HTTP mode reduces interactive visibility, but the upstream maintainer notes that this layer is fragile and the secret-bearing values are still constructed and passed to the logger. Exposure surfaces in any system that ingests the logs, including SIEM pipelines, shared log buckets, and operations tooling.

Root Cause

The dispatcher logs raw tool-call arguments before redaction. The patch in version 2.47.13 introduces a new helper, summarizeToolCallArgs, declared in dist/utils/redaction.d.ts, which produces a sanitized summary suitable for logging instead of the raw argument object.

Attack Vector

An authenticated caller — including a compromised AI assistant integration, a low-privilege tenant, or any party holding the AUTH_TOKEN — sends a tools/call request that includes credential material in its arguments. The dispatcher writes the unredacted payload to logs. Any actor with downstream log access then reads the secrets.

typescript
// Patch excerpt: new redaction helper introduced in v2.47.13
export declare const REDACTED = "[REDACTED]";
export declare function redactHeaders(headers: Record<string, unknown> | undefined | null): Record<string, unknown>;
export declare function summarizeMcpBody(body: unknown): Record<string, unknown>;
export declare function summarizeToolCallArgs(args: unknown): Record<string, unknown>;
// Source: https://github.com/czlonkowski/n8n-mcp/commit/59b665bda36797823df238aeaf20adb862c9f451

Detection Methods for CVE-2026-42282

Indicators of Compromise

  • Log entries from n8n-mcp HTTP transport containing JSON-RPC params with non-redacted data, headers, authorization, or token fields.
  • Presence of n8n_manage_credentials tool invocations in logs where the data payload appears as raw key-value pairs rather than [REDACTED].
  • Unexpected outbound authentication using credentials known to have been passed through n8n-mcp, indicating possible secondary use of leaked secrets.

Detection Strategies

  • Grep historical log archives for tools/call entries referencing n8n_manage_credentials and inspect the argument payload for plaintext credentials.
  • Correlate SIEM ingestion sources against the n8n-mcp deployment to enumerate every system that received pre-patch logs.
  • Audit access logs of log storage backends (object storage, Elasticsearch, syslog collectors) for reads of the affected time window.

Monitoring Recommendations

  • Forward n8n-mcp logs to a controlled pipeline with field-level masking until the upgrade to 2.47.13 is verified.
  • Alert on any new tools/call log lines that contain high-entropy strings matching token or key patterns.
  • Track authentication anomalies for credentials managed through n8n-mcp to detect post-disclosure abuse.

How to Mitigate CVE-2026-42282

Immediate Actions Required

  • Upgrade n8n-mcp to version 2.47.13 or later, which introduces summarizeToolCallArgs to sanitize tool-call arguments before logging.
  • Rotate every credential, bearer token, OAuth secret, API key, and webhook authentication header that was passed through n8n-mcp HTTP transport prior to the upgrade.
  • Purge or restrict access to historical log archives, backups, and SIEM indices that captured pre-patch traffic.

Patch Information

The fix is published in GitHub Release v2.47.13 and tracked in GitHub Security Advisory GHSA-wg4g-395p-mqv3. The code change is visible in the GitHub Commit Log, which adds a dedicated tool-call argument summarizer used by the dispatcher path.

Workarounds

  • Restrict the AUTH_TOKEN to a minimal set of trusted callers and rotate it after the upgrade.
  • Disable HTTP transport mode where it is not strictly required, reducing the surface that logs raw arguments.
  • Apply log redaction at the collector or SIEM layer to mask data, authorization, and headers fields originating from n8n-mcp.
bash
# Upgrade n8n-mcp to the patched release
npm install n8n-mcp@2.47.13

# 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 Score4.3

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/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.13
  • Vendor Resources
  • GitHub Commit Log

  • GitHub Security Advisory GHSA-wg4g-395p-mqv3
  • Related CVEs
  • CVE-2026-45582: 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