ZeroHour

CVE-2026-82266

moderate

Unauthenticated Superuser Access in Redpanda Admin API on Port 9644

CVSS 4.0
9.3 critical
EPSS
<1%p27
Published
()
Modified
AI analysis

Redpanda versions through 26.2.2 ship with the Admin API bound to all interfaces on port 9644 while the admin_api_require_auth setting defaults to false, so unauthenticated requests are treated as superusers (missing authentication, CWE-306). Any client that can reach port 9644 on a broker over the network can issue administrative requests with no credentials. An attacker can thereby create and delete broker accounts, alter cluster configuration, and disrupt partition replication, effectively gaining full administrative control of the cluster's admin plane; CVSS 4.0 rates this 9.3 critical with high confidentiality, integrity, and availability impact on the vulnerable system. All Redpanda deployments at or before version 26.2.2 are affected, especially clusters whose port 9644 is reachable from untrusted networks such as the internet or shared networks. No public proof-of-concept, KEV listing, or known in-the-wild exploitation is reported, and EPSS estimates only a 0.3% probability of exploitation within 30 days.

What to do: Upgrade affected clusters to a fixed release beyond 26.2.2 when available, and in the meantime set admin_api_require_auth to true so unauthenticated requests no longer receive superuser privileges. Restrict port 9644 with firewall rules so only trusted hosts can reach the Admin API, or bind it to a private or loopback interface. Audit clusters whose port 9644 was reachable from untrusted networks for unexplained broker account or configuration changes.

Affected
Redpanda (Kafka-compatible streaming data platform)through 26.2.2 (all versions at or below 26.2.2)
Estimated exposure
moderate~10,000-50,000 deployments worldwide, with only a minority (likely hundreds to a few thousand clusters) exposing port 9644 to untrusted networks — Redpanda is a newer Kafka-compatible streaming platform with a substantially smaller install base than Kafka, and clusters are typically deployed inside private networks, so only deployments whose Admin API port is network-reachable are…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

Redpanda through 26.2.2 binds the Admin API to 0.0.0.0:9644 with admin_api_require_auth defaulting to false, treating unauthenticated requests as superusers. Attackers can reach port 9644 without credentials to create and delete broker accounts, modify cluster configuration, and disrupt partition replication.

Weakness
CWE-306
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

In the news

No ingested article mentions this CVE yet.