VYPR

ArcadeDB

by ArcadeDB

Source repositories

CVEs (31)

  • CVE-2026-75851CriAug 18, 2026
    risk 0.64cvss 9.9epss 0.00

    ArcadeDB server (com.arcadedb:arcadedb-server) in versions 26.7.3 and earlier fails to propagate the authenticated principal to asynchronous command worker threads. When an HTTP command is submitted with awaitResponse:false, it executes on an async worker whose DatabaseContext…

  • CVE-2026-75854CriAug 18, 2026
    risk 0.57cvss 9.8epss 0.01

    ArcadeDB versions before 26.8.1 contain a missing authentication vulnerability in the Redis wire-protocol plugin that allows unauthenticated attackers to read, write, and delete data. Attackers can connect to the Redis port and execute arbitrary commands against any database on…

  • CVE-2026-75853HigAug 18, 2026
    risk 0.57cvss 8.8epss 0.00

    ArcadeDB's Gremlin wire-protocol plugin (com.arcadedb:arcadedb-gremlin) in versions <= 26.7.3 enforces authentication (SASL PLAIN) but performs no authorization: it never checks database access permissions (canAccessToDatabase) and never binds the authenticated principal into…

  • CVE-2026-75852CriAug 18, 2026
    risk 0.57cvss 9.8epss 0.00

    ArcadeDB versions before 26.8.1 fail to enforce SASL authentication on data commands in the MongoDB wire-protocol plugin. Unauthenticated attackers can issue insert, find, update, delete, and create commands against any database by connecting to port 27017 without credentials.

  • CVE-2026-75843CriAug 18, 2026
    risk 0.57cvss 9.9epss 0.00

    ArcadeDB before 26.8.1 fails to bind the authenticated principal on the gRPC transaction executor thread in beginTransaction, allowing authenticated readers to execute JavaScript commands without scripting authorization checks. Attackers can execute executeCommand with a…

  • CVE-2026-67356HigAug 2, 2026
    risk 0.57cvss 8.8epss 0.00

    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…

  • CVE-2026-67342CriAug 1, 2026
    risk 0.57cvss 9.8epss 0.00

    ArcadeDB versions before 26.7.2 contain an authorization bypass vulnerability in HTTP handlers for time series, batch, Prometheus, and Grafana endpoints that fail to validate database access permissions. Attackers can access and modify databases they are not authorized to use by…

  • CVE-2026-67341CriAug 1, 2026
    risk 0.57cvss 9.8epss 0.00

    ArcadeDB versions before 26.7.2 fail to enforce scripting authorization checks on the SQL DEFINE FUNCTION statement with LANGUAGE js. Attackers with database access can execute arbitrary JavaScript code by submitting DEFINE FUNCTION statements, bypassing security controls…

  • CVE-2026-76224HigAug 19, 2026
    risk 0.50cvss 8.8epss 0.01

    ArcadeDB before 26.8.1 (arcadedb-gremlin, affected <= 26.7.3) contains a remote code execution vulnerability in its Gremlin query engine. Although the engine defaults to the documented-secure java (gremlin-lang) engine, ArcadeGremlin.executeStatement() silently falls back to the…

  • CVE-2026-75855HigAug 18, 2026
    risk 0.50cvss 8.7epss 0.00

    ArcadeDB versions before 26.8.1 fail to sanitize database names in the POST /api/v1/server endpoint's create database and drop database commands, allowing authenticated root users to write and delete arbitrary files outside the configured database directory. Attackers can supply…

  • CVE-2026-67343HigAug 1, 2026
    risk 0.50cvss 8.8epss 0.00

    ArcadeDB versions before 26.7.2 fail to properly redact the cluster token in the GET /api/v1/server endpoint, allowing authenticated users to retrieve the arcadedb.ha.clusterToken value in cleartext. Attackers can use the leaked token with X-ArcadeDB-Cluster-Token and…

  • CVE-2026-68578HigAug 2, 2026
    risk 0.49cvss 7.5epss 0.00

    ArcadeDB versions before 26.7.3 fail to bind the authenticated principal in the MCP HTTP transport, causing all engine permission checks to silently pass as no-ops. Non-root MCP-allowed users can perform arbitrary database writes, DDL, schema mutations, and execute arbitrary…

  • CVE-2026-67357HigAug 2, 2026
    risk 0.49cvss 7.5epss 0.00

    ArcadeDB versions before 26.7.3 contain an information disclosure vulnerability in the MCP get_server_settings tool that leaks the arcadedb.ha.clusterToken in cleartext. Attackers with MCP access can retrieve the cluster token and use it with X-ArcadeDB-Cluster-Token and…

  • CVE-2026-93594HigSep 18, 2026
    risk 0.46cvss 8.1epss

    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…

  • CVE-2026-93593HigSep 18, 2026
    risk 0.46cvss 8.1epss

    ArcadeDB before 26.9.1 fails to enforce security-group types ACL entries for TimeSeries types because the ACL resolver builds permissions from bucket IDs, but TimeSeries types do not own normal record buckets. An authenticated low-privilege user can read or insert TimeSeries…

  • CVE-2026-76223HigAug 19, 2026
    risk 0.46cvss 7.1epss 0.00

    ArcadeDB (com.arcadedb) versions 26.7.3 and earlier fail to enforce the UPDATE_SCHEMA permission check when a DEFINE FUNCTION statement targets an already-existing function library. A user with only database access can add or overwrite SQL or Cypher functions in an existing…

  • CVE-2026-75846HigAug 18, 2026
    risk 0.46cvss 7.1epss 0.00

    ArcadeDB before 26.8.1 (affected versions <= 26.7.3) contains a missing authorization vulnerability in the DELETE FUNCTION SQL statement. DeleteFunctionStatement.executeSimple unregisters and persists deletion of a server-side function without any checkPermissionsOnDatabase…

  • CVE-2026-93597HigSep 18, 2026
    risk 0.43cvss 7.7epss

    ArcadeDB versions before 26.9.1 fail to validate IPv6 transition addresses in the SSRF guard used by IMPORT DATABASE and server commands. Authenticated attackers can supply URLs resolving to NAT64, 6to4, or Teredo addresses embedding RFC 1918 or loopback IPv4 payloads to reach…

  • CVE-2026-76225HigAug 19, 2026
    risk 0.43cvss 7.7epss 0.00

    ArcadeDB before 26.8.1 contains a server-side request forgery vulnerability in the OpenCypher LOAD CSV implementation that fails to validate HTTP/HTTPS URLs. Authenticated attackers can craft LOAD CSV queries pointing to internal network addresses or cloud metadata endpoints to…

  • CVE-2026-75842HigAug 18, 2026
    risk 0.43cvss 7.7epss 0.00

    ArcadeDB versions before 26.8.1 contain an arbitrary file read vulnerability in the OpenCypher LOAD CSV FROM clause that allows authenticated users to read local files. Attackers with read query privileges can use the file:// protocol in LOAD CSV statements to access arbitrary…

Page 1 of 2