SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-76223

HIGH · CVSS 7.1 EPSS 0.25% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-19 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

ArcadeDB versions 26.7.3 and earlier are vulnerable due to inadequate enforcement of the UPDATE_SCHEMA permission, allowing users with basic database access to modify or overwrite existing SQL or Cypher functions in a function library. This can lead to unauthorized changes in admin-defined function logic, posing a significant security risk. Organizations using affected versions should prioritize upgrading to 26.8.1 to mitigate potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-76223
Severity
HIGH
CVSS
7.1
EPSS
0.25%
Java

Original NVD 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.)