CVE-2026-75854
Received Received - Intake

Authentication Bypass in ArcadeDB Redis Plugin

Vulnerability report for CVE-2026-75854, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-18

Last updated on: 2026-08-18

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-18
Last Modified
2026-08-18
Generated
2026-08-18
AI Q&A
2026-08-18
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
arcadedb arcadedb to 26.8.1 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-306 The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-75854 is a missing authentication vulnerability in ArcadeDB's Redis wire-protocol plugin. It allows unauthenticated attackers to connect to the Redis port and execute arbitrary commands on any database managed by the server without providing credentials. This bypasses all security controls since the plugin fails to verify user identity before processing commands.

Detection Guidance

To detect this vulnerability, check if ArcadeDB's Redis port (default 6379) is exposed to the network. Use commands like 'netstat -tulnp | grep 6379' or 'ss -tulnp | grep 6379' to verify if the port is listening. Test unauthenticated access by connecting via 'redis-cli -h <target> -p 6379' and attempting commands like 'INFO' or 'KEYS *'.

Impact Analysis

This vulnerability enables attackers to read, write, or delete data across all databases on the server. They can exfiltrate sensitive information, manipulate or corrupt data, and delete critical records without detection. The default configuration binds the Redis port to all network interfaces, making it remotely exploitable.

Compliance Impact

This vulnerability likely violates compliance requirements for data protection and access control. GDPR mandates strict access controls and data integrity, while HIPAA requires safeguards for protected health information. The lack of authentication and audit trails could lead to unauthorized data exposure, resulting in regulatory penalties.

Mitigation Strategies

Immediately upgrade ArcadeDB to version 26.8.1 or later to patch the vulnerability. If upgrading is not possible, disable the Redis wire-protocol plugin by removing or commenting out its configuration. Restrict network access to the Redis port using firewalls or bind it to localhost only.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-75854. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart