OSV 1.4.0 · github-reviewed · 修改于 2026-07-20 21:39
发布时间
2026-06-17 07:01
GitHub 审查时间
2026-06-17 07:01
NVD 发布时间
2026-06-24 00:17
源文件
advisories/github-reviewed/2026/06/GHSA-jqpw-qww5-cj4c/GHSA-jqpw-qww5-cj4c.json
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.
The issue has been fixed in n8n version 2.24.0. Users should upgrade to this version or later to remediate the vulnerability. The fix introduces configurable limits on decompressed output size (N8N_COMPRESSION_NODE_MAX_DECOMPRESSED_SIZE_BYTES) and ZIP entry count (N8N_COMPRESSION_NODE_MAX_ZIP_ENTRIES).
If upgrading is not immediately possible, administrators should consider the following temporary mitigations:
n8n-nodes-base.compression to the NODES_EXCLUDE environment variable.These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.