CVE-2026-54314
Received Received - Intake
Memory Exhaustion in n8n Workflow Automation Platform

Publication date: 2026-06-23

Last updated on: 2026-06-23

Assigner: GitHub, Inc.

Description
n8n is an open source workflow automation platform. Prior to 2.24.0, the Compression node's Decompress operation expanded attacker-controlled archives into memory without enforcing limits on decompressed output size. An unauthenticated attacker could send a small compressed archive to a public webhook workflow using this node, causing the n8n process to terminate due to memory exhaustion and disrupting all workflows in the same instance. This vulnerability is fixed in 2.24.0.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-23
Last Modified
2026-06-23
Generated
2026-06-23
AI Q&A
2026-06-23
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 3 associated CPEs
Vendor Product Version / Range
n8n n8n to 2.24.0 (inc)
n8n n8n to 2.24.0 (exc)
n8n n8n 2.24.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-409 The product does not handle or incorrectly handles a compressed input with a very high compression ratio that produces a large output.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Compliance Impact

This vulnerability causes a Denial of Service (DoS) by exhausting memory and terminating the n8n process, which disrupts workflow availability. Disruption of service availability can impact compliance with standards and regulations such as GDPR and HIPAA, which require maintaining system availability and reliability to protect data processing and healthcare information systems.

However, the provided information does not explicitly state the direct effects on compliance with these standards or any specific regulatory requirements.

Executive Summary

CVE-2026-54314 is a Denial of Service vulnerability in the n8n workflow automation platform affecting versions prior to 2.24.0.

The issue arises from the Compression node's Decompress operation, which expands attacker-controlled compressed archives into memory without enforcing limits on the decompressed output size.

An unauthenticated attacker can exploit this by sending a small compressed archive to a public webhook workflow using this node, causing the n8n process to terminate due to memory exhaustion.

This results in disruption of all workflows running on the same n8n instance.

Impact Analysis

This vulnerability can cause a Denial of Service (DoS) condition by exhausting the memory of the n8n process.

As a result, the entire n8n instance will terminate, disrupting all workflows running on it.

This disruption can lead to downtime and loss of automation services, potentially impacting business operations that rely on these workflows.

Detection Guidance

Detection of this vulnerability involves monitoring for unexpected termination of the n8n process or memory exhaustion events related to the Compression node's Decompress operation.

Since the vulnerability is triggered by an unauthenticated attacker sending a small compressed archive to a public webhook workflow, you can inspect network traffic for unusual or unexpected compressed archive payloads sent to n8n webhook endpoints.

Specific commands are not provided in the resources, but general approaches include:

  • Using system monitoring tools (e.g., top, htop, or Windows Task Manager) to detect high memory usage or crashes of the n8n process.
  • Checking n8n logs for errors or crashes related to the Compression node.
  • Using network monitoring tools (e.g., tcpdump, Wireshark) to capture and analyze incoming requests to public webhook endpoints for suspicious compressed archive payloads.
Mitigation Strategies

Immediate mitigation steps include upgrading n8n to version 2.24.0 or later, where the vulnerability is fixed by introducing configurable limits on decompressed output size and ZIP entry count.

If upgrading immediately is not possible, temporary mitigations include:

  • Disabling the Compression node to prevent decompression of attacker-controlled archives.
  • Restricting public webhook workflows to authenticated endpoints to prevent unauthenticated attackers from sending malicious compressed archives.
Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-54314. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart