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.
Published: 2026-08-18
Score: 9.4 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

ArcadeDB server versions 26.7.3 and older lose the authenticated principal when executing asynchronous commands, turning the scripting authorization check into a no‑op. An attacker who already has read access to a single database can submit an asynchronous JavaScript command through the /api/v1/command endpoint and run arbitrary server‑side code with unrestricted host access. This can create a new administrator account, granting the attacker full administrative control over the server. The weakness is a classic privilege escalation flaw rooted in improper authentication handling (CWE‑269).

Affected Systems

ArcadeData’s ArcadeDB product, specifically the server component (com.arcadedb:arcadedb-server) in release 26.7.3 and earlier versions, is affected. The vulnerable code path is exercised when an HTTP command is sent with awaitResponse set to false.

Risk and Exploitability

The vulnerability carries a CVSS score of 9.4, indicating critical severity. EPSS information is not available, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is network‑based, where a remote actor can issue an HTTP request to the /api/v1/command endpoint. The attacker must possess at least read‑only access to a database to initiate the exploit; once leveraged, the privilege escalation is immediate and complete. Because no effective pre‑existing mitigation is indicated by the vendor, the risk remains high until the service is patched.

Generated by OpenCVE AI on August 18, 2026 at 12:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the Arcadedb 26.8.1 patch or any later fix that restores authentication propagation for async workers.
  • If patch deployment is delayed, restrict or disable the asynchronous command interface and enforce that any script execution occurs only under a fully authenticated context.
  • Review database user permissions and remove or reassess read access granted to users that do not require it, limiting the initial foothold for potential attackers.

Generated by OpenCVE AI on August 18, 2026 at 12:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 18 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
First Time appeared Arcadedata
Arcadedata arcadedb
Vendors & Products Arcadedata
Arcadedata arcadedb

Tue, 18 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
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.
Title ArcadeDB before 26.8.1 Authentication Bypass via Async Command
Weaknesses CWE-269
References
Metrics cvssV3_1

{'score': 9.9, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H'}

cvssV4_0

{'score': 9.4, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H'}


Subscriptions

Arcadedata Arcadedb
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-18T13:30:19.587Z

Reserved: 2026-08-18T11:03:08.681Z

Link: CVE-2026-75851

cve-icon Vulnrichment

Updated: 2026-08-18T13:28:29.390Z

cve-icon NVD

Status : Deferred

Published: 2026-08-18T12:19:35.457

Modified: 2026-08-31T20:33:07.713

Link: CVE-2026-75851

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T13:15:12Z

Weaknesses
  • CWE-269

    Improper Privilege Management