Security Advisory

CVE-2026-67340

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-08-01 12:22:18
Last updated 2026-08-01 12:22:18
Assigner VulnCheck
CVSS score not scored
State PUBLISHED

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.