ID OPENVAS:1361412562310900339 Type openvas Reporter Copyright (C) 2009 SecPod Modified 2019-03-07T00:00:00
Description
This host is running PHP-Nuke and is prone to SQL Injection
vulnerability.
###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_php_nuke_sql_inj_vuln.nasl 14031 2019-03-07 10:47:29Z cfischer $
#
# PHP-Nuke Sections Module SQL Injection Vulnerability
#
# Authors:
# Sharath S <sharaths@secpod.com>
#
# Copyright:
# Copyright (c) 2009 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.
###############################################################################
CPE = "cpe:/a:phpnuke:php-nuke";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.900339");
script_version("$Revision: 14031 $");
script_tag(name:"last_modification", value:"$Date: 2019-03-07 11:47:29 +0100 (Thu, 07 Mar 2019) $");
script_tag(name:"creation_date", value:"2009-04-24 16:23:28 +0200 (Fri, 24 Apr 2009)");
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_cve_id("CVE-2008-6728");
script_bugtraq_id(27958);
script_name("PHP-Nuke Sections Module SQL Injection Vulnerability");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 SecPod");
script_family("Web application abuses");
script_dependencies("secpod_php_nuke_detect.nasl");
script_require_ports("Services/www", 80);
script_mandatory_keys("php-nuke/installed");
script_tag(name:"impact", value:"Successful exploitation will let the attacker cause SQL Injection attack, gain
sensitive information about the database used by the web application or can cause
arbitrary code execution inside the context of the web application.");
script_tag(name:"affected", value:"PHP-Nuke version prior to 8.0.");
script_tag(name:"insight", value:"The flaw is due to improper sanitization of user supplied input through the
'artid' parameter in a printable action to modules.php");
script_tag(name:"solution", value:"Upgrade to PHP-Nuke version 8.0 or later.");
script_tag(name:"summary", value:"This host is running PHP-Nuke and is prone to SQL Injection
vulnerability.");
script_xref(name:"URL", value:"http://www.securityfocus.com/archive/1/488653");
script_xref(name:"URL", value:"http://www.securityfocus.com/archive/1/499687");
script_xref(name:"URL", value:"http://www.securityfocus.com/data/vulnerabilities/exploits/27958.php");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_banner");
exit(0);
}
include("version_func.inc");
include("host_details.inc");
if( ! port = get_app_port( cpe:CPE ) )
exit( 0 );
if( ! vers = get_app_version( cpe:CPE, port:port ) )
exit( 0 );
if( version_is_less( version:vers, test_version:"8.0" ) ) {
report = report_fixed_ver( installed_version:vers, fixed_version:"8.0" );
security_message(port:port, data:report );
exit( 0 );
}
exit( 99 );
{"id": "OPENVAS:1361412562310900339", "type": "openvas", "bulletinFamily": "scanner", "title": "PHP-Nuke Sections Module SQL Injection Vulnerability", "description": "This host is running PHP-Nuke and is prone to SQL Injection\n vulnerability.", "published": "2009-04-24T00:00:00", "modified": "2019-03-07T00:00:00", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}, "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310900339", "reporter": "Copyright (C) 2009 SecPod", "references": ["http://www.securityfocus.com/archive/1/499687", "http://www.securityfocus.com/data/vulnerabilities/exploits/27958.php", "http://www.securityfocus.com/archive/1/488653"], "cvelist": ["CVE-2008-6728"], "lastseen": "2019-05-29T18:40:15", "viewCount": 3, "enchantments": {"dependencies": {"references": [{"type": "cve", "idList": ["CVE-2008-6728"]}], "modified": "2019-05-29T18:40:15", "rev": 2}, "score": {"value": 6.8, "vector": "NONE", "modified": "2019-05-29T18:40:15", "rev": 2}, "vulnersScore": 6.8}, "pluginID": "1361412562310900339", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: secpod_php_nuke_sql_inj_vuln.nasl 14031 2019-03-07 10:47:29Z cfischer $\n#\n# PHP-Nuke Sections Module SQL Injection Vulnerability\n#\n# Authors:\n# Sharath S <sharaths@secpod.com>\n#\n# Copyright:\n# Copyright (c) 2009 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\nCPE = \"cpe:/a:phpnuke:php-nuke\";\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.900339\");\n script_version(\"$Revision: 14031 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2019-03-07 11:47:29 +0100 (Thu, 07 Mar 2019) $\");\n script_tag(name:\"creation_date\", value:\"2009-04-24 16:23:28 +0200 (Fri, 24 Apr 2009)\");\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_cve_id(\"CVE-2008-6728\");\n script_bugtraq_id(27958);\n script_name(\"PHP-Nuke Sections Module SQL Injection Vulnerability\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2009 SecPod\");\n script_family(\"Web application abuses\");\n script_dependencies(\"secpod_php_nuke_detect.nasl\");\n script_require_ports(\"Services/www\", 80);\n script_mandatory_keys(\"php-nuke/installed\");\n\n script_tag(name:\"impact\", value:\"Successful exploitation will let the attacker cause SQL Injection attack, gain\n sensitive information about the database used by the web application or can cause\n arbitrary code execution inside the context of the web application.\");\n\n script_tag(name:\"affected\", value:\"PHP-Nuke version prior to 8.0.\");\n\n script_tag(name:\"insight\", value:\"The flaw is due to improper sanitization of user supplied input through the\n 'artid' parameter in a printable action to modules.php\");\n\n script_tag(name:\"solution\", value:\"Upgrade to PHP-Nuke version 8.0 or later.\");\n\n script_tag(name:\"summary\", value:\"This host is running PHP-Nuke and is prone to SQL Injection\n vulnerability.\");\n\n script_xref(name:\"URL\", value:\"http://www.securityfocus.com/archive/1/488653\");\n script_xref(name:\"URL\", value:\"http://www.securityfocus.com/archive/1/499687\");\n script_xref(name:\"URL\", value:\"http://www.securityfocus.com/data/vulnerabilities/exploits/27958.php\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"remote_banner\");\n\n exit(0);\n}\n\ninclude(\"version_func.inc\");\ninclude(\"host_details.inc\");\n\nif( ! port = get_app_port( cpe:CPE ) )\n exit( 0 );\n\nif( ! vers = get_app_version( cpe:CPE, port:port ) )\n exit( 0 );\n\nif( version_is_less( version:vers, test_version:\"8.0\" ) ) {\n report = report_fixed_ver( installed_version:vers, fixed_version:\"8.0\" );\n security_message(port:port, data:report );\n exit( 0 );\n}\n\nexit( 99 );", "naslFamily": "Web application abuses", "immutableFields": []}