Files
CVEs-PoC/2018/CVE-2018-10538.md
T
2024-06-18 02:51:15 +02:00

945 B

CVE-2018-10538

Description

An issue was discovered in WavPack 5.1.0 and earlier for WAV input. Out-of-bounds writes can occur because ParseRiffHeaderConfig in riff.c does not validate the sizes of unknown chunks before attempting memory allocation, related to a lack of integer-overflow protection within a bytes_to_copy calculation and subsequent malloc call, leading to insufficient memory allocation.

POC

Reference

Github