---
id: CVE-2026-54076
title: ArcadeDB is a Multi-Model DBMS
summary: >-
  ArcadeDB is a Multi-Model DBMS. Prior to 26.6.1, the fix for CVE-2026-44221
  added an UPDATE_SCHEMA authorization check only to
  LocalDocumentType.createProperty, while the remaining public schema mutators
  in engine/src/main/java/com/arcad…
severity: high
cvss: 8.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H'
cwe:
  - CWE-862
  - CWE-863
vendor: ArcadeData
product: arcadedb
affected:
  - arcadedb < 26.6.1
  - arcadedb-engine < 26.6.1
patched:
  - 'com.arcadedb:arcadedb-engine 26.6.1'
published: '2026-09-15'
updated: '2026-09-15'
sourceUpdated: '2026-09-15T18:17:22.667'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-54076'
references:
  - url: >-
      https://github.com/ArcadeData/arcadedb/commit/2ee76fe442b974b2482f1e9eddd1ab429bcac614
    label: security-advisories@github.com
  - url: 'https://github.com/ArcadeData/arcadedb/pull/4423'
    label: security-advisories@github.com
  - url: 'https://github.com/ArcadeData/arcadedb/releases/tag/26.6.1'
    label: security-advisories@github.com
  - url: >-
      https://github.com/ArcadeData/arcadedb/security/advisories/GHSA-vg6x-6pg9-6qwg
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-vg6x-6pg9-6qwg'
tags:
  - nvd
  - cve.org
  - ghsa
  - maven
aliases:
  - GHSA-vg6x-6pg9-6qwg
ecosystem: maven
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: total
  timestamp: '2026-09-15T17:11:57.399679Z'
ingestedAt: '2026-07-16T20:58:02.978Z'
epss: 0.00406
epssPercentile: 0.34621
---

## Overview

ArcadeDB is a Multi-Model DBMS. Prior to 26.6.1, the fix for CVE-2026-44221 added an UPDATE_SCHEMA authorization check only to LocalDocumentType.createProperty, while the remaining public schema mutators in engine/src/main/java/com/arcadedb/schema/LocalDocumentType.java and engine/src/main/java/com/arcadedb/schema/LocalProperty.java remained unchecked. An authenticated identity, including a read-only API token without UPDATE_SCHEMA permission, can use DROP PROPERTY, ALTER TYPE, or ALTER PROPERTY through the database command/query HTTP endpoints to rename types, change inheritance, alter aliases or buckets, drop properties, and change property constraints. The issue does not directly disclose or write record data, but unauthorized schema mutation can corrupt the meaning of stored records and breach the documented permission model. This issue is fixed in version 26.6.1.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-54076)

Affected packages:

- `com.arcadedb:arcadedb-engine < 26.6.1`

Patched in:

- `com.arcadedb:arcadedb-engine 26.6.1`

Source: https://github.com/advisories/GHSA-vg6x-6pg9-6qwg
