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!
Ushahidi 2.0.1 (range param) SQL Injection Vulnerability (post-auth)
Ushahidi 2.0.1 (range param) SQL Injection Vulnerability (post-auth) Vendor: Ushahidi, Inc. Product web page: http://www.ushahidi.com Affected version: 2.0.1 (Tunis) Summary: The Ushahidi Platform is a platform for information collection, visualization and interactive mapping. Desc: Input passed via the 'range' parameter to dashboard.php is not properly sanitised in application/controllers/admin/dashboard.php before being used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code. ------------------------------------------------------- \application\controllers\admin\dashboard.php Lines: 103-112: ------------------------------------------------------- // Set the date range (how many days in the past from today?) // default to one year $range = (isset($_GET['range'])) ? $_GET['range'] : 365; if(isset($_GET['range']) AND $_GET['range'] == 0) { $range = NULL; } $this->template->content->range = $range; ------------------------------------------------------- Tested on: Tested on: Microsoft Windows XP Professional SP3 (EN) Apache 2.2.14 (Win32) PHP 5.3.1 MySQL 5.1.41 Vulnerability discovered by Gjoko 'LiquidWorm' Krstic liquidworm gmail com Advisory ID: ZSL-2011-5016 Advisory URL: http://www.zeroscience.mk/en/vulnerabilities/ZSL-2011-5016.php Vendor Advisory: http://dev.ushahidi.com/issues/show/2195 25.05.2011 ---- PoC: - http://192.168.16.100/index.php/admin/dashboard/?range=1[SQLi] # 0day.today [2024-12-25] #