DESCRIPTION: Two vulnerabilities have been discovered in the Clantools component for Joomla!, which can be exploited by malicious people to conduct SQL injection attacks.
1) Input passed via the "squad" parameter in index.php (when "option" is set to "com_clantools") is not properly sanitised before being used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
2) Input passed via the "showgame" parameter to index.php (when "option" is set to "com_clantools" and "task" is set to "clanwar") is not properly sanitised before being used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
The vulnerabilities are confirmed in version 1.2.3. Other versions may also be affected.
SOLUTION: Update to version 1.2.4.
PROVIDED AND/OR DISCOVERED BY: Stephan Sattler // Solidmedia
DESCRIPTION: A vulnerability has been reported in the PicSell component for Joomla!, which can be exploited by malicious people to disclose sensitive information.
Input passed via the "dflink" parameter to index.php (when "option" is set to "com_picsell", "controller" is set to "prevsell", and "task" is set to "dwnfree") is not properly verified before being used to read files. This can be exploited to download arbitrary files from local resources via directory traversal sequences.
The vulnerability is reported in version 1.0. Other versions may also be affected.
SOLUTION: Edit the source code to ensure that input is properly verified.
DESCRIPTION: A vulnerability has been reported in the JE FAQ Pro component for Joomla!, which can be exploited by malicious people to conduct SQL injection attacks.
Input passed via the "catid" parameter to index.php (when e.g. "option" is set to "com_jefaqpro", "view" is set to "category", and "layout" is set to "categorylist") is not properly sanitised before being used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
The vulnerability is reported in version 1.5.0. Other versions may also be affected.
SOLUTION: Edit the source code to ensure that input is properly sanitised.