CVE-2026-34156
CRITICAL NUCLEINocoBase Affected by Sandbox Escape to RCE via console._stdout Prototype Chain Traversal in Workflow Script Node
Title source: cnaExploitation Summary
EIP tracks 5 public exploits for CVE-2026-34156. PoCs published by onurcangencbilkent, adminlove520, Dhananjayasj. A Nuclei detection template is also available.
AI-analyzed exploit summary This exploit demonstrates a VM sandbox escape in NocoBase 2.0.27 by leveraging prototype chain traversal to access host-realm objects, bypassing the sandbox, and achieving remote code execution. It includes authentication, vulnerability verification, and payload execution for command injection or reverse shell.
Description
NocoBase is an AI-powered no-code/low-code platform for building business applications and enterprise solutions. Prior to version 2.0.28, NocoBase's Workflow Script Node executes user-supplied JavaScript inside a Node.js vm sandbox with a custom require allowlist (controlled by WORKFLOW_SCRIPT_MODULES env var). However, the console object passed into the sandbox context exposes host-realm WritableWorkerStdio stream objects via console._stdout and console._stderr. An authenticated attacker can traverse the prototype chain to escape the sandbox and achieve Remote Code Execution as root. This issue has been patched in version 2.0.28.
Exploits (5)
This exploit demonstrates a VM sandbox escape in NocoBase 2.0.27 by leveraging prototype chain traversal to access host-realm objects, bypassing the sandbox, and achieving remote code execution. It includes authentication, vulnerability verification, and payload execution for command injection or reverse shell.
This repository contains a functional exploit for CVE-2026-34156, which leverages a sandbox escape in NocoBase's Workflow Script Node via prototype chain traversal on the `console._stdout` object to achieve remote code execution (RCE) as root. The exploit includes a Python script that authenticates, constructs a malicious payload, and executes arbitrary commands on the target system.
This repository contains a functional Python exploit for CVE-2026-34156, which leverages a sandbox escape in NocoBase's workflow engine to achieve remote code execution. The exploit uses a crafted JavaScript payload to bypass the VM sandbox and execute arbitrary commands via the `child_process` module.
This repository contains a functional exploit for CVE-2026-34156, which leverages a sandbox escape in NocoBase's Workflow Script Node via prototype chain traversal on the `console._stdout` object to achieve remote code execution (RCE) as root.
This repository contains a functional Python exploit for CVE-2026-34156, which leverages a sandbox escape in NocoBase's Workflow Script Node to achieve remote code execution as root. The exploit uses a classic prototype chain traversal technique to escape the Node.js vm sandbox and execute arbitrary commands.
Nuclei Templates (1)
http.title:"NocoBase"
body="__nocobase_public_path__"
References (3)
Scores
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H