<?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>Kube-Virt — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/kube-virt/</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>Thu, 28 May 2026 09:19:28 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/kube-virt/feed.xml" rel="self" type="application/rss+xml"/><item><title>KubeVirt virt-exportserver Path Traversal Vulnerability (CVE-2026-9804)</title><link>https://feed.craftedsignal.io/briefs/2026-05-kube-virt-path-traversal/</link><pubDate>Thu, 28 May 2026 09:19:28 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-kube-virt-path-traversal/</guid><description>A path traversal vulnerability exists in KubeVirt's virt-exportserver component, where an attacker with namespace-level access can exploit this flaw by creating a symbolic link within an exported filesystem PVC to read arbitrary files from the exporter pod, leading to information disclosure.</description><content:encoded><![CDATA[<p>A path traversal vulnerability, identified as CVE-2026-9804, has been discovered in the virt-exportserver component of KubeVirt. This flaw allows an attacker with specific namespace-level access to exploit the VMExport directory endpoint. By crafting a malicious symbolic link within an exported filesystem Persistent Volume Claim (PVC), the attacker can point outside of the designated mount root of the PVC. This circumvents access controls and permits reading arbitrary files from the exporter pod&rsquo;s filesystem. Successful exploitation results in information disclosure, potentially exposing sensitive data residing on the KubeVirt host. This vulnerability impacts systems where KubeVirt&rsquo;s virt-exportserver is deployed and accessible to potentially malicious actors with the requisite namespace permissions.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker gains namespace-level access to the KubeVirt environment.</li>
<li>Attacker identifies a VMExport configured with an exported filesystem PVC.</li>
<li>Attacker creates a symbolic link within the exported filesystem PVC. The symbolic link is crafted to point outside the PVC&rsquo;s designated mount root, targeting sensitive files on the exporter pod&rsquo;s filesystem.</li>
<li>The attacker triggers the export process, causing the virt-exportserver to follow the symbolic link.</li>
<li>Due to the path traversal vulnerability, the virt-exportserver reads the file pointed to by the symbolic link, which resides outside the intended PVC scope.</li>
<li>The virt-exportserver includes the content of the targeted file in the export stream.</li>
<li>The attacker retrieves the export stream, gaining access to the contents of the previously inaccessible file.</li>
<li>The attacker successfully exfiltrates sensitive information from the KubeVirt environment.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-9804 allows an attacker with namespace-level access to read arbitrary files from the exporter pod&rsquo;s filesystem. This information disclosure could expose sensitive data, such as configuration files, credentials, or other confidential information stored on the KubeVirt host. The vulnerability could lead to a compromise of the KubeVirt environment, enabling further malicious activities. The number of affected systems depends on the deployment size of KubeVirt.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Sigma rule <code>Detect CVE-2026-9804 Exploitation Attempt via Symlink Creation</code> to detect the creation of suspicious symbolic links within exported PVC directories, which are indicative of path traversal attempts.</li>
<li>Implement strict access control policies to limit namespace-level permissions, reducing the attack surface as described in the overview.</li>
<li>Regularly audit and monitor KubeVirt deployments for suspicious activity, focusing on file system access within PVC mounts.</li>
<li>Deploy the Sigma rule <code>Detect CVE-2026-9804 Exploitation Attempt via File Access</code> to detect file access from virt-exportserver outside the PVC mount.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>kube-virt</category><category>path-traversal</category><category>vulnerability</category><category>cloud</category></item></channel></rss>