Answer in brief
CVE-2026-54077 records a High severity (CVSS 7.1) vulnerability in ArcadeDB: IMPORT DATABASE allows SSRF and arbitrary local file read by authenticated users. The current sources do not mark it as known exploited. The current feed maps ArcadeData/arcadedb (generic), com.arcadedb/arcadedb-engine (generic), com.arcadedb:arcadedb-engine (maven), com.arcadedb:arcadedb-engine (maven). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.1. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps ArcadeData/arcadedb (generic), com.arcadedb/arcadedb-engine (generic), com.arcadedb:arcadedb-engine (maven), com.arcadedb:arcadedb-engine (maven). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| ArcadeData/arcadedbgeneric | < 26.6.1 | Not reported |
| com.arcadedb/arcadedb-enginegeneric | < 26.6.1 | Not reported |
| com.arcadedb:arcadedb-enginemaven | <26.6.1 | 26.6.1 |
| com.arcadedb:arcadedb-enginemaven | >=0 <26.6.1 | 26.6.1 |
Published upstream
Sep 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jul 16, 2026
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.
Quoted source text, attributed separately from HOL analysis.