---
id: CVE-2026-67340
title: >-
  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
summary: >-
  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
  permi…
severity: high
cvss: 7.2
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-94
published: '2026-08-01'
updated: '2026-09-08'
sourceUpdated: '2026-09-08T20:34:34.997'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-67340'
references:
  - url: >-
      https://github.com/ArcadeData/arcadedb/security/advisories/GHSA-x9f9-r4m8-9xc2
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/arcadedb-before-remote-code-execution-via-trigger-scripts
    label: disclosure@vulncheck.com
tags:
  - nvd
  - exploit-available
epss: 0.006
epssPercentile: 0.47417
exploits:
  github: 1
  githubRepos:
    - 'https://github.com/0xdak/CVE-2026-67340_exploit'
  checkedAt: '2026-09-24T07:53:13.032Z'
exploitAvailable: true
ingestedAt: '2026-08-02T09:18:11.592Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
