<?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>Bzip2 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/bzip2/</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, 29 May 2026 07:25:07 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/bzip2/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2026-42250 Off-by-One Leading to Out-of-Bounds Write in bzip2</title><link>https://feed.craftedsignal.io/briefs/2026-05-cve-2026-42250-bzip2-oob-write/</link><pubDate>Fri, 29 May 2026 07:25:07 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-cve-2026-42250-bzip2-oob-write/</guid><description>CVE-2026-42250 is an off-by-one vulnerability leading to an out-of-bounds write in bzip2, for which Microsoft has released information.</description><content:encoded><![CDATA[<p>CVE-2026-42250 is an off-by-one vulnerability in bzip2 that can lead to an out-of-bounds write. The specific details of the vulnerability are not provided in the source; however, the Microsoft Security Response Center has released information about it, suggesting it impacts systems where bzip2 is utilized. Defenders need to monitor for exploitation attempts targeting this vulnerability after exploitation details become public. The lack of specifics necessitates broad monitoring for anomalies related to bzip2 processing until further details emerge.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker crafts a malicious bzip2 compressed file.</li>
<li>The file is delivered to the target system through a vulnerable application or service.</li>
<li>The target application attempts to decompress the malicious bzip2 file using the vulnerable bzip2 library.</li>
<li>Due to the off-by-one error, the decompression process writes data beyond the allocated buffer.</li>
<li>This out-of-bounds write corrupts adjacent memory regions.</li>
<li>The memory corruption can lead to arbitrary code execution.</li>
<li>The attacker gains control of the affected process.</li>
<li>The attacker pivots to further compromise the system.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-42250 can lead to arbitrary code execution within the context of the application processing the malicious bzip2 file. This could lead to complete system compromise, data breaches, or denial-of-service conditions. The scope of impact depends on the specific application utilizing the vulnerable bzip2 library.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Monitor process creation events for applications decompressing bzip2 files followed by suspicious activity (see Sigma rule <code>Detect Suspicious bzip2 Decompression Followed by Shell</code>).</li>
<li>Implement file integrity monitoring (FIM) on bzip2 library files to detect unauthorized modifications.</li>
<li>Investigate any unexpected crashes or errors related to bzip2 decompression operations.</li>
<li>Review and harden applications that handle bzip2 compressed files.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>cve-2026-42250</category><category>bzip2</category><category>out-of-bounds write</category><category>memory corruption</category><category>rce</category></item></channel></rss>