Description
|
|
Multiple vulnerabilities have been reported in Ushahidi, which can be exploited by malicious users to conduct script insertion and SQL injection attacks and by malicious people to disclose potentially sensitive information, bypass certain security restrictions, and conduct SQL injection attacks.
1) Input passed via multiple parameters to multiple scrips is not properly sanitised before being used in a SQL query. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
List of affected scripts and parameters:
<a href="http://[host]/application/controllers/alerts.php?alert_code&code
" target="_blank">http://[host]/application/contro...ts.php?alert_code&code
</a>
<a href="http://[host]/application/controllers/admin/messages.php?rid
" target="_blank">http://[host]/application/controllers/admin/messages.php?rid
</a>
<a href="http://[host]/application/models/settings.php
" target="_blank">http://[host]/application/models/settings.php
</a>
<a href="http://[host]/application/controllers/json.php?m
" target="_blank">http://[host]/application/controllers/json.php?m
</a>
<a href="http://[host]/application/libraries/api/MY_Countries_Api_Object.php
" target="_blank">http://[host]/application/librar...Y_Countries_Api_Object.php
</a>
<a href="http://[host]/application/libraries/api/MY_Checkin_Api_Object.php
" target="_blank">http://[host]/application/librar.../MY_Checkin_Api_Object.php
</a>
<a href="http://[host]/application/controllers/admin/messages/reporters.php?s&k
" target="_blank">http://[host]/application/contro...ages/reporters.php?s&k
</a>
<a href="http://[host]/application/models/location.php?id
" target="_blank">http://[host]/application/models/location.php?id
</a>
<a href="http://[host]/application/controllers/admin/reports.php?incident_id
" target="_blank">http://[host]/application/contro...in/reports.php?incident_id
</a>
<a href="http://[host]/application/controllers/members/reports.php?incident_id
" target="_blank">http://[host]/application/contro...rs/reports.php?incident_id
</a>
2) Missing authentication checks in application/libraries/api/MY_Email_Api_Object.php and application/libraries/api/MY_Comments_Api_Object.php when handling comments, reports, and email API calls can be exploited to access otherwise restricted functionality.
3) An error in application/libraries/api/MY_Comments_Api_Object.php when handling comments can be exploited to disclose potentially sensitive user details.
4) Input passed via the "page title" tag is not properly sanitised in application/views/admin/layout.php and themes/default/views/header.php before being used. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site if malicious data is viewed.
The vulnerabilities are reported in versions 2.4 and prior.
|