CVE-2024-35366: Integer Overflow
FFmpeg n6.1.1 is Integer Overflow. The vulnerability exists in the parseoptions 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.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-35366?
CVE-2024-35366 is classified as a critical vulnerability due to the potential for integer overflow leading to unexpected behavior.
How do I fix CVE-2024-35366?
To fix CVE-2024-35366, upgrade to the latest version of FFmpeg where the vulnerability has been addressed.
What type of vulnerability is CVE-2024-35366?
CVE-2024-35366 is an integer overflow vulnerability that occurs in the parse_options function of sbgdec.c.
Which software versions are affected by CVE-2024-35366?
CVE-2024-35366 affects FFmpeg version n6.1.1 and possibly earlier versions.
What can happen if CVE-2024-35366 is exploited?
Exploiting CVE-2024-35366 can lead to the acceptance of negative duration values, potentially causing crashes or undefined behavior.