ALT-PU-2022-3448-1
Closed vulnerabilities
Modified: 2024-11-21
CVE-2021-44269
An out of bounds read was found in Wavpack 5.4.0 in processing *.WAV files. This issue triggered in function WavpackPackSamples of file src/pack_utils.c, tainted variable cnt is too large, that makes pointer sptr read beyond heap bound.
- https://github.com/dbry/WavPack/issues/110
- https://github.com/dbry/WavPack/issues/110
- FEDORA-2022-737f020ede
- FEDORA-2022-737f020ede
- FEDORA-2022-cece705cbf
- FEDORA-2022-cece705cbf
- FEDORA-2022-0fc7b22bcd
- FEDORA-2022-0fc7b22bcd
- FEDORA-2022-8e94ec2244
- FEDORA-2022-8e94ec2244
- FEDORA-2022-7df99d9f80
- FEDORA-2022-7df99d9f80
Modified: 2024-11-21
CVE-2022-2476
A null pointer dereference bug was found in wavpack-5.4.0 The results from the ASAN log: AddressSanitizer:DEADLYSIGNAL ===================================================================84257==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x561b47a970c6 bp 0x7fff13952fb0 sp 0x7fff1394fca0 T0) ==84257==The signal is caused by a WRITE memory access. ==84257==Hint: address points to the zero page. #0 0x561b47a970c5 in main cli/wvunpack.c:834 #1 0x7efc4f5c0082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082) #2 0x561b47a945ed in _start (/usr/local/bin/wvunpack+0xa5ed) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV cli/wvunpack.c:834 in main ==84257==ABORTING