CVE-2026-67340
CRITICALArcadeDB before 26.7.2 Remote Code Execution via Trigger Scripts
Title source: cnaExploitation Summary
EIP tracks 1 public exploit for CVE-2026-67340. PoCs published by 0xdak.
AI-analyzed exploit summary Post-authentication RCE in ArcadeDB (< 26.7.2) via JAVASCRIPT trigger-script sandbox escape. The exploit leverages a GraalVM polyglot engine misconfiguration allowing `java.lang.*` host class access, enabling `Runtime.exec()` OS command execution through crafted SQL trigger creation.
Description
ArcadeDB before 26.7.2 (arcadedb-engine) allows trigger scripts to look up host classes in java.lang.* (via Java.type) because ScriptTriggerExecutor adds java.lang.* to the allowed packages. An authenticated user with UPDATE_SCHEMA permission can create a JavaScript trigger that invokes java.lang.Runtime.getRuntime().exec() (or ProcessBuilder), achieving OS command execution when the trigger fires.
Exploits (1)
Post-authentication RCE in ArcadeDB (< 26.7.2) via JAVASCRIPT trigger-script sandbox escape. The exploit leverages a GraalVM polyglot engine misconfiguration allowing `java.lang.*` host class access, enabling `Runtime.exec()` OS command execution through crafted SQL trigger creation.
References (2)
Scores
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H