WS-2026-0070
Published:September 06, 2026
Updated:September 10, 2026
ArangoDB unauthenticated authentication bypass through inconsistent raw versus decoded URL handling. With the default --server.authentication-system-only, CommTask::canAccessPath() tested the raw request path, so a URL-encoded underscore such as /%5Fapi/... failed the path[1] != '_' system-path test, was treated as a non-system Foxx path and escalated via vc->forceSuperuser(); the router then decoded the path and dispatched the request to the protected /_api endpoint with superuser rights. Affects releases up to and including 3.12.10.1; fixed in 3.12.11, where the block was removed and authorization moved into ExecContext.
Affected Packages
https://github.com/arangodb/arangodb.git (GITHUB):
Affected version(s) >=v3.2.0 <v3.12.11Fix Suggestion:
Update to version v3.12.11Related Resources (1)
Do you need more information?
Contact UsCVSS v4
Base Score:
9.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
9.8
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Authentication Bypass Using an Alternate Path or Channel