<?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>Cluster-Curator-Controller - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/cluster-curator-controller/</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>Wed, 12 Aug 2026 20:49:57 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/cluster-curator-controller/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>Local Privilege Escalation in cluster-curator-controller via ClusterCurator Resources</title><link>https://feed.craftedsignal.io/briefs/2026-08-cluster-curator-privilege-escalation/</link><pubDate>Wed, 12 Aug 2026 20:49:57 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-cluster-curator-privilege-escalation/</guid><description>A vulnerability in the cluster-curator-controller component allows a local user to escalate privileges to cluster-wide control by submitting a malformed ClusterCurator resource.</description><content:encoded><![CDATA[<p>The cluster-curator-controller component contains a critical vulnerability (CVE-2026-73269) that enables local privilege escalation within Kubernetes-based environments. An attacker with existing namespace-local access can exploit this flaw by submitting a ClusterCurator resource object configured with a specific naming convention. The controller incorrectly processes this resource, resulting in the unauthorized creation of a cluster-scoped ClusterRoleBinding. This misconfiguration grants the attacker excessive permissions across the entire cluster, effectively elevating their access from a limited namespace scope to full administrative control. Impacted organizations are at risk of unauthorized access to sensitive secrets, modification of cluster configurations, and the potential destruction of hosted clusters or node pools. Because the exploit relies on the creation of legitimate K8s objects, defenders must focus on monitoring for anomalous resource naming patterns and unauthorized ClusterRoleBinding creation.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker establishes initial access to the cluster within a restricted namespace.</li>
<li>Attacker identifies the cluster-curator-controller presence within the environment.</li>
<li>Attacker crafts a malicious ClusterCurator resource object with a target-specific naming convention.</li>
<li>Attacker applies the resource to their local namespace via <code>kubectl apply</code> or Kubernetes API calls.</li>
<li>The cluster-curator-controller observes the new resource and attempts to process its configuration.</li>
<li>Controller logic fails to validate the resource name, causing it to escalate permissions.</li>
<li>Controller creates a ClusterRoleBinding with cluster-scoped administrative privileges.</li>
<li>Attacker leverages the resulting ClusterRoleBinding to exfiltrate secrets or delete node pools.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation leads to full cluster-wide privilege escalation. Attackers can access and exfiltrate highly sensitive secrets, manipulate critical cluster resources, or delete hosted clusters and node pools, potentially causing complete infrastructure compromise and widespread service disruption.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Monitor Kubernetes audit logs for the creation of <code>ClusterRoleBinding</code> resources.</li>
<li>Audit existing <code>ClusterCurator</code> resources for anomalous naming conventions that deviate from documented naming standards.</li>
<li>Implement admission control policies to restrict the ability of low-privileged users to create or modify <code>ClusterCurator</code> resources.</li>
<li>Review the <code>cluster-curator-controller</code> logs for unexpected resource handling errors related to <code>CVE-2026-73269</code>.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category></item></channel></rss>