CVE-2024-7055
06.08.2024, 06:15
A vulnerability was found in FFmpeg up to 7.0.1. It has been classified as critical. This affects the function pnm_decode_frame in the library /libavcodec/pnmdec.c. The manipulation leads to heap-based buffer overflow. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. Upgrading to version 7.0.2 is able to address this issue. It is recommended to upgrade the affected component. The associated identifier of this vulnerability is VDB-273651.Enginsight
Vendor | Product | Version |
---|---|---|
ffmpeg | ffmpeg | 𝑥 < 4.3.8 |
ffmpeg | ffmpeg | 4.4 ≤ 𝑥 < 4.4.5 |
ffmpeg | ffmpeg | 5.0 ≤ 𝑥 < 5.1.6 |
ffmpeg | ffmpeg | 6.0 ≤ 𝑥 < 6.1.2 |
ffmpeg | ffmpeg | 7.0 ≤ 𝑥 < 7.0.2 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Common Weakness Enumeration
- CWE-122 - Heap-based Buffer OverflowA heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.