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.
Published: 2026-08-28
Score: 9.3 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Redpanda Data's Redpanda service binds its administration interface to all network interfaces on port 9644 with the authentication requirement disabled by default. An attacker who can reach that port can issue privileged commands via the API, creating or deleting broker accounts, changing cluster configuration, and shutting down partition replication, effectively granting full administrative authority over the cluster. This flaw is a missing authentication weakness (CWE‑306) and carries a CVSS score of 9.3, indicating a critical vulnerability.

Affected Systems

The vulnerability applies to Redpanda versions up through and including 26.2.2 when installed with the default configuration. Any deployment of Redpanda that has not applied the post‑26.2.2 patch or has not modified the default settings is potentially exposed.

Risk and Exploitability

The attack vector is remote network access to port 9644 on the host, with no authentication required. Because the default configuration exposes the interface on 0.0.0.0, an attacker within the network or over the internet can exploit it simply by sending API requests. With a CVSS score of 9.3 the flaw is classified as critical, and although EPSS data is not available and it is not yet listed in the CISA KEV catalog, the risk to an unpatched or misconfigured instance remains high, allowing an attacker to gain complete cluster control and disrupt service.

Generated by OpenCVE AI on August 28, 2026 at 22:16 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Redpanda to the latest version where the admin_api_require_auth setting is enforced by default or the bug is patched.
  • If an upgrade is not immediately possible, edit the redpanda.yaml configuration file to set admin_api_require_auth: true and, if desired, restrict the bind address to localhost or a trusted internal interface.
  • Block external traffic to port 9644 using the host firewall or network ACLs so that only authorized administrative hosts can reach the API.

Generated by OpenCVE AI on August 28, 2026 at 22:16 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
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.
Title Redpanda Admin API Unauthenticated Superuser Access via Default Configuration
First Time appeared Redpanda
Redpanda redpanda
Weaknesses CWE-306
CPEs cpe:2.3:a:redpanda:redpanda:*:*:*:*:*:*:*:*
Vendors & Products Redpanda
Redpanda redpanda
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

Redpanda Redpanda
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-28T16:18:50.727Z

Reserved: 2026-08-28T11:12:37.042Z

Link: CVE-2026-82266

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T20:20:17.213

Modified: 2026-08-28T20:20:17.213

Link: CVE-2026-82266

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T22:30:17Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function