SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-76224

HIGH · CVSS 8.8 EPSS 0.58% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-19 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

ArcadeDB versions prior to 26.8.1 are vulnerable due to a remote code execution flaw in the Gremlin query engine, which allows authenticated users to exploit a fallback to the insecure Groovy engine when parameterized queries are improperly parsed. This vulnerability enables attackers to execute arbitrary operating system commands with the privileges of the ArcadeDB server process. Organizations using affected versions of ArcadeDB should prioritize patching to mitigate the risk of unauthorized access and potential system compromise.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution
GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-76224
Severity
HIGH
CVSS
8.8
EPSS
0.58%
Java

Original NVD Description

ArcadeDB before 26.8.1 (arcadedb-gremlin, affected <= 26.7.3) contains a remote code execution vulnerability in its Gremlin query engine. Although the engine defaults to the documented-secure java (gremlin-lang) engine, ArcadeGremlin.executeStatement() silently falls back to the insecure Groovy engine whenever a request carries any query parameter and the query does not parse as gremlin-lang. An authenticated user with any database role, including a read-only reader, can submit a parameterized Gremlin query to trigger the Groovy fallback and execute arbitrary operating system commands as the ArcadeDB server process user.