CVE-2026-75855 PUBLISHED

ArcadeDB before 26.8.1 Path Traversal via create/drop database

Assigner: VulnCheck
Reserved: 18.08.2026 Published: 18.08.2026 Updated: 18.08.2026

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.

Metrics

CVSS 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
CVSS Score: 8.4

Product Status

Vendor ArcadeData
Product arcadedb
Versions Default: unaffected
  • affected from 0 to 26.8.1 (excl.)
  • Version 26.8.1 is unaffected

Credits

  • pervinzahidli reporter

References

Problem Types

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