FFmpeg versions from 3.0 up to, but not including, 9.0 contain an uninitialized heap memory read vulnerability in the native RSCC decoder (libavcodec/rscc.c) that allows attackers to disclose heap memory contents by supplying a crafted video file with a compressed tile that decompresses fewer bytes than the declared tile geometry requires. When rscc_decode_frame() calls av_image_copy_plane() without validating the decompressed byte count against the tile dimensions, the unwritten suffix of the persistent intermediate buffer ctx->inflated_buf is copied into the decoded frame, potentially exposing data from prior heap allocations or previous decoded frames in persistent decoding services.
{
"sources": [
{
"url": "https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2026-70629",
"database_specific": {
"status": "Received"
},
"id": "CVE-2026-70629",
"imported": "2026-08-08T05:25:26.315Z",
"html_url": "https://nvd.nist.gov/vuln/detail/CVE-2026-70629",
"published": "2026-08-06T22:18:27.123Z",
"modified": "2026-08-07T18:17:21.927Z"
},
{
"url": "https://api.github.com/advisories/GHSA-824f-v6qw-342h",
"id": "GHSA-824f-v6qw-342h",
"imported": "2026-08-08T05:25:08.359Z",
"html_url": "https://github.com/advisories/GHSA-824f-v6qw-342h",
"published": "2026-08-07T00:31:21Z",
"modified": "2026-08-07T18:32:48Z"
},
{
"id": "EUVD-2026-54161",
"modified": "2026-08-07T17:11:20Z",
"imported": "2026-08-08T05:24:17.753Z",
"html_url": "https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-54161",
"published": "2026-08-06T21:25:08Z",
"url": "https://euvdservices.enisa.europa.eu/api/enisaid?id=EUVD-2026-54161"
}
],
"license": "CC-BY-4.0"
}