<?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/"><channel><title>CVE-2026-41184 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-41184/</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>Sat, 30 May 2026 07:25:17 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-41184/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2026-41184 ServiceAccount Token Disclosure via install-cni Container Logs</title><link>https://feed.craftedsignal.io/briefs/2026-05-cve-2026-41184-token-disclosure/</link><pubDate>Sat, 30 May 2026 07:25:17 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-cve-2026-41184-token-disclosure/</guid><description>CVE-2026-41184 is a ServiceAccount token disclosure vulnerability in container logs addressed by a Microsoft security update.</description><content:encoded><![CDATA[<p>Microsoft has released information regarding CVE-2026-41184, a vulnerability that allows for the disclosure of ServiceAccount tokens through the install-cni container logs. While specific details of the exploitation are not provided in the source, the nature of the vulnerability suggests a misconfiguration or logging of sensitive data within the container environment that allows for unauthorized access to sensitive tokens. Exploitation of this vulnerability could lead to privilege escalation within a Kubernetes cluster. Defenders need to ensure proper configuration and monitoring of container logs to prevent token exposure.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker gains initial access to a container or node within the Kubernetes cluster.</li>
<li>The attacker identifies the <code>install-cni</code> container logs.</li>
<li>The attacker accesses the logs, either through direct file access on the node or through centralized logging systems.</li>
<li>The attacker searches the logs for ServiceAccount tokens that have been inadvertently logged.</li>
<li>The attacker extracts the exposed ServiceAccount token.</li>
<li>The attacker uses the ServiceAccount token to authenticate to the Kubernetes API.</li>
<li>The attacker enumerates resources and permissions associated with the compromised ServiceAccount.</li>
<li>Depending on the ServiceAccount&rsquo;s permissions, the attacker can then create, modify, or delete resources within the cluster, potentially leading to privilege escalation or data exfiltration.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-41184 can lead to the disclosure of sensitive ServiceAccount tokens, potentially allowing attackers to escalate privileges within a Kubernetes cluster. This can result in unauthorized access to sensitive data, modification of critical configurations, and disruption of services. The extent of the impact depends on the permissions granted to the compromised ServiceAccount.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Review and apply the Microsoft security update addressing CVE-2026-41184.</li>
<li>Implement strict access controls for container logs to prevent unauthorized access.</li>
<li>Regularly audit container configurations to ensure that sensitive data, such as ServiceAccount tokens, are not being inadvertently logged.</li>
<li>Deploy the Sigma rule provided to detect suspicious access to container logs.</li>
<li>Implement token rotation policies to limit the lifespan of ServiceAccount tokens.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>vulnerability</category><category>token-disclosure</category><category>kubernetes</category><category>CVE-2026-41184</category></item></channel></rss>