<?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>FFmpeg (&lt; 65b0dab) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/ffmpeg--65b0dab/</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 18:38:30 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/ffmpeg--65b0dab/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>Heap-based Buffer Overflow in FFmpeg hvcC Box Writer</title><link>https://feed.craftedsignal.io/briefs/2026-08-ffmpeg-heap-overflow/</link><pubDate>Wed, 19 Aug 2026 18:38:30 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-ffmpeg-heap-overflow/</guid><description>FFmpeg versions prior to commit acf5d7c contain a heap-based buffer overflow in the hvcC box writer that can be triggered during HEVC file muxing, potentially leading to arbitrary code execution.</description><content:encoded><![CDATA[<p>A heap-based buffer overflow vulnerability (CVE-2026-75141) exists in the FFmpeg media processing library, specifically within the hvcC (HEVC configuration record) box writer. The vulnerability is triggered when processing an HEVC file that contains an excessive number of Network Abstraction Layer (NAL) units of a single type, exceeding the capacity of the internal count field. This integer overflow results in a heap-based buffer overflow during the muxing process. An attacker can leverage this flaw by providing a specially crafted HEVC file to an application that utilizes affected versions of FFmpeg. Successful exploitation could allow for arbitrary code execution or cause an application crash. Given FFmpeg's ubiquity in media transcoding pipelines, software players, and web-based processing services, this vulnerability poses a significant risk to any environment that processes untrusted video input.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker crafts a malicious HEVC video file containing an oversized count of specific NAL units.</li>
<li>Attacker identifies a target application or service that utilizes the affected FFmpeg library for media processing.</li>
<li>The target application receives the malicious HEVC file via upload, network stream, or file system access.</li>
<li>The application passes the malicious file to the FFmpeg library for muxing or transcoding operations.</li>
<li>The hvcC box writer component within FFmpeg attempts to process the HEVC configuration record.</li>
<li>The integer overflow occurs during the calculation of the NAL unit count, leading to an incorrect buffer size allocation.</li>
<li>Writing the configuration record triggers a heap-based buffer overflow, overwriting adjacent memory.</li>
<li>Final objective is achieved, resulting in either a denial of service (crash) or potentially arbitrary code execution within the context of the target application.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>The vulnerability allows an attacker to achieve arbitrary code execution or denial of service on systems processing crafted HEVC content. Given the widespread integration of FFmpeg into multimedia applications, content management systems, and transcoding servers, this represents a significant security risk for any organization handling user-supplied media files.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch FFmpeg by updating to or beyond commit acf5d7cdc1f9ae8752c23e1ea8d7f355ed780781.</li>
<li>Audit applications within the environment that utilize FFmpeg for video processing and ensure they are compiled against or linked to the patched library version.</li>
<li>Implement strict input validation and sandboxing for media processing pipelines to mitigate risks from processing untrusted HEVC files.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>vulnerability</category><category>memory-corruption</category><category>ffmpeg</category><category>memory-safety</category></item></channel></rss>