Description
ArcadeDB (com.arcadedb) versions 26.7.3 and earlier fail to enforce the UPDATE_SCHEMA permission check when a DEFINE FUNCTION statement targets an already-existing function library. A user with only database access can add or overwrite SQL or Cypher functions in an existing library and persist the change, enabling tampering with admin-defined function logic. The issue is fixed in 26.8.1. (JavaScript functions still trigger the UPDATE_SECURITY check and are not affected.)
Published: 2026-08-19
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

ArcadeDB versions before 26.8.1 allow a database user who does not have UPDATE_SCHEMA permission to execute the DEFINE FUNCTION statement against an existing function library. This omission lets the user add or replace SQL or Cypher functions, thereby persisting unauthorized changes to admin‑defined logic. The flaw is a classic access control issue (CWE-862), enabling privileged operations without proper authorization and potentially exposing the database to malicious code or data manipulation.

Affected Systems

All installed instances of ArcadeData ArcadeDB version 26.7.3 or earlier are vulnerable. The issue was resolved in version 26.8.1; JavaScript function definitions continue to enforce the UPDATE_SECURITY check and remain unaffected.

Risk and Exploitability

The vulnerability carries a CVSS score of 7.1. EPSS data is unavailable. It is not listed in the CISA KEV catalog. A compromised database user with ordinary access can exploit the flaw by issuing DEFINE FUNCTION commands, a local or in‑application attack vector. Once exploited, the attacker can alter existing function libraries, leading to persistence of malicious logic and potential downstream exploitation of applications relying on those functions. The risk is significant in environments where database roles are not strictly audited or where untrusted users have schema modification capabilities.

Generated by OpenCVE AI on August 19, 2026 at 18:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ArcadeDB to version 26.8.1 or later to apply the vendor fix that restores proper UPDATE_SCHEMA enforcement.
  • Review current database roles and remove or reduce schema modification privileges from non‑administrative users, ensuring that only authorized accounts can issue DEFINE FUNCTION statements.
  • Audit existing function libraries for unauthorized or altered functions, and revert any changes that are not part of the approved code base.

Generated by OpenCVE AI on August 19, 2026 at 18:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 19 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
First Time appeared Arcadedata
Arcadedata arcadedb
Vendors & Products Arcadedata
Arcadedata arcadedb

Wed, 19 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 19 Aug 2026 14:15:00 +0000

Type Values Removed Values Added
Description ArcadeDB (com.arcadedb) versions 26.7.3 and earlier fail to enforce the UPDATE_SCHEMA permission check when a DEFINE FUNCTION statement targets an already-existing function library. A user with only database access can add or overwrite SQL or Cypher functions in an existing library and persist the change, enabling tampering with admin-defined function logic. The issue is fixed in 26.8.1. (JavaScript functions still trigger the UPDATE_SECURITY check and are not affected.)
Title ArcadeDB before 26.8.1 Permission Bypass via DEFINE FUNCTION
Weaknesses CWE-862
References
Metrics cvssV3_1

{'score': 7.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L'}

cvssV4_0

{'score': 7.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:L/SC:N/SI:N/SA:N'}


Subscriptions

Arcadedata Arcadedb
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-19T14:55:55.273Z

Reserved: 2026-08-19T11:35:13.689Z

Link: CVE-2026-76223

cve-icon Vulnrichment

Updated: 2026-08-19T14:54:50.436Z

cve-icon NVD

Status : Received

Published: 2026-08-19T14:17:48.740

Modified: 2026-08-19T15:18:10.710

Link: CVE-2026-76223

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-19T18:30:03Z

Weaknesses