SCA: security update for com.arcadedb:arcadedb-server (GHSA-fxc7-fm93-6q77)

critical Tenable Cloud Security Plugin ID 441186

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- ArcadeDB is a Multi-Model DBMS. Prior to 2.6.4, authenticated users and API tokens scoped to a specific
database could read, write, and mutate schema on any other database on the same server. Two distinct
defects contributed: (1) ServerSecurityUser.getDatabaseUser() returned a DB user with an uninitialized
fileAccessMap, which requestAccessOnFile treated as allow-all; (2) ArcadeDBServer.createDatabase() omitted
factory.setSecurity(...) so any database created via POST /api/v1/server {"command":"create database X"}
had its entire record-level authorization system silently disabled. In combination, record-level and
database-level authorization could be bypassed by any authenticated principal. This vulnerability is fixed
in 2.6.4. (CVE-2026-44221)

Solution

Update the com.arcadedb:arcadedb-server library and its related packages to version 26.4.2 or later.

See Also

https://github.com/advisories/GHSA-fxc7-fm93-6q77

Plugin Details

Severity: Critical

ID: 441186

Version: Revision 1.10

Type: Local

Family: SCA Checks

Published: 5/6/2026

Updated: 7/1/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 5

Percentile: 94.44

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: High

Base Score: 9

Temporal Score: 6.7

Vector: CVSS2#AV:N/AC:L/Au:S/C:C/I:C/A:C

CVSS Score Source: CVE-2026-44221

CVSS v3

Risk Factor: Critical

Base Score: 9

Temporal Score: 7.8

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 5/5/2026

Vulnerability Publication Date: 5/5/2026

Reference Information

CVE: CVE-2026-44221

cwe: CWE-863