Skip to main content

Heap-based Buffer Overflow

CVE-2024-32229

Severity High
Score 8.4/10

Summary

In FFmpeg package versions n7.0, n7.0.1, and n7.1-dev, it was discovered to contain a Heap-based Buffer Overflow at "libavfilter/vf_tiltandshift.c:189:5" in "copy_column".

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

CWE-122 - Heap-based Buffer Overflow

A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().

Advisory Timeline

  • Published