Description
A flaw was found in search-v2-operator. This component's `search-serviceaccount` has overly broad permissions, allowing it to impersonate users and groups across the entire cluster. If an attacker gains access to any of the pods running under this service account, they could exploit this to achieve `system:masters` access, granting them full control over the cluster.
Published: 2026-08-17
Score: 8.8 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in the Search-v2-Operator component allows its search-serviceaccount to impersonate any user or group cluster-wide. Because the service account holds unrestricted impersonation rights, an attacker who compromises any pod deployed under this account can elevate privileges to system:masters, effectively taking full control of the Kubernetes cluster. This breach represents a classic case of improper privilege escalation (CWE-269) and could lead to widespread data loss, unauthorized deployment, or service disruption.

Affected Systems

The vulnerability affects Red Hat Advanced Cluster Management for Kubernetes version 2. No explicit version exclusions or patch levels are listed in the CNA data, so all instances of AC-M v2 that still use the default search-serviceaccount configuration are potentially impacted. The affected component resides in four pods that share the same service account.

Risk and Exploitability

The CVSS score of 8.8 indicates a high severity vulnerability. EPSS information is not available, and the vulnerability has not yet been listed in the CISA Known Exploited Vulnerabilities catalog, suggesting that active exploitation is not confirmed. However, the likely attack vector is gaining foothold in any pod running under the search-serviceaccount; once inside, an attacker can invoke the impersonation API to obtain system:masters privileges. Because the impersonation permissions are granted at the cluster level, a single compromised pod could compromise the entire cluster.

Generated by OpenCVE AI on August 17, 2026 at 20:28 UTC.

Remediation

Vendor Workaround

Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.


OpenCVE Recommended Actions

  • Apply the Red Hat security update that removes cluster-wide impersonation rights from the search-serviceaccount.
  • Reconfigure the search-serviceaccount to follow the principle of least privilege, restricting it to only the necessary resources.
  • Enable pod security policies or admission controllers to prevent lateral movement and detect unauthorized use of impersonation APIs.

Generated by OpenCVE AI on August 17, 2026 at 20:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 17 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Description A flaw was found in search-v2-operator. This component's `search-serviceaccount` has overly broad permissions, allowing it to impersonate users and groups across the entire cluster. If an attacker gains access to any of the pods running under this service account, they could exploit this to achieve `system:masters` access, granting them full control over the cluster.
Title Search-v2-operator: search-v2-operator: cluster-wide impersonate on users/groups shared across 4 pods grants hub system:masters
First Time appeared Redhat
Redhat acm
Weaknesses CWE-269
CPEs cpe:/a:redhat:acm:2
Vendors & Products Redhat
Redhat acm
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-08-17T19:28:37.995Z

Reserved: 2026-08-04T15:54:13.587Z

Link: CVE-2026-70495

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-17T20:16:45.653

Modified: 2026-08-17T20:16:45.653

Link: CVE-2026-70495

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T20:30:17Z

Weaknesses
  • CWE-269

    Improper Privilege Management