<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Red Hat Advanced Cluster Management for Kubernetes 2 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/red-hat-advanced-cluster-management-for-kubernetes-2/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Tue, 18 Aug 2026 18:55:26 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/red-hat-advanced-cluster-management-for-kubernetes-2/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Excessive RBAC Permissions in Submariner-Operator</title><link>https://feed.craftedsignal.io/briefs/2026-08-submariner-rbac-flaw/</link><pubDate>Tue, 18 Aug 2026 18:55:26 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-submariner-rbac-flaw/</guid><description>A critical RBAC vulnerability in the submariner-operator component allows a compromised Kubernetes cluster to overwrite endpoint configurations, enabling inter-cluster traffic interception.</description><content:encoded><![CDATA[<p>A critical vulnerability (CVE-2026-66780) exists within the submariner-operator component of Red Hat Advanced Cluster Management for Kubernetes 2. The issue stems from the <code>submariner-k8s-broker-cluster</code> Role, which is automatically assigned to joined clusters in a cluster mesh architecture. This role contains excessive permissions that violate the principle of least privilege. Specifically, an attacker who gains control over a single member cluster within the mesh can leverage these elevated permissions to modify shared network configuration objects. By overwriting endpoint information for other clusters in the broker, the attacker can redirect inter-cluster traffic through their compromised node. This facilitates large-scale Man-in-the-Middle (MITM) attacks against internal services communicating across the mesh. Given the potential for complete traffic interception within a multi-cluster Kubernetes environment, this vulnerability poses a severe risk to data confidentiality and integrity.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker gains initial access to a single Kubernetes cluster member participating in the Submariner mesh.</li>
<li>Attacker leverages local cluster privileges to impersonate the service account associated with the <code>submariner-k8s-broker-cluster</code> Role.</li>
<li>Attacker authenticates against the central Kubernetes API server managing the broker.</li>
<li>Attacker issues a <code>PUT</code> or <code>PATCH</code> request to the broker's API endpoints to modify <code>Endpoint</code> or <code>Cluster</code> custom resources.</li>
<li>Attacker injects malicious endpoint metadata, pointing other clusters' tunnel traffic to the attacker-controlled cluster IP.</li>
<li>Submariner controllers on other clusters automatically update their routing tables based on the malicious broker data.</li>
<li>Inter-cluster traffic is routed through the attacker-controlled node, enabling decryption or modification of the data stream.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows for full interception, modification, or denial-of-service of inter-cluster network traffic across the entire mesh. This affects all Red Hat Advanced Cluster Management for Kubernetes 2 deployments utilizing the Submariner add-on, potentially impacting any sector relying on multi-cluster Kubernetes orchestration for production workloads.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritize the immediate audit of all Submariner service account permissions in your cluster broker.</p>
<ol>
<li>Patch the submariner-operator component to the latest vendor-provided version that restricts the <code>submariner-k8s-broker-cluster</code> role.</li>
<li>Implement Kubernetes API audit logging to monitor for anomalous modifications to <code>Endpoint</code> objects by service accounts.</li>
<li>Review all RBAC policies for cross-cluster communication channels to ensure they follow the principle of least privilege.</li>
<li>Use network policies to restrict cluster-to-cluster traffic to only explicitly required services, reducing the blast radius of a potential MITM scenario.</li>
</ol>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>kubernetes</category><category>cloud</category><category>privilege-escalation</category><category>rbac</category></item></channel></rss>