Description
A flaw was found in hypershift-addon-operator. A hub-cluster administrator with write access to the hypershift-operator-install-flags ConfigMap can inject malicious command-line arguments into the privileged install Job. This vulnerability, known as argument injection, allows the attacker to pull arbitrary container images and gain full administrative control (cluster-admin code execution) on managed spoke clusters.
Published: n/a
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from unsanitized data in a hub‑cluster ConfigMap that is passed directly as command‑line arguments to a privileged install Job, exemplifying an argument‑injection flaw (CWE‑88). An attacker who can write to the hypershift‑operator‑install‑flags ConfigMap can inject arbitrary arguments, causing the Job to pull malicious container images and execute code with cluster‑admin privileges on each managed spoke cluster. This results in complete administrative control over the affected clusters.

Affected Systems

This flaw affects the Hypershift Addon Operator component of the Hypershift platform. No specific product version is listed, and users should verify whether their deployed hypershift-addon-operator instance is vulnerable. The vulnerability is tied to the hypershift-operator-install-flags ConfigMap within the hub cluster.

Risk and Exploitability

The CVSS score of 8.7 indicates a high severity. EPSS is not available, and the vulnerability is not listed in the CISA KEV catalog. The attack requires the ability to modify the ConfigMap, and the resulting Job runs with privileged permissions, enabling the attacker to execute arbitrary code on spoke clusters. The likely attack vector is internal cluster compromise or abuse of administrative privileges.

Generated by OpenCVE AI on August 7, 2026 at 01:41 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update hypershift-addon-operator to the patched version that sanitizes ConfigMap inputs
  • Restrict write permissions to the hypershift-operator-install-flags ConfigMap to only trusted cluster administrators, reviewing RBAC roles
  • If an immediate patch is not available, remove or guard the ConfigMap from write access, or replace it with a sanitized, pre‑verified version before the install Job runs

Generated by OpenCVE AI on August 7, 2026 at 01:41 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 07 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Description A flaw was found in hypershift-addon-operator. A hub-cluster administrator with write access to the hypershift-operator-install-flags ConfigMap can inject malicious command-line arguments into the privileged install Job. This vulnerability, known as argument injection, allows the attacker to pull arbitrary container images and gain full administrative control (cluster-admin code execution) on managed spoke clusters.
Title hypershift-addon-operator: hypershift-addon-operator: unsanitized hub ConfigMap data passed as CLI arguments to privileged install Job (argument injection)
Weaknesses CWE-88
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Important


Subscriptions

No data.

cve-icon MITRE

No data.

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-06T20:21:07Z

Links: CVE-2026-66808 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T01:45:05Z

Weaknesses
  • CWE-88

    Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')