Skip to main content

Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

CVE-2024-32228

Severity Medium
Score 6.6/10

Summary

FFmpeg prior to version n7.0.1, and n7.1-dev is vulnerable to Buffer Overflow. There is a SEGV at "libavcodec/hevcdec.c:2947:22" in "hevc_frame_end".

  • LOW
  • LOCAL
  • LOW
  • UNCHANGED
  • NONE
  • LOW
  • LOW
  • HIGH

CWE-120 - Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

The program copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.

Advisory Timeline

  • Published