vendor:
AVSAudioConverter
by:
Yehia Elghaly - Mrvar0x
7.8
CVSS
HIGH
Stack Overflow
119
CWE
Product Name: AVSAudioConverter
Affected Version From: 10.3
Affected Version To: 10.3.1.633
Patch Exists: NO
Related CWE:
CPE: AVSAudioConverter.exe
Platforms Tested: Windows 7 Professional x86
2022
AVS Audio Converter 10.3 – Stack Overflow (SEH)
AVS Audio Converter 10.3 is vulnerable to a stack overflow vulnerability due to improper bounds checking of user-supplied input. An attacker can exploit this vulnerability by crafting a malicious file and sending it to the victim, which can then be used to execute arbitrary code on the victim's system. The vulnerable module is AVSAudioConverter.exe, which has SafeSEH disabled. The exploit involves allocating 4-bytes for nSEH which should be placed directly before SEH which also takes up 4-bytes. The exploit can be generated using python 2.7.x on Linux.
Mitigation:
The vendor should ensure proper bounds checking of user-supplied input to prevent stack overflow vulnerabilities.