Vulnerability 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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/ArcadeData/arcadedb/commit/bdc414cbdeda094cf8c20637cdc937335a
- https://github.com/ArcadeData/arcadedb/pull/4422
- https://github.com/ArcadeData/arcadedb/releases/tag/26.6.1
- https://github.com/ArcadeData/arcadedb/security/advisories/GHSA-8w86-m9h8-hvqg
FAQ
What is CVE-2026-54077?
CVE-2026-54077 is a vulnerability with a CVSS score of 7.1 (HIGH). 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 privile...
How severe is CVE-2026-54077?
CVE-2026-54077 has been rated HIGH with a CVSS base score of 7.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-54077?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.