Skip to main content

Heap-based Buffer Overflow

CVE-2023-5217

Severity High
Score 7.3/10

Summary

Heap buffer overflow in vp8 encoding in libvpx versions prior to 1.13.1 and Google Chrome prior to 117.0.5938.132 and libvpx allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.

  • LOW
  • NETWORK
  • LOW
  • UNCHANGED
  • NONE
  • NONE
  • LOW
  • LOW

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