AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2023-45675

MEDIUM · CVSS 6.5 EPSS 0.76% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2023-10-21 · Last synced 2026-08-04

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 6.5. Public exploit code or proof-of-concept references have been detected in its references.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2023-45675
Severity
MEDIUM
CVSS
6.5
EPSS
0.76%

Original NVD 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[len] = (char)'\0';`. The root cause is that if the len read in `start_decoder` is `-1` and `len + 1` becomes 0 when passed to `setup_malloc`. The `setup_malloc` behaves differently when `f->alloc.alloc_buffer` is pre-allocated. Instead of returning `NULL` as in `malloc` case it shifts the pre-allocated buffer by zero and returns the currently available memory block. This issue may lead to code execution.

Related CVEs

Other vulnerabilities affecting the same vendor(s)