---
id: CVE-2026-67356
title: >-
  ArcadeDB before 26.7.3 binds the real LocalDatabase object into JavaScript
  trigger contexts with HostAccess.ALL, allowing schema-admins to call
  getSecurity().createUser() without permission checks
summary: >-
  ArcadeDB before 26.7.3 binds the real LocalDatabase object into JavaScript
  trigger contexts with HostAccess.ALL, allowing schema-admins to call
  getSecurity().createUser() without permission checks. Attackers with
  UPDATE_SCHEMA permission…
severity: high
cvss: 8.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-269
published: '2026-08-02'
updated: '2026-08-02'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-67356'
references:
  - url: >-
      https://github.com/ArcadeData/arcadedb/security/advisories/GHSA-38pf-6hp2-pxww
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/arcadedb-before-privilege-escalation-via-javascript-trigger
    label: disclosure@vulncheck.com
tags:
  - nvd
ingestedAt: '2026-08-02T13:18:29.948Z'
epss: 0.00246
epssPercentile: 0.16138
---

## Overview

ArcadeDB before 26.7.3 binds the real LocalDatabase object into JavaScript trigger contexts with HostAccess.ALL, allowing schema-admins to call getSecurity().createUser() without permission checks. Attackers with UPDATE_SCHEMA permission can create triggers that execute JavaScript to create server-wide admin users, escalating privileges beyond their authorization level.

## Remediation

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