Skip to main content

ArcadeDB CVE-2026-67340

| EUVDEUVD-2026-51813 CRITICAL
Code Injection (CWE-94)
2026-08-01 VulnCheck GHSA-w8vx-3rmm-v7rp
9.3
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
9.3 CRITICAL
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
8.8 HIGH

Requires an authenticated user with UPDATE_SCHEMA privilege, so PR:L (not PR:N); network-reachable and low-complexity once privileged, yielding full host confidentiality, integrity, and availability impact.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

4
Source Code Evidence Fetched
Aug 01, 2026 - 13:06 vuln.today
Analysis Generated
Aug 01, 2026 - 13:06 vuln.today
Patch available
Aug 01, 2026 - 13:01 EUVD
CVE Published
Aug 01, 2026 - 12:22 cve.org
CRITICAL 9.3

Blast Radius

ecosystem impact
† from your stack dependencies † transitive graph · vuln.today resolves 4-path depth
  • 17 maven packages depend on com.arcadedb:arcadedb-engine (8 direct, 9 indirect)

Ecosystem-wide dependent count for version 26.7.2.

DescriptionCVE.org

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.

AnalysisAI

OS command execution in ArcadeDB (arcadedb-engine) before 26.7.2 lets an authenticated user with UPDATE_SCHEMA permission escalate to full remote code execution on the host. Because ScriptTriggerExecutor whitelists java.lang.* for JavaScript trigger scripts, an attacker can create a trigger that calls Java.type("java.lang.Runtime").getRuntime().exec() (or ProcessBuilder) and runs arbitrary OS commands when the trigger fires. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Obtain account with UPDATE_SCHEMA
Delivery
CREATE TRIGGER EXECUTE JAVASCRIPT
Exploit
Java.type resolves java.lang.Runtime
Execution
Runtime.getRuntime().exec() on trigger fire
Impact
OS command execution as server process

Vulnerability AssessmentAI

Exploitation Requires an authenticated ArcadeDB account holding the UPDATE_SCHEMA (schema-admin) permission - the exact privilege gate at LocalSchema.createTrigger:636 - which is strictly less than the security-admin role. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The published CVSS 4.0 vector (AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H, score 9.3) rates this unauthenticated, but the CVE description and GHSA advisory both state exploitation requires an authenticated user holding UPDATE_SCHEMA permission - a direct conflict. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An attacker who has obtained (or been granted) a database account with UPDATE_SCHEMA permission issues CREATE TRIGGER ... EXECUTE JAVASCRIPT with a body that calls Java.type("java.lang.Runtime").getRuntime().exec(). …
Remediation Vendor-released patch: 26.7.2 - upgrade arcadedb-engine (com.arcadedb:arcadedb-engine) to 26.7.2 or later, per GHSA-x9f9-r4m8-9xc2. … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours, identify all ArcadeDB deployments running versions prior to 26.7.2 and immediately restrict UPDATE_SCHEMA permissions to essential administrative accounts only. …

Sign in for detailed remediation steps and compensating controls.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

CVE-2026-67340 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy