Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-82266 – Unauthenticated Superuser Access – Redpanda through 26.2.2

Be the first to know when new zero-days emerge:

Summary

CVE-2026-82266 is a critical missing-authentication vulnerability (CWE-306) affecting Redpanda, a streaming data platform. Redpanda’s Admin API binds to 0.0.0.0:9644 by default and treats unauthenticated requests as superuser requests when the admin_api_require_auth setting is left at its default value of false. This allows any network-reachable attacker to perform full administrative actions on the cluster with no credentials, and the flaw carries a CVSS v3.1 base score of 9.8 (Critical).

Technical details

  • Root cause: The Admin API listener defaults to binding all network interfaces (0.0.0.0:9644) rather than a loopback-only address, and the admin_api_require_auth configuration option defaults to false, causing any anonymous request to be processed with superuser privileges.
  • Trigger conditions: No special conditions are required beyond default configuration; a Redpanda deployment running with default settings and Admin API port 9644 reachable over the network is exploitable out of the box.
  • Attack vector: Network — remote, unauthenticated attackers only need TCP connectivity to port 9644.
  • Impact: Attackers can create and delete broker/user accounts, modify cluster-wide configuration (potentially exposing cloud storage credentials embedded in config), and disrupt partition replication, resulting in full compromise of confidentiality, integrity, and availability of the cluster.

Affected software

  • Redpanda (redpanda-data/redpanda) — all versions through and including 26.2.2 running with default configuration (admin_api_require_auth unset/false and Admin API bound to 0.0.0.0).

Severity

  • CVSS v3.1 Base Score: 9.8 (Critical)
  • Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • (Also scored as 9.3 Critical under CVSS v4.0: 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)

Mitigation and recommended actions

  • Immediate: As of this writing, no patched Redpanda release resolving the insecure default has been documented. Administrators should not rely on upgrading alone until a fix version is confirmed by the vendor — monitor Redpanda’s official release notes for a fix addressing this issue.
  • Workarounds / network mitigations:
    • Explicitly set admin_api_require_auth: true in redpanda.yaml for all clusters to require authentication on Admin API requests.
    • Bind the Admin API listener to a loopback or internal-only address (e.g., 127.0.0.1) instead of 0.0.0.0, or place port 9644 behind a firewall/network ACL that blocks external access.
    • Audit existing clusters for exposed port 9644 on the public internet and restrict access immediately.
    • Review cluster configuration and account lists for signs of unauthorized changes if the Admin API has been internet-exposed.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge