PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-44221 ArcadeData CVE debrief

Authenticated users and API tokens with database-specific scope in ArcadeDB Multi-Model DBMS, version 21.10.1 to 26.4.1, could bypass authorization to read, write, and mutate schema across databases on the same server due to two defects: (1) uninitialized fileAccessMap in ServerSecurityUser.getDatabaseUser() treated as allow-all by requestAccessOnFile; (2) createDatabase() via POST /api/v1/server omitted factory.setSecurity(), disabling record-level authorization. This vulnerability is fixed in version 26.4.2.

Vendor
ArcadeData
Product
arcadedb
CVSS
CRITICAL 9
CISA KEV
Not listed in stored evidence
Original CVE published
2026-05-12
Original CVE updated
2026-08-03
Advisory published
2026-05-12
Advisory updated
2026-08-03

Who should care

System administrators and security teams managing ArcadeDB Multi-Model DBMS installations, especially those with unpatched versions between 21.10.1 and 26.4.1, should prioritize patching to version 26.4.2 or later.

Technical summary

The vulnerability in ArcadeDB arises from two distinct defects: (1) ServerSecurityUser.getDatabaseUser() returns a DB user with an uninitialized fileAccessMap, which requestAccessOnFile treats as allow-all; (2) ArcadeDBServer.createDatabase() omits factory.setSecurity(...), disabling record-level authorization for databases created via POST /api/v1/server. These defects, when combined, allow authenticated users and API tokens scoped to a specific database to bypass record-level and database-level authorization, enabling them to read, write, and mutate schema on any other database on the same server.

Defensive priority

High priority to patch, given the critical severity and potential for widespread exploitation.

Recommended defensive actions

  • Patch to version 26.4.2 or later
  • Review and restrict database user permissions
  • Monitor for suspicious schema modifications
  • Inventory and audit affected systems
  • Implement compensating controls for database access

Evidence notes

Evidence from official CVE and NVD sources indicates a critical vulnerability in ArcadeDB, with CVSS score of 9.0. The vulnerability allows for unauthorized schema modifications across databases. Evidence limits suggest that further verification is needed to confirm affected scope and severity. Defenders should verify system configurations, review logs for suspicious activity, and ensure patching to version 26.4.2 or later.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-44221 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-44221

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-44221 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-44221

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.