CVE-2026-93594
Last modified
CVE-2026-93594 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. ArcadeDB (Maven artifact com.arcadedb:arcadedb-engine) through 26.8.1 enforces its per-type/per-record access-control rules only in LocalBucket, keyed on file id. Query-execution paths that reach record data through LSM index files or the TimeSeries engine never invoke that permission check, so an authenticated user who is denied readRecord/deleteRecord on a type can still, with a single ordinary SQL statement, read the type's indexed key values and record IDs (e.g.
Description
ArcadeDB (Maven artifact com.arcadedb:arcadedb-engine) through 26.8.1 enforces its per-type/per-record access-control rules only in LocalBucket, keyed on file id. Query-execution paths that reach record data through LSM index files or the TimeSeries engine never invoke that permission check, so an authenticated user who is denied readRecord/deleteRecord on a type can still, with a single ordinary SQL statement, read the type's indexed key values and record IDs (e.g. SELECT key, rid FROM INDEX:Type[field]), read MAX/MIN values via the index shortcut, read and count TimeSeries samples, learn the type's record count, and delete index entries (DELETE FROM INDEX:Type[field]), which desynchronizes the index from the data and can defeat unique constraints. Index and type names needed for exploitation are discoverable because SELECT FROM schema:indexes is unfiltered. The issue affects both embedded and server deployments and all transports (HTTP, Bolt, Postgres, Gremlin) once a principal is bound. Fixed in 26.9.1.
Metrics
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-93594?
How severe is CVE-2026-93594?
How do I fix CVE-2026-93594?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-93589ImageMagick before 7.1.2-31 and 6.9.13-56 contains a divisio…3.7
- CVE-2026-9359A vulnerability was identified in Edimax EW-7438RPn 1.28a. A…6.3
- CVE-2026-93590ImageMagick before 7.1.2-31 contains a policy bypass vulnera…3.7
- CVE-2026-93591SiYuan versions before 3.8.3 contain an SQL injection vulner…7.6
- CVE-2026-93592vLLM versions before 0.28.0 fail to validate the lower bound…7.5
- CVE-2026-93593ArcadeDB before 26.9.1 fails to enforce security-group types…8.1
- CVE-2026-93595ArcadeDB before 26.9.1 contains an access control bypass vul…6.5
- CVE-2026-93596ArcadeDB before 26.9.1 (com.arcadedb:arcadedb-engine <= 26.8…4.3
- CVE-2026-93597ArcadeDB versions before 26.9.1 fail to validate IPv6 transi…7.7
- CVE-2026-93598ArcadeDB (Maven artifact com.arcadedb:arcadedb-engine) throu…7.1
- CVE-2026-93599rustls-webpki through 0.103.12 (and 0.104.0-alpha releases b…7.5
- CVE-2026-9360A security flaw has been discovered in Edimax EW-7438RPn 1.2…8.8
Are you affected by CVE-2026-93594?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
