Description
A flaw was found in cluster-backup-operator. A namespace administrator in open-cluster-management-backup can create a Restore Custom Resource (CR) with malicious hooks. These hooks allow the execution of arbitrary commands within any matching restored pod, leading to the exfiltration of ServiceAccount tokens. This bypasses normal access controls, granting the attacker unauthorized execution access to pods and their associated Service Accounts.
Published: n/a
Score: 8.8 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Cluster-backup-operator is vulnerable to command injection via malicious hooks defined in a Restore Custom Resource. An attacker with namespace administrator privileges can embed arbitrary commands in the hooks. When a restore operation is performed, these hooks are injected verbatim into Velero Restore, causing them to execute inside any matching restored pod. This bypasses normal RBAC controls, allowing the attacker to run arbitrary code and exfiltrate information such as ServiceAccount JWT tokens. The vulnerability represents a classic command injection flaw (CWE‑77) and can lead to compromise of the affected cluster if the attacker gains control of pod execution and service accounts.

Affected Systems

Affected product information is limited. The report indicates that the cluster-backup-operator component of the Open Cluster Management Backup solution is impacted. No specific vendor or product version identifiers are provided; the vulnerability appears to affect any deployment of cluster-backup-operator where namespace administrators can create Restore CRs with arbitrary hooks. Version details are unknown from the available data.

Risk and Exploitability

CVSS score of 8.8 indicates a high severity. EPSS data is unavailable, so the current exploitation likelihood cannot be quantified. The vulnerability is not listed in CISA’s KEV catalog. Attack requires an attacker to be a namespace administrator with the ability to create a Restore CR; once the CR is applied the hooks are executed in all pods that match the restore selector. The impact is arbitrary code execution and theft of service account credentials, potentially giving full cluster control to the attacker. Immediate assessment of whether the organization’s cluster-backup-operator instances are exposed to this risk is recommended.

Generated by OpenCVE AI on August 12, 2026 at 15:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Restrict the creation of Restore Custom Resources with arbitrary hooks by tightening RBAC permissions on the cluster-backup-operator role.
  • Apply any vendor patch or update to cluster-backup-operator as soon as it becomes available.
  • Monitor restored pod activities and watch for unexpected command execution or token exfiltration, and consider disabling the hooks feature until a fix is released.

Generated by OpenCVE AI on August 12, 2026 at 15:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Description A flaw was found in cluster-backup-operator. A namespace administrator in open-cluster-management-backup can create a Restore Custom Resource (CR) with malicious hooks. These hooks allow the execution of arbitrary commands within any matching restored pod, leading to the exfiltration of ServiceAccount tokens. This bypasses normal access controls, granting the attacker unauthorized execution access to pods and their associated Service Accounts.
Title cluster-backup-operator: cluster-backup-operator: Restore.spec.hooks passed verbatim to Velero Restore — arbitrary command execution in restored pods
Weaknesses CWE-77
References
Metrics threat_severity

None

cvssV3_1

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

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-11T00:00:00Z

Links: CVE-2026-66798 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T16:00:04Z

Weaknesses
  • CWE-77

    Improper Neutralization of Special Elements used in a Command ('Command Injection')