Security Advisory

CVE-2026-77077

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-08-20 11:21:10
Last updated 2026-08-21 11:21:19
Assigner VulnCheck
CVSS score 7.2
State PUBLISHED

Description

n8n versions before 1.123.69, 2.33.4, and 2.34.1 contain a JavaScript task runner VM sandbox escape. The runner's prototype-freezing routine covers globalThis functions but not internal module constructors such as EventEmitter, allowing an authenticated user with Code node access to exploit prototype pollution to execute arbitrary commands within the runner container. Because the polluted prototype is a process-wide object, the corruption persists across other tenants' Code node executions on the same shared runner. On v1.x instances without task runners enabled, Code node JavaScript runs directly in the main n8n process, where the impact could be higher.