<?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>Linux Kernel (6.12.95) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/linux-kernel-6.12.95/</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, 19 Aug 2026 13:36:43 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/linux-kernel-6.12.95/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>Linux Kernel SCTP Use-After-Free Vulnerability (CVE-2026-64564)</title><link>https://feed.craftedsignal.io/briefs/2026-08-sctp-uaf-lpe/</link><pubDate>Wed, 19 Aug 2026 13:36:43 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-sctp-uaf-lpe/</guid><description>A Use-After-Free vulnerability in the Linux kernel SCTP subsystem (CVE-2026-64564) allows local unprivileged users to escalate privileges to root through malicious ASCONF chunk processing.</description><content:encoded><![CDATA[<p>CVE-2026-64564 is a high-severity Use-After-Free (UAF) vulnerability discovered in the Linux kernel's SCTP (Stream Control Transmission Protocol) subsystem. The flaw is triggered when the kernel processes a malformed <code>ASCONF</code> (Address Configuration) chunk containing <code>DEL-IP</code> (Delete IP Address) parameters. This action causes the kernel to improperly free the <code>struct sctp_transport</code> memory object while retaining a dangling pointer to it.</p>
<p>The vulnerability affects various Linux kernel versions, including 6.12.95, and has been addressed in upstream kernel versions 6.12.101 and 6.6.148. A Proof of Concept (PoC) titled &quot;SCTPhantom&quot; is publicly available, detailing how an attacker can leverage this UAF condition to perform a heap spray, bypass Kernel Address Space Layout Randomization (KASLR), and corrupt the <code>struct cred</code> of a process to escalate privileges to root. Due to the requirement for hardcoded kernel offsets in the available PoC, exploitation currently requires specific knowledge of the target kernel build.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker verifies that the SCTP module is loaded on the target Linux system via <code>lsmod</code>.</li>
<li>The attacker establishes a valid SCTP association by running an auxiliary listener process on the victim host or an external peer.</li>
<li>The attacker executes the exploit binary as a non-privileged user to trigger the SCTP <code>ASCONF</code> command.</li>
<li>The malformed <code>ASCONF</code> chunk containing <code>DEL-IP</code> is processed, resulting in the premature freeing of <code>struct sctp_transport</code>.</li>
<li>The attacker executes a heap spray to reclaim the freed memory region with attacker-controlled data.</li>
<li>The attacker leaks kernel addresses via the dangling pointer to calculate and bypass KASLR offsets.</li>
<li>The attacker overwrites the target process's <code>struct cred</code> by manipulating the corrupted kernel memory.</li>
<li>The exploit invokes <code>commit_creds()</code> to escalate the process privileges to root and spawns an interactive shell.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-64564 results in total local privilege escalation on vulnerable Linux systems. An attacker with standard user access can gain full root control, enabling unauthorized access to sensitive files like <code>/etc/shadow</code>, installation of persistent backdoors, and complete compromise of system integrity. The vulnerability affects any distribution running unpatched kernel versions, with significant risk posed to servers and multi-user environments.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch all Linux systems to kernels 6.12.101, 6.6.148, or later, which contain the official fix for CVE-2026-64564.</li>
<li>If patching is not immediately feasible, disable the SCTP module on production systems by running <code>sudo modprobe -r sctp</code> and adding it to a blacklist configuration file.</li>
<li>Implement system-wide kernel hardening and monitor for unusual loading of the <code>sctp</code> kernel module on systems where it is not required for business operations.</li>
<li>Deploy kernel integrity monitoring to detect anomalous memory modifications consistent with UAF heap spraying.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>