PatchSiren cyber security CVE debrief
CVE-2026-45582 czlonkowski CVE debrief
A telemetry sanitization defect in n8n-MCP prior to version 2.51.3 could cause URL-shaped node parameters—such as customer identifiers, short secrets in query strings, and signed request parameters—to be retained in workflow telemetry data sent to the project's anonymous telemetry backend. This occurred contrary to the documented collection boundary in PRIVACY.md. The issue was fixed in version 2.51.3.
- Vendor
- czlonkowski
- Product
- n8n-mcp
- CVSS
- MEDIUM 6.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-29
- Original CVE updated
- 2026-07-21
- Advisory published
- 2026-05-29
- Advisory updated
- 2026-07-21
Who should care
Organizations using n8n-MCP for workflow automation with HTTP Request nodes handling sensitive customer data, multi-tenant identifiers, or signed API requests should prioritize this update to prevent unintended telemetry disclosure.
Technical summary
The workflow telemetry sanitizer in n8n-MCP versions prior to 2.51.3 failed to fully redact URL-shaped node parameters. HTTP Request node configurations containing customer identifiers, tenant IDs, short secrets embedded in query strings, or signed request parameters could be partially retained and transmitted to the anonymous telemetry backend. This represents an information disclosure vulnerability (CWE-201) where sensitive data fragments bypassed intended sanitization controls. The fix in version 2.51.3 corrects the sanitization logic to properly handle these parameter types.
Defensive priority
medium
Recommended defensive actions
- Upgrade n8n-MCP to version 2.51.3 or later
- Review workflow configurations for any HTTP Request nodes that may have contained sensitive parameters in URLs
- Audit historical telemetry data for potential exposure of customer identifiers, tenant IDs, or signed request parameters
- Verify that PRIVACY.md collection boundaries are being enforced in current deployments
- Consider rotating any short secrets or signed parameters that may have been exposed in query strings prior to the fix
Evidence notes
The CVE description and NVD record indicate the vulnerability involves incomplete sanitization of HTTP-Request-style node parameters in workflow telemetry. The fix is confirmed in release 2.51.3. No evidence of active exploitation or KEV listing was found in the supplied corpus.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-45582 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-45582
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-45582 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-45582
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/czlonkowski/n8n-mcp/commit/6cf6fef653fcd6d598f2f356aac4754931c7329f
-
Source reference
Unverified legacy reference
URL: https://github.com/czlonkowski/n8n-mcp/pull/782
-
Source reference
Unverified legacy reference
URL: https://github.com/czlonkowski/n8n-mcp/releases/tag/v2.51.3
-
Source reference
Unverified legacy reference
URL: https://github.com/czlonkowski/n8n-mcp/security/advisories/GHSA-f3rg-xqjj-cj9w
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.