Advisory Database
  • Advisories
  • Dependency Scanning
  1. maven
  2. ›
  3. com.arcadedb/arcadedb-engine
  4. ›
  5. CVE-2026-54077

CVE-2026-54077: ArcadeDB: IMPORT DATABASE allows SSRF and arbitrary local file read by authenticated users

July 16, 2026

The SQL IMPORT DATABASE statement did not require administrative privileges and passed its source URL to the importer without validation. Any authenticated user with SQL command access (not only root/administrators) could therefore:

  • Server-Side Request Forgery (CWE-918): cause the server to issue HTTP(S) requests to arbitrary destinations, including cloud metadata endpoints (e.g. 169.254.169.254) and internal-only services, and ingest the responses as queryable records.
  • Arbitrary local file read (CWE-22): read local files reachable by the server process (e.g. /etc/passwd, credential files) by importing file:// paths, exposing their contents as records.

The server administration endpoint (/api/v1/server) was already restricted to the root user and was not affected; the exposure was through the database SQL command/query endpoints (/api/v1/command, /api/v1/query).

A related lower-severity hardening gap (CWE-776): the XML importer did not disable DTD processing, leaving entity-expansion (Billion Laughs) possible.

References

  • github.com/ArcadeData/arcadedb/releases/tag/26.6.1
  • github.com/ArcadeData/arcadedb/security/advisories/GHSA-8w86-m9h8-hvqg
  • github.com/advisories/GHSA-8w86-m9h8-hvqg
  • nvd.nist.gov/vuln/detail/CVE-2026-54077

Code Behaviors & Features

Detect and mitigate CVE-2026-54077 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 26.6.1

Fixed versions

  • 26.6.1

Solution

Upgrade to version 26.6.1 or above.

Impact 7.1 HIGH

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L

Learn more about CVSS

Weakness

  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
  • CWE-776: Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion')
  • CWE-918: Server-Side Request Forgery (SSRF)

Source file

maven/com.arcadedb/arcadedb-engine/CVE-2026-54077.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 08 Aug 2026 00:19:23 +0000.