Description
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 the server without providing credentials, bypassing all security gates.
Published: 2026-08-18
Score: 9.3 Critical
EPSS: 1.1% Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from a missing authentication check in the Redis wire-protocol plugin of ArcadeDB. Because the plugin accepts connections on the standard Redis port without verifying credentials, an external attacker can read, modify, or delete any database instance present on the server. This exposes the database to unauthorized disclosure of sensitive data, loss of integrity, and potential service degradation. The vulnerability is identified as CWE-306.

Affected Systems

Vulnerable installations are ArcadeData ArcadeDB versions earlier than 26.8.1. Any deployment that has the Redis wire-protocol plugin enabled during this timeframe is susceptible. The affected product is the ArcadeData ArcadeDB database platform.

Risk and Exploitability

The CVSS score of 9.3 indicates a critical severity. The EPSS score of 1% indicates a very low but non‑zero probability of exploitation; nevertheless, the lack of authentication allows an attacker to simply connect to the Redis port if it is exposed. The attack surface is therefore broad, and a remote attacker can perform arbitrary commands against all databases on the host. Since the vulnerability is not listed in the CISA KEV catalog, there is no known public exploit; however, the weakness in authentication makes it highly attractive for attackers targeting exploitable services.

Generated by OpenCVE AI on August 21, 2026 at 17:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ArcadeDB to version 26.8.1 or later, which includes authentication handling for the Redis plugin.
  • Disable the Redis wire-protocol plugin if it is not required, or enforce access controls by restricting the port to trusted IP addresses.
  • Implement firewall rules or network segmentation to block external access to the Redis port, allowing only internal trusted management traffic.

Generated by OpenCVE AI on August 21, 2026 at 17:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 18 Aug 2026 13:15:00 +0000

Type Values Removed Values Added
First Time appeared Arcadedata
Arcadedata arcadedb
Vendors & Products Arcadedata
Arcadedata arcadedb

Tue, 18 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
Description 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 the server without providing credentials, bypassing all security gates.
Title ArcadeDB Redis Wire-Protocol Plugin Missing Authentication
Weaknesses CWE-306
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 9.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Arcadedata Arcadedb
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-18T14:18:02.329Z

Reserved: 2026-08-18T11:03:08.682Z

Link: CVE-2026-75854

cve-icon Vulnrichment

Updated: 2026-08-18T14:17:41.604Z

cve-icon NVD

Status : Received

Published: 2026-08-18T12:19:35.860

Modified: 2026-08-18T15:17:15.030

Link: CVE-2026-75854

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T17:30:04Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function