vBulletin Multiple Cross Site Scripting Vulnerabilities
2010-02-22T00:00:00
ID OPENVAS:100500 Type openvas Reporter This script is Copyright (C) 2010 Greenbone Networks GmbH Modified 2017-07-12T00:00:00
Description
vBulletin is prone to multiple cross-site scripting vulnerabilities
because it fails to sufficiently sanitize user-supplied data.
An attacker may leverage these issues to execute arbitrary script code
in the browser of an unsuspecting user in the context of the affected
site. This may allow the attacker to steal cookie-based authentication
credentials and to launch other attacks.
These issues affect vBulletin 3.0.0 through 3.5.4.
###############################################################################
# OpenVAS Vulnerability Test
# $Id: vBulletin_38179.nasl 6705 2017-07-12 14:25:59Z cfischer $
#
# vBulletin Multiple Cross Site Scripting Vulnerabilities
#
# Authors:
# Michael Meyer
#
# Copyright:
# Copyright (c) 2010 Greenbone Networks GmbH
#
# 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_summary = "vBulletin is prone to multiple cross-site scripting vulnerabilities
because it fails to sufficiently sanitize user-supplied data.
An attacker may leverage these issues to execute arbitrary script code
in the browser of an unsuspecting user in the context of the affected
site. This may allow the attacker to steal cookie-based authentication
credentials and to launch other attacks.
These issues affect vBulletin 3.0.0 through 3.5.4.";
if (description)
{
script_id(100500);
script_version("$Revision: 6705 $");
script_tag(name:"last_modification", value:"$Date: 2017-07-12 16:25:59 +0200 (Wed, 12 Jul 2017) $");
script_tag(name:"creation_date", value:"2010-02-22 14:49:01 +0100 (Mon, 22 Feb 2010)");
script_bugtraq_id(38179);
script_tag(name:"cvss_base", value:"2.6");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:H/Au:N/C:N/I:P/A:N");
script_name("vBulletin Multiple Cross Site Scripting Vulnerabilities");
script_xref(name : "URL" , value : "http://www.securityfocus.com/bid/38179");
script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/56279");
script_xref(name : "URL" , value : "http://www.vbulletin.com/");
script_tag(name:"qod_type", value:"remote_banner");
script_category(ACT_GATHER_INFO);
script_family("Web application abuses");
script_copyright("This script is Copyright (C) 2010 Greenbone Networks GmbH");
script_dependencies("vbulletin_detect.nasl");
script_require_ports("Services/www", 80);
script_mandatory_keys("vBulletin/installed");
script_tag(name : "summary" , value : tag_summary);
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
include("version_func.inc");
port = get_http_port(default:80);
if(!version = get_kb_item(string("www/", port, "/vBulletin")))exit(0);
if(!matches = eregmatch(string:version, pattern:"^(.+) under (/.*)$"))exit(0);
vers = matches[1];
if(!isnull(vers) && vers >!< "unknown") {
if(version_in_range(version: vers, test_version: "3.0", test_version2: "3.5.4")) {
security_message(port:port);
exit(0);
}
}
exit(0);
{"id": "OPENVAS:100500", "type": "openvas", "bulletinFamily": "scanner", "title": "vBulletin Multiple Cross Site Scripting Vulnerabilities", "description": "vBulletin is prone to multiple cross-site scripting vulnerabilities\nbecause it fails to sufficiently sanitize user-supplied data.\n\nAn attacker may leverage these issues to execute arbitrary script code\nin the browser of an unsuspecting user in the context of the affected\nsite. This may allow the attacker to steal cookie-based authentication\ncredentials and to launch other attacks.\n\nThese issues affect vBulletin 3.0.0 through 3.5.4.", "published": "2010-02-22T00:00:00", "modified": "2017-07-12T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "http://plugins.openvas.org/nasl.php?oid=100500", "reporter": "This script is Copyright (C) 2010 Greenbone Networks GmbH", "references": ["http://xforce.iss.net/xforce/xfdb/56279", "http://www.securityfocus.com/bid/38179", "http://www.vbulletin.com/"], "cvelist": [], "lastseen": "2017-07-27T10:49:22", "viewCount": 0, "enchantments": {"score": {"value": 0.1, "vector": "NONE", "modified": "2017-07-27T10:49:22", "rev": 2}, "dependencies": {"references": [], "modified": "2017-07-27T10:49:22", "rev": 2}, "vulnersScore": 0.1}, "pluginID": "100500", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: vBulletin_38179.nasl 6705 2017-07-12 14:25:59Z cfischer $\n#\n# vBulletin Multiple Cross Site Scripting Vulnerabilities\n#\n# Authors:\n# Michael Meyer\n#\n# Copyright:\n# Copyright (c) 2010 Greenbone Networks GmbH\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_summary = \"vBulletin is prone to multiple cross-site scripting vulnerabilities\nbecause it fails to sufficiently sanitize user-supplied data.\n\nAn attacker may leverage these issues to execute arbitrary script code\nin the browser of an unsuspecting user in the context of the affected\nsite. This may allow the attacker to steal cookie-based authentication\ncredentials and to launch other attacks.\n\nThese issues affect vBulletin 3.0.0 through 3.5.4.\";\n\nif (description)\n{\n script_id(100500);\n script_version(\"$Revision: 6705 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-07-12 16:25:59 +0200 (Wed, 12 Jul 2017) $\");\n script_tag(name:\"creation_date\", value:\"2010-02-22 14:49:01 +0100 (Mon, 22 Feb 2010)\");\n script_bugtraq_id(38179);\n script_tag(name:\"cvss_base\", value:\"2.6\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:H/Au:N/C:N/I:P/A:N\");\n\n script_name(\"vBulletin Multiple Cross Site Scripting Vulnerabilities\");\n\n script_xref(name : \"URL\" , value : \"http://www.securityfocus.com/bid/38179\");\n script_xref(name : \"URL\" , value : \"http://xforce.iss.net/xforce/xfdb/56279\");\n script_xref(name : \"URL\" , value : \"http://www.vbulletin.com/\");\n\n script_tag(name:\"qod_type\", value:\"remote_banner\");\n script_category(ACT_GATHER_INFO);\n script_family(\"Web application abuses\");\n script_copyright(\"This script is Copyright (C) 2010 Greenbone Networks GmbH\");\n script_dependencies(\"vbulletin_detect.nasl\");\n script_require_ports(\"Services/www\", 80);\n script_mandatory_keys(\"vBulletin/installed\");\n script_tag(name : \"summary\" , value : tag_summary);\n exit(0);\n}\n\ninclude(\"http_func.inc\");\ninclude(\"http_keepalive.inc\");\ninclude(\"version_func.inc\");\n\nport = get_http_port(default:80);\n\nif(!version = get_kb_item(string(\"www/\", port, \"/vBulletin\")))exit(0);\nif(!matches = eregmatch(string:version, pattern:\"^(.+) under (/.*)$\"))exit(0);\n\nvers = matches[1];\n\nif(!isnull(vers) && vers >!< \"unknown\") {\n\n if(version_in_range(version: vers, test_version: \"3.0\", test_version2: \"3.5.4\")) {\n security_message(port:port);\n exit(0);\n }\n\n}\n\nexit(0);\n", "naslFamily": "Web application abuses"}