SEPTEMBER 16, 2026
Live Feed
Back to database
Case File

CVE-2026-54077

HIGH · CVSS 7.1 EPSS 0.37% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-15 · Last synced 2026-09-16

CyberRota Analysis

AI-Generated

ArcadeDB versions prior to 26.6.1 are vulnerable due to inadequate privilege checks in the IMPORT DATABASE statement, allowing authenticated users to execute server-side requests to internal services or read server-accessible files. This could lead to unauthorized data exposure or manipulation, posing a significant risk to the integrity and confidentiality of the database. Organizations using ArcadeDB should prioritize upgrading to version 26.6.1 to mitigate this high-severity vulnerability.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-54077
Severity
HIGH
CVSS
7.1
EPSS
0.37%
Java

Original NVD Description

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.