CVE-2023-45676

CVSS V2 None CVSS V3 None
Description
stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in `f->vendor[i] = get8_packet(f);`. The root cause is an integer overflow in `setup_malloc`. A sufficiently large value in the variable `sz` overflows with `sz+7` in and the negative value passes the maximum available memory buffer check. This issue may lead to code execution.
Overview
  • CVE ID
  • CVE-2023-45676
  • Assigner
  • GitHub_M
  • Vulnerability Status
  • PUBLISHED
  • Published Version
  • 2023-10-20T23:26:47.709Z
  • Last Modified Date
  • 2023-10-20T23:26:47.709Z
History
Created Old Value New Value Data Type Notes
2024-06-25 10:33:27 Added to TrackCVE