Last active
November 29, 2024 04:10
-
-
Save 1047524396/1e72f170d58c2547ebd4db4cdf6cfabf to your computer and use it in GitHub Desktop.
CVE-2024-35366
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[CVE ID] | |
CVE-2024-35366 | |
[PRODUCT] | |
FFmpeg | |
[VERSION] | |
n6.1.1 | |
[PROBLEM TYPE] | |
Integer Overflow | |
[DESCRIPTION] | |
FFmpeg n6.1.1 is Integer Overflow. The vulnerability exists in the parse_options function of sbgdec.c within the libavformat module. When parsing certain options, the software does not adequately validate the input. This allows for negative duration values to be accepted without proper bounds checking. | |
[PATCH LINK] | |
https://github.com/ffmpeg/ffmpeg/commit/0bed22d597b78999151e3bde0768b7fe763fc2a6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment