You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A heap out-of-bounds memory write exists in FFMPEG since version 5.1. The size calculation in build_open_gop_key_points() goes through all entries in the loop and adds sc->ctts_data[i].count to sc->sample_offsets_count. This can lead to an integer overflow resulting in a small allocation with av_calloc(). An attacker can cause remote code execution via a malicious mp4 file. We recommend upgrading past commit c953baa
mend-for-github-combot
changed the title
CVE-2022-2566 (Medium) detected in FFmpeg5982614af1f564ac05c1aa535cbd12cbbb2aa526
CVE-2022-2566 (High) detected in FFmpeg5982614af1f564ac05c1aa535cbd12cbbb2aa526
Dec 18, 2022
CVE-2022-2566 - High Severity Vulnerability
Vulnerable Library - FFmpeg5982614af1f564ac05c1aa535cbd12cbbb2aa526
Mirror of git://source.ffmpeg.org/ffmpeg.git
Library home page: https://github.com/FFmpeg/FFmpeg.git
Found in HEAD commit: e5168b773f1d7f76578e4b22da6fe38debdde1aa
Vulnerable Source Files (1)
/libavformat/mov.c
Vulnerability Details
A heap out-of-bounds memory write exists in FFMPEG since version 5.1. The size calculation in
build_open_gop_key_points()
goes through all entries in the loop and addssc->ctts_data[i].count
tosc->sample_offsets_count
. This can lead to an integer overflow resulting in a small allocation withav_calloc()
. An attacker can cause remote code execution via a malicious mp4 file. We recommend upgrading past commit c953baaPublish Date: 2022-09-23
URL: CVE-2022-2566
CVSS 3 Score Details (7.8)
Base Score Metrics:
Suggested Fix
Type: Upgrade version
Origin: https://security-tracker.debian.org/tracker/CVE-2022-2566
Release Date: 2022-07-29
Fix Resolution: n5.1.1
The text was updated successfully, but these errors were encountered: