Integer Overflow or Wraparound
CVE-2024-35366
Summary
FFmpeg versions n0.10 through 4.2.9, n4.3 through n4.3.6, n4.4 through n4.4.4, n4.5-dev through n5.1.4, n5.2-dev through n6.1.1 contain an Integer Overflow vulnerability. 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.
- LOW
- NETWORK
- HIGH
- UNCHANGED
- NONE
- NONE
- NONE
- HIGH
CWE-190 - Integer Overflow or Wraparound
The software performs a calculation that can produce an integer overflow or wraparound, when the logic assumes that the resulting value will always be larger than the original value. This can introduce other weaknesses when the calculation is used for resource management or execution control.
References
Advisory Timeline
- Published