<?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>Cpe:2.3:o:netbsd:netbsd:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3onetbsdnetbsd/</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>Fri, 11 Sep 2026 15:13:40 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3onetbsdnetbsd/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>CVE-2026-57842: Kernel Use-After-Free in NetBSD COMPAT_NETBSD32 Layer</title><link>https://feed.craftedsignal.io/briefs/2026-09-netbsd-uaf/</link><pubDate>Fri, 11 Sep 2026 15:13:40 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-netbsd-uaf/</guid><description>A use-after-free and double-free vulnerability in the NetBSD kernel's COMPAT_NETBSD32 layer allows local users to trigger memory corruption or kernel panics via crafted recvmsg system calls.</description><content:encoded><![CDATA[<p>CVE-2026-57842 is a critical vulnerability within the COMPAT_NETBSD32 compatibility layer of the NetBSD kernel. The issue originates in the msg_recv_copyin() function, where a missing return statement on the success path causes the kernel to retain a reference to an iovec buffer that has already been freed. When a local attacker executes a 32-bit binary on a 64-bit NetBSD system, they can invoke the recvmsg() system call with a msg_iovlen value set between 9 and IOV_MAX. This sequence triggers the kernel to access the previously freed iovec buffer and subsequently attempt to free the same memory allocation a second time. This memory corruption vulnerability represents a significant risk for local privilege escalation and system instability, as it allows for controlled disruption of kernel memory management.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability allows an unprivileged local user to trigger kernel panics, causing denial of service. Furthermore, the memory corruption primitive provides a pathway for local privilege escalation, potentially allowing a standard user to gain administrative control over the affected system. The vulnerability specifically affects 64-bit NetBSD environments that have the COMPAT_NETBSD32 compatibility layer enabled.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Detection and mitigation should focus on identifying unauthorized execution of 32-bit binaries or suspicious kernel behavior.</p>
<ul>
<li>Audit systems for the presence and necessity of the COMPAT_NETBSD32 compatibility layer and disable if not required for legacy support.</li>
<li>Monitor for unexpected system calls or frequent kernel-level crashes associated with 32-bit binary execution.</li>
<li>Patch the NetBSD kernel immediately once the vendor provides the security update addressing CVE-2026-57842.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>kernel</category><category>vulnerability</category><category>privilege-escalation</category></item></channel></rss>