Landshop Multiple Vulnerabilities
Release Date : 2012-04-02
Criticality level : Less critical
Impact : Cross Site Scripting
Manipulation of data
Where : From remote
Solution Status : Unpatched
Software: LandShop 0.x
Description:
the_storm has discovered multiple vulnerabilities in LandShop, which can be exploited by malicious users to conduct script insertion and SQL injection attacks and by malicious people to conduct cross-site request forgery attacks.
1) The application allows users to perform certain actions via HTTP requests without performing proper validity checks to verify the requests. This can be exploited to e.g. change an administrative user's password when a logged-in administrative user visits a specially crafted web page.
2) Input passed via the "OTR_HEADS[]" parameter to admin/action/objects.php (when "action" is set to "edit") is not properly sanitised 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.
3) Input passed via the "OB_ID" parameter to admin/action/objects.php (when "action" is set to "single") and the "AREA_ID" parameter to admin/action/areas.php (when "action" is set to "show") is not properly sanitised before being used in a SQL query. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
Successful exploitation of this vulnerability requires that "magic_quotes_gpc" is disabled.
4) Input passed via the "start" parameter to admin/action/pdf.php (when "action" is set to "show") is not properly sanitised before being used in a SQL query. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
Successful exploitation of the vulnerabilities #2 through #4 requires e.g. "Operator" access rights.
The vulnerabilities are confirmed in version 0.9.2. Other versions may also be affected.
Solution:
Edit the source code to ensure that input is properly sanitised.
Provided and/or discovered by:
the_storm, Vulnerability Research Laboratory.
Original Advisory:
http://vulnerability-lab.com/get_content.php?id=485
http://secunia.com/advisories/48661/
Was this reply helpful? (0) (0)
Staff pick