Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CVE-2022-2566 (High) detected in FFmpeg5982614af1f564ac05c1aa535cbd12cbbb2aa526 #58

Open
mend-for-github-com bot opened this issue Sep 22, 2022 · 0 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource

Comments

@mend-for-github-com
Copy link

mend-for-github-com bot commented Sep 22, 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 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

Publish Date: 2022-09-23

URL: CVE-2022-2566

CVSS 3 Score Details (7.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Local
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: Required
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

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

@mend-for-github-com mend-for-github-com bot added the Mend: dependency security vulnerability Security vulnerability detected by WhiteSource label Sep 22, 2022
@mend-for-github-com mend-for-github-com bot changed the title CVE-2022-2566 (Medium) detected in FFmpeg5982614af1f564ac05c1aa535cbd12cbbb2aa526 CVE-2022-2566 (High) detected in FFmpeg5982614af1f564ac05c1aa535cbd12cbbb2aa526 Dec 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource
Projects
None yet
Development

No branches or pull requests

0 participants