CVE-2026-75851: ArcadeDB before 26.8.1 Authentication Bypass via Async Command

Published Aug 18, 2026
·
Updated

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.

Affected Software

1 affected component
ArcadeDB ArcadeDB server<=26.7.3

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade com.arcadedb:arcadedb-server to a version that resolves this vulnerability.

    Fixed in 26.8.1
  2. Compensating control

    Mitigate by avoiding asynchronous command execution via /api/v1/command with awaitResponse:false until the server is upgraded to 26.8.1.

Event History

Aug 18, 2026
CVE Published
via MITRE·11:19 AM
Data Sourced
via MITRE·11:19 AM
DescriptionSeverityWeakness
Data Sourced
via NVD·12:19 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Who can realistically exploit this issue?

Any ArcadeDB server running version 26.7.3 or earlier is affected if a user has read access to at least one database and can submit commands to the HTTP /api/v1/command endpoint. The issue enables that low-privileged user to escalate to server-wide administrative control.

2

What conditions are required for exploitation?

The attacker needs valid credentials for a user with read access to a single database. They submit a JavaScript command with language=js and awaitResponse:false, causing it to run on an asynchronous worker without the authenticated principal bound to its DatabaseContext.

3

What is the available remediation?

Upgrade ArcadeDB server to version 26.8.1, which fixes the issue. The provided information does not identify a temporary mitigation for systems that cannot be upgraded.

4

How can I investigate possible exploitation?

Review requests to /api/v1/command for asynchronous submissions using awaitResponse:false, particularly those specifying language=js. Also investigate unexpected server-wide administrator accounts, as the described exploit can create one through database.getSecurity().createUser.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203