---
id: CVE-2026-54077
title: ArcadeDB is a Multi-Model DBMS
summary: >-
  ArcadeDB is a Multi-Model DBMS. Prior to 26.6.1, the IMPORT DATABASE statement
  in
  engine/src/main/java/com/arcadedb/query/sql/parser/ImportDatabaseStatement.java
  did not require administrative privileges and passed its source to integrat…
severity: high
cvss: 7.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L'
cwe:
  - CWE-22
  - CWE-776
  - CWE-918
vendor: ArcadeData
product: arcadedb
affected:
  - arcadedb < 26.6.1
  - arcadedb-engine < 26.6.1
patched:
  - 'com.arcadedb:arcadedb-engine 26.6.1'
published: '2026-09-15'
updated: '2026-09-15'
sourceUpdated: '2026-09-15T16:17:13.710'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-54077'
references:
  - url: >-
      https://github.com/ArcadeData/arcadedb/commit/bdc414cbdeda094cf8c20637cdc937335a3a19ee
    label: security-advisories@github.com
  - url: 'https://github.com/ArcadeData/arcadedb/pull/4422'
    label: security-advisories@github.com
  - url: 'https://github.com/ArcadeData/arcadedb/releases/tag/26.6.1'
    label: security-advisories@github.com
  - url: >-
      https://github.com/ArcadeData/arcadedb/security/advisories/GHSA-8w86-m9h8-hvqg
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-8w86-m9h8-hvqg'
tags:
  - nvd
  - cve.org
  - ghsa
  - maven
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-15T15:44:01.515219Z'
aliases:
  - GHSA-8w86-m9h8-hvqg
ecosystem: maven
ingestedAt: '2026-07-16T20:58:03.000Z'
epss: 0.00374
epssPercentile: 0.31275
---

## Overview

ArcadeDB is a Multi-Model DBMS. Prior to 26.6.1, the IMPORT DATABASE statement in engine/src/main/java/com/arcadedb/query/sql/parser/ImportDatabaseStatement.java did not require administrative privileges and passed its source to integration/src/main/java/com/arcadedb/integration/importer/SourceDiscovery.java without validation. An authenticated user with SQL command access through /api/v1/command or /api/v1/query can supply HTTP or HTTPS destinations to make server-side requests to internal services, or file:// paths to read files accessible to the server process and ingest the results as queryable records. The XML importer also permits DTD processing and external entities, enabling entity expansion. The root-only /api/v1/server administration endpoint is not affected. The fix requires updateSecurity permission, blocks local-network import destinations by default through arcadedb.server.security.importBlockLocalNetworks, supports the arcadedb.server.security.importAllowedLocalPaths file allow-list, and disables XML DTD processing and external entities. This issue is fixed in version 26.6.1.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-54077)

Affected packages:

- `com.arcadedb:arcadedb-engine < 26.6.1`

Patched in:

- `com.arcadedb:arcadedb-engine 26.6.1`

Source: https://github.com/advisories/GHSA-8w86-m9h8-hvqg
