Description
|
|
Multiple vulnerabilities have been discovered in FBC-Market, which can be exploited by malicious people to conduct cross-site scripting, script insertion, and cross site request forgery attacks.
1) Input passed to the "msg" parameter in /admin/login.php is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
2) Input passed to the "md_title" and "md_description" POST parameters in controller.php is not properly sanitised before being used. This can be exploited to insert 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) 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. conduct script insertion attacks when a logged-in administrator visits a specially crafted web page.
4) Input passed to the "q" parameter in index.php is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
The vulnerabilities have been confirmed in version 1.1. Other versions may also be affected.
|