ID OPENVAS:902827 Type openvas Reporter Copyright (C) 2012 SecPod Modified 2017-04-13T00:00:00
Description
This host is running Joomla EasyFAQ component and is prone to
multiple sql injection vulnerabilities.
##############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_joomla_com_easyfaq_sql_inj_vuln.nasl 5950 2017-04-13 09:02:06Z teissa $
#
# Joomla 'com_easyfaq' Component Multiple SQL Injection Vulnerabilities
#
# Authors:
# Sooraj KS <kssooraj@secpod.com>
#
# Copyright:
# Copyright (c) 2012 SecPod, http://www.secpod.com
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
tag_impact = "Successful exploitation will allow remote attackers to cause SQL
Injection attack and gain sensitive information.
Impact Level: Application";
tag_affected = "Joomla! EasyFAQ Component";
tag_insight = "The flaws are due to improper validation of user-supplied input
passed via multiple parameters to 'index.php' (when 'option' is set to
'com_easyfaq'), which allows attacker to manipulate SQL queries by
injecting arbitrary SQL code.";
tag_solution = "No solution or patch was made available for at least one year
since disclosure of this vulnerability. Likely none will be provided anymore.
General solution options are to upgrade to a newer release, disable respective
features, remove the product or replace the product by another one.";
tag_summary = "This host is running Joomla EasyFAQ component and is prone to
multiple sql injection vulnerabilities.";
if(description)
{
script_id(902827);
script_version("$Revision: 5950 $");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_tag(name:"last_modification", value:"$Date: 2017-04-13 11:02:06 +0200 (Thu, 13 Apr 2017) $");
script_tag(name:"creation_date", value:"2012-03-30 12:12:12 +0530 (Fri, 30 Mar 2012)");
script_name("Joomla 'com_easyfaq' Component Multiple SQL Injection Vulnerabilities");
script_xref(name : "URL" , value : "http://www.1337day.com/exploits/17859");
script_category(ACT_ATTACK);
script_tag(name:"qod_type", value:"remote_active");
script_copyright("Copyright (C) 2012 SecPod");
script_family("Web application abuses");
script_dependencies("joomla_detect.nasl");
script_require_ports("Services/www", 80);
script_require_keys("joomla/installed");
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
script_tag(name:"solution_type", value:"WillNotFix");
exit(0);
}
include("http_func.inc");
include("version_func.inc");
include("http_keepalive.inc");
## Variable Initialization
joomlaPort = 0;
joomlaDir = "";
url = "";
## Get HTTP Port
joomlaPort = get_http_port(default:80);
if(!joomlaPort){
exit(0);
}
## Check Host Supports PHP
if(!can_host_php(port:joomlaPort)){
exit(0);
}
## Get the application directory
if(!joomlaDir = get_dir_from_kb(port:joomlaPort, app:"joomla")){
exit(0);
}
## Construct attack request
url = joomlaDir + "/index.php?option=com_easyfaq&task=view&contact_id='";
## Check the response to confirm vulnerability
if(http_vuln_check(port:joomlaPort, url:url, check_header:TRUE,
pattern:"You have an error in your SQL syntax;")){
security_message(joomlaPort);
}
{"id": "OPENVAS:902827", "type": "openvas", "bulletinFamily": "scanner", "title": "Joomla 'com_easyfaq' Component Multiple SQL Injection Vulnerabilities", "description": "This host is running Joomla EasyFAQ component and is prone to\nmultiple sql injection vulnerabilities.", "published": "2012-03-30T00:00:00", "modified": "2017-04-13T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "http://plugins.openvas.org/nasl.php?oid=902827", "reporter": "Copyright (C) 2012 SecPod", "references": ["http://www.1337day.com/exploits/17859"], "cvelist": [], "lastseen": "2017-07-02T21:10:40", "viewCount": 1, "enchantments": {"score": {"value": 0.6, "vector": "NONE", "modified": "2017-07-02T21:10:40", "rev": 2}, "dependencies": {"references": [], "modified": "2017-07-02T21:10:40", "rev": 2}, "vulnersScore": 0.6}, "pluginID": "902827", "sourceData": "##############################################################################\n# OpenVAS Vulnerability Test\n# $Id: secpod_joomla_com_easyfaq_sql_inj_vuln.nasl 5950 2017-04-13 09:02:06Z teissa $\n#\n# Joomla 'com_easyfaq' Component Multiple SQL Injection Vulnerabilities\n#\n# Authors:\n# Sooraj KS <kssooraj@secpod.com>\n#\n# Copyright:\n# Copyright (c) 2012 SecPod, http://www.secpod.com\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ntag_impact = \"Successful exploitation will allow remote attackers to cause SQL\nInjection attack and gain sensitive information.\n\nImpact Level: Application\";\n\ntag_affected = \"Joomla! EasyFAQ Component\";\n\ntag_insight = \"The flaws are due to improper validation of user-supplied input\npassed via multiple parameters to 'index.php' (when 'option' is set to\n'com_easyfaq'), which allows attacker to manipulate SQL queries by\ninjecting arbitrary SQL code.\";\n\ntag_solution = \"No solution or patch was made available for at least one year\nsince disclosure of this vulnerability. Likely none will be provided anymore.\nGeneral solution options are to upgrade to a newer release, disable respective\nfeatures, remove the product or replace the product by another one.\";\n\ntag_summary = \"This host is running Joomla EasyFAQ component and is prone to\nmultiple sql injection vulnerabilities.\";\n\nif(description)\n{\n script_id(902827);\n script_version(\"$Revision: 5950 $\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-04-13 11:02:06 +0200 (Thu, 13 Apr 2017) $\");\n script_tag(name:\"creation_date\", value:\"2012-03-30 12:12:12 +0530 (Fri, 30 Mar 2012)\");\n script_name(\"Joomla 'com_easyfaq' Component Multiple SQL Injection Vulnerabilities\");\n script_xref(name : \"URL\" , value : \"http://www.1337day.com/exploits/17859\");\n script_category(ACT_ATTACK);\n script_tag(name:\"qod_type\", value:\"remote_active\");\n script_copyright(\"Copyright (C) 2012 SecPod\");\n script_family(\"Web application abuses\");\n script_dependencies(\"joomla_detect.nasl\");\n script_require_ports(\"Services/www\", 80);\n script_require_keys(\"joomla/installed\");\n script_tag(name : \"impact\" , value : tag_impact);\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name : \"summary\" , value : tag_summary);\n script_tag(name:\"solution_type\", value:\"WillNotFix\");\n exit(0);\n}\n\n\ninclude(\"http_func.inc\");\ninclude(\"version_func.inc\");\ninclude(\"http_keepalive.inc\");\n\n## Variable Initialization\njoomlaPort = 0;\njoomlaDir = \"\";\nurl = \"\";\n\n## Get HTTP Port\njoomlaPort = get_http_port(default:80);\nif(!joomlaPort){\n exit(0);\n}\n\n## Check Host Supports PHP\nif(!can_host_php(port:joomlaPort)){\n exit(0);\n}\n\n## Get the application directory\nif(!joomlaDir = get_dir_from_kb(port:joomlaPort, app:\"joomla\")){\n exit(0);\n}\n\n## Construct attack request\nurl = joomlaDir + \"/index.php?option=com_easyfaq&task=view&contact_id='\";\n\n## Check the response to confirm vulnerability\nif(http_vuln_check(port:joomlaPort, url:url, check_header:TRUE,\n pattern:\"You have an error in your SQL syntax;\")){\n security_message(joomlaPort);\n}\n", "naslFamily": "Web application abuses"}