๐Ÿ” CVE Alert

CVE-2026-76224

HIGH 8.8

ArcadeDB before 26.8.1 Remote Code Execution via Groovy Fallback

CVSS Score
8.8
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-94
Vendor arcadedata
Product arcadedb
Published Aug 19, 2026
Stay Ahead of the Next One

Get instant alerts for arcadedata arcadedb

Be the first to know when new high vulnerabilities affecting arcadedata arcadedb are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

ArcadeData / arcadedb
0 < 26.8.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/ArcadeData/arcadedb/security/advisories/GHSA-wcm5-4wjm-9wj3 vulncheck.com: https://www.vulncheck.com/advisories/arcadedb-before-remote-code-execution-via-groovy-fallback

Credits

๐Ÿ” chow8386