Vulnerability Description
ArcadeDB server (com.arcadedb:arcadedb-server) in versions 26.7.3 and earlier fails to propagate the authenticated principal to asynchronous command worker threads. When an HTTP command is submitted with awaitResponse:false, it executes on an async worker whose DatabaseContext has no bound user, causing the scripting authorization gate to become a no-op. A user with only read access to a single database can submit an asynchronous JavaScript (language=js) command via the /api/v1/command endpoint to run code with unrestricted host access (e.g., database.getSecurity().createUser) and create a server-wide administrator, escalating to full administrative control. Fixed in 26.8.1.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/ArcadeData/arcadedb/security/advisories/GHSA-5j4x-3jfw-8xv3
- https://www.vulncheck.com/advisories/arcadedb-before-authentication-bypass-via-a
- https://github.com/ArcadeData/arcadedb/security/advisories/GHSA-5j4x-3jfw-8xv3
FAQ
What is CVE-2026-75851?
CVE-2026-75851 is a vulnerability with a CVSS score of 9.9 (CRITICAL). ArcadeDB server (com.arcadedb:arcadedb-server) in versions 26.7.3 and earlier fails to propagate the authenticated principal to asynchronous command worker threads. When an HTTP command is submitted w...
How severe is CVE-2026-75851?
CVE-2026-75851 has been rated CRITICAL with a CVSS base score of 9.9/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-75851?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.