CVE-2026-93593

8.1

ArcadeData · arcadedb

ArcadeDB before 26.9.1 contains an authorization flaw where TimeSeries types fail to enforce ACL entries, allowing authenticated users to bypass security rules and access unauthorized data.

Executive summary

A high-severity authorization vulnerability in ArcadeDB allows authenticated users to bypass security controls and perform unauthorized read or write operations on TimeSeries data.

Vulnerability

This vulnerability is caused by an incorrect authorization check (CWE-863) within the ACL resolver. Because TimeSeries types lack standard record buckets, the system fails to validate permissions by type name, effectively failing open and granting unauthorized access to authenticated low-privilege users.

Business impact

The ability for low-privilege users to read or insert TimeSeries samples despite explicit deny rules represents a significant risk to data integrity and confidentiality. With a CVSS score of 8.1, this flaw could lead to the unauthorized modification of sensitive time-series metrics or the exfiltration of restricted data, potentially resulting in corrupted business analytics or compliance violations.

Remediation

Immediate Action: Upgrade to ArcadeDB version 26.9.1 or later, which includes the necessary type-name-based access checks to resolve the ACL bypass.

Proactive Monitoring: Review database access logs for anomalous read or write patterns involving TimeSeries types, particularly those originating from accounts with low-privilege assignments.

Compensating Controls: Implement strict network-level access controls to limit interaction with the database to trusted application service accounts, reducing the attack surface available to unauthorized or compromised low-privilege users.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Given the high CVSS severity and the nature of the flaw as an authorization bypass, organizations utilizing ArcadeDB must prioritize upgrading to version 26.9.1 immediately. Failure to patch allows authenticated users to circumvent security policies, undermining the entire access control framework of the database.

More ArcadeData CVEs

History

  1. Disclosed CVE record published
  2. Collected by CVE Brief via github
  3. Analyst report written
  4. Published in the daily brief high section

Sources