CVE-2026-70630 Details
Description
FFmpeg versions from 3.0 up to, but not including, 9.0 contain an uninitialized heap memory read vulnerability in the native Screenpresso decoder (libavcodec/screenpresso.c) that allows attackers to recover sensitive memory contents by supplying a crafted SPV1 packet with a valid zlib stream that decompresses fewer bytes than the full frame requires. The screenpresso_decode_frame() function fails to validate the produced byte count before calling av_image_copy_plane() to copy the complete frame dimensions from the persistent ctx->inflated_buf buffer, causing unwritten heap memory from prior allocations or prior frames to be copied into decoded output and potentially exposing sensitive data such as userspace addresses from persistent decoding services.
A vulnerability has been identified in the FFmpeg multimedia framework, specifically in versions 3.0 prior to 9.0. The issue resides within the native Screenpresso decoder, located in 'libavcodec/screenpresso.c'. This vulnerability involves an uninitialized heap memory read, which can be exploited by attackers to retrieve sensitive memory contents. The exploitation occurs by sending a crafted SPV1 packet containing a valid zlib stream that decompresses to fewer bytes than required for the full frame. As a result, the 'screenpresso_decode_frame()' function fails to properly validate the decompressed byte count before copying the entire frame from the persistent 'ctx->inflated_buf' buffer. This oversight allows unwritten heap memory from previous allocations or frames to be included in the decoded output, potentially exposing sensitive information such as userspace addresses from ongoing decoding services.
Users can upgrade to FFmpeg version 9.0 or later, where this vulnerability has been fixed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Aug 7, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-908 | Use of Uninitialized Resource | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| ffmpeg ffmpeg | >= 3.0, < 9 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 1, 2026 | Initial Analysis | [email protected] |
| Aug 7, 2026 | CVE Modified | [email protected] |
| Aug 7, 2026 | CVE Modified | CISA-ADP |
| Aug 6, 2026 | New CVE Received | [email protected] |