Description
ArcadeDB versions before 26.8.1 fail to sanitize database names in the POST /api/v1/server endpoint's create database and drop database commands, allowing authenticated root users to write and delete arbitrary files outside the configured database directory. Attackers can supply database names containing ../ sequences to create databases at arbitrary filesystem paths or recursively delete directories the server process can access.
Published: 2026-08-18
Score: 8.4 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

ArcadeDB before version 26.8.1 does not sanitize database names in the create and drop database commands, allowing an authenticated root user to write or delete files outside the configured database directory. This flaw enables an attacker to place or remove arbitrary files on the server, potentially leading to arbitrary code execution or denial of service. The weakness is categorized as a path traversal (CWE‑22).

Affected Systems

ArcadeData ArcadeDB before version 26.8.1 is affected, with versions prior to 26.8.1 lacking the fix for the create/drop database path sanitization. Users of those versions who authenticate as root or possess root-level database administration permissions are susceptible.

Risk and Exploitability

The vulnerability carries a CVSS score of 8.4, indicating high severity. EPSS data is not available, and the issue is not listed in CISA KEV. Attackers must have authenticated root or equivalent privileges to exploit the flaw, and they can supply database names with '../' sequences to traverse the filesystem. Given the high impact score and the need for elevated privileges, the risk is significant for environments where the database server runs with root or similar permissions.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ArcadeDB to version 26.8.1 or later to apply the path traversal fix.
  • Revoke root privileges from accounts that do not require them and restrict database creation or deletion to a least‑privilege user.
  • Limit the database server’s filesystem permissions so that the process cannot write or delete files outside the designated database directory.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 19 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 18 Aug 2026 13:15: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 versions before 26.8.1 fail to sanitize database names in the POST /api/v1/server endpoint's create database and drop database commands, allowing authenticated root users to write and delete arbitrary files outside the configured database directory. Attackers can supply database names containing ../ sequences to create databases at arbitrary filesystem paths or recursively delete directories the server process can access.
Title ArcadeDB before 26.8.1 Path Traversal via create/drop database
Weaknesses CWE-22
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Arcadedata Arcadedb
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-19T14:25:14.590Z

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

Link: CVE-2026-75855

cve-icon Vulnrichment

Updated: 2026-08-19T14:25:10.002Z

cve-icon NVD

Status : Received

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

Modified: 2026-08-19T15:18:09.050

Link: CVE-2026-75855

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T13:00:06Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')