PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-75853 ArcadeData CVE debrief

ArcadeDB's Gremlin wire-protocol plugin (com.arcadedb:arcadedb-gremlin) in versions <= 26.7.3 has an authorization bypass vulnerability. The plugin enforces authentication (SASL PLAIN) but does not perform authorization, allowing any valid server credential to read, write, and drop data in any database on the server. This issue allows attackers to bypass existing ACLs, including per-type, read-only, and UPDATE_SCHEMA controls, by selecting a target database via a traversal-source alias. The vulnerability is fixed in version 26.8.1. Defenders should assess exposure and apply the fix to prevent unauthorized database access.

Vendor
ArcadeData
Product
arcadedb
CVSS
HIGH 8.7
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-18
Original CVE updated
2026-09-08
Advisory published
2026-08-18
Advisory updated
2026-09-08

Who should care

Defenders responsible for ArcadeDB deployments, database administrators, and security teams should assess exposure and apply the fix to prevent unauthorized database access. They should also review database access controls, monitor for suspicious activity, and update incident response plans. Additionally, they should conduct a risk assessment to identify potential impacts and prioritize remediation efforts based on the severity of the vulnerability and the

Why it matters

The authorization bypass vulnerability in ArcadeDB's Gremlin wire-protocol plugin allows any valid server credential to access and manipulate data in any database on the server, bypassing existing ACLs.

  • Potential unauthorized data access and modification
  • Bypassing of per-type/read-only/UPDATE_SCHEMA ACLs
  • Cross-database access and manipulation
  • Verification of exposure and remediation priority

Technical summary

The ArcadeDB Gremlin wire-protocol plugin (com.arcadedb:arcadedb-gremlin) in versions <= 26.7.3 does not perform authorization checks, allowing any valid server credential to access any database on the server. This bypasses per-type, read-only, and UPDATE_SCHEMA ACLs, enabling attackers to read, write, and drop data across databases. The issue arises from the plugin's failure to bind authenticated principals to the engine and check database access permissions. The vulnerability is addressed in version 26.8.1, which includes authorization checks.

Defensive priority

Defenders should prioritize verifying exposure and applying the vendor-provided fix, as the vulnerability allows unauthorized database access.

Recommended defensive actions

  • Verify the version of the ArcadeDB Gremlin wire-protocol plugin and apply the fix (upgrade to version 26.8.1 or later) if vulnerable.
  • Review and restrict database access permissions to prevent unauthorized access.
  • Monitor database activity for suspicious behavior.
  • Perform a thorough review of existing database access controls and update them as necessary.
  • Implement additional monitoring and logging to detect potential unauthorized access.
  • Review and update incident response plans to include procedures for handling potential data breaches.
  • Conduct a thorough risk assessment to identify potential impacts on the organization.

Evidence notes

The CVE record and NVD entry provide details on the vulnerability, including its description and CVSS score. However, additional information from the vendor and other sources may be necessary to fully understand the issue.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-75853 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-75853

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-75853 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-75853

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.