---
id: CVE-2026-93598
title: >-
  ArcadeDB (Maven artifact com.arcadedb:arcadedb-engine) through 26.8.1 contains
  an incomplete deny-list in the polyglot script sandbox:
  com.arcadedb.query.polyglot.HostClassLookupFilter.DENIED lists
  java.util.ResourceBundle as a bare clas…
summary: >-
  ArcadeDB (Maven artifact com.arcadedb:arcadedb-engine) through 26.8.1 contains
  an incomplete deny-list in the polyglot script sandbox:
  com.arcadedb.query.polyglot.HostClassLookupFilter.DENIED lists
  java.util.ResourceBundle as a bare clas…
severity: high
cvss: 7.1
cvssVector: 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'
cwe:
  - CWE-184
vendor: ArcadeData
product: arcadedb
affected:
  - arcadedb < 26.9.1
published: '2026-09-18'
updated: '2026-09-22'
sourceUpdated: '2026-09-22T15:17:23.913'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-93598'
references:
  - url: >-
      https://github.com/ArcadeData/arcadedb/security/advisories/GHSA-j57p-qmrh-v7xv
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/arcadedb-before-26.9.1-classpath-credential-disclosure-via-resourcebundle
    label: disclosure@vulncheck.com
  - url: >-
      https://github.com/ArcadeData/arcadedb/security/advisories/GHSA-j57p-qmrh-v7xv
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
  - cve.org
  - exploit-available
epss: 0.00481
epssPercentile: 0.40679
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'no'
  technicalImpact: total
  timestamp: '2026-09-22T14:23:10.313874Z'
cvssSource: cna
ingestedAt: '2026-09-18T13:41:41.664Z'
---

## Overview

ArcadeDB (Maven artifact com.arcadedb:arcadedb-engine) through 26.8.1 contains an incomplete deny-list in the polyglot script sandbox: com.arcadedb.query.polyglot.HostClassLookupFilter.DENIED lists java.util.ResourceBundle as a bare class name, which is matched by exact equality and therefore does not cover its subclasses, while ScriptTriggerExecutor.ALLOWED_PACKAGES permits java.util.*. A user with the UPDATE_SCHEMA privilege (sufficient to create or alter a JavaScript trigger; no server-admin rights required) can reference java.util.PropertyResourceBundle or java.util.ListResourceBundle and invoke the inherited static ResourceBundle.getBundle(String) to read .properties resources from the application classpath, which the sandbox (IOAccess.NONE, with java.io.**, java.nio.** and java.net.** denied) is intended to make unreachable. This can disclose packaged application configuration such as database credentials and API keys; the advisory states the issue does not provide arbitrary host filesystem read or remote code execution. Fixed in 26.9.1.

## Remediation

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