Bug 2516043 - CVE-2026-70631 qt5-qtwebengine: FFmpeg: Information disclosure via uninitialized heap memory read in TIFF decoder [epel-all]
Summary: CVE-2026-70631 qt5-qtwebengine: FFmpeg: Information disclosure via uninitiali...
Keywords:
Status: NEW
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: qt5-qtwebengine
Version: epel10
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: Jan Grulich
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["14d406f6-9cb6-4328-a7ac-d...
Depends On:
Blocks: CVE-2026-70631
TreeView+ depends on / blocked
 
Reported: 2026-08-14 14:34 UTC by Joel Chamberlain
Modified: 2026-08-14 14:34 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Joel Chamberlain 2026-08-14 14:34:40 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

FFmpeg versions from 0.5 up to, but not including, 9.0 contain an uninitialized heap memory disclosure vulnerability in the native TIFF decoder in libavcodec/tiff.c. An attacker who can cause FFmpeg to decode a crafted TIFF file can supply a valid Deflate-compressed strip that terminates successfully after producing fewer bytes than the declared strip requires. The tiff_unpack_zlib() function allocates a heap buffer sized for the full declared strip but copies all declared rows via memcpy() regardless of how many bytes zlib actually decompressed, causing unwritten bytes that can contain stale data from prior heap allocations to be incorporated into decoded image output and potentially exposing sensitive data in persistent services.


Note You need to log in before you can comment on or make changes to this bug.