CVE-2026-29022
HighCVSS 7.3Exploitation Probability (EPSS)
Low risk11th percentile - higher than 11% of all known CVEs
Summary
In dr_libs dr_wav.h version 0.14.4 and earlier (fixed in commit 8a7258c), a heap buffer overflow vulnerability exists in the drwav__read_smpl_to_metadata_obj() function. Attackers can exploit a mismatch between sampleLoopCount validation in pass 1 and unconditional processing in pass 2 to corrupt memory via crafted WAV files.
Risk Assessment
The organization is at risk of remote code execution or application crash by supplying a malicious WAV file, potentially leading to data integrity and system availability breaches.
Recommendation
Immediately update the dr_libs library to a version containing commit 8a7258c or later, and avoid processing untrusted WAV files without proper validation.
Other vulnerabilities in dr_libs
Original NVD description (English source)
dr_libs dr_wav.h version 0.14.4 and earlier (fixed in commit 8a7258c) contain a heap buffer overflow vulnerability in the drwav__read_smpl_to_metadata_obj() function of dr_wav.h that allows memory corruption via crafted WAV files. Attackers can exploit a mismatch between sampleLoopCount validation in pass 1 and unconditional processing in pass 2 to overflow heap allocations with 36 bytes of attacker-controlled data through any drwav_init_*_with_metadata() call on untrusted input.

