First published: Fri Nov 29 2024(Updated: )
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.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
FFmpeg |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-35366 is classified as a critical vulnerability due to the potential for integer overflow leading to unexpected behavior.
To fix CVE-2024-35366, upgrade to the latest version of FFmpeg where the vulnerability has been addressed.
CVE-2024-35366 is an integer overflow vulnerability that occurs in the parse_options function of sbgdec.c.
CVE-2024-35366 affects FFmpeg version n6.1.1 and possibly earlier versions.
Exploiting CVE-2024-35366 can lead to the acceptance of negative duration values, potentially causing crashes or undefined behavior.