CVE-2023-34432
10.07.2023, 21:15
A heap buffer overflow vulnerability was found in sox, in the lsx_readbuf function at sox/src/formats_i.c:98:16. This flaw can lead to a denial of service, code execution, or information disclosure.Enginsight
Vendor | Product | Version |
---|---|---|
sound_exchange_project | sound_exchange | 𝑥 ≤ 14.4.3 |
fedoraproject | extra_packages_for_enterprise_linux | 8.0 |
redhat | enterprise_linux | 6.0 |
redhat | enterprise_linux | 7.0 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Common Weakness Enumeration
- CWE-122 - Heap-based Buffer OverflowA 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().
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.