Lucene search
K

IBM HTTP Server Multiple Cross Site Scripting Vulnerabilities

🗓️ 08 Nov 2011 00:00:00Reported by Copyright (C) 2011 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 16 Views

IBM HTTP Server Multiple Cross Site Scripting Vulnerabilitie

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2011-1360
28 Oct 201101:00
cve
Cvelist
CVE-2011-1360
28 Oct 201101:00
cvelist
EUVD
EUVD-2011-1367
7 Oct 202500:30
euvd
NVD
CVE-2011-1360
28 Oct 201102:49
nvd
OpenVAS
IBM HTTP Server Multiple Cross Site Scripting Vulnerabilities
8 Nov 201100:00
openvas
Prion
Cross site scripting
28 Oct 201102:49
prion
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_ibm_http_server_mult_xss_vuln.nasl 5785 2017-03-30 09:19:35Z cfi $
#
# IBM HTTP Server Multiple Cross Site Scripting Vulnerabilities
#
# Authors:
# Antu Sanadi <[email protected]>
#
# Copyright:
# Copyright (c) 2011 Greenbone Networks GmbH, http://www.greenbone.net
#
# 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_solution = "Apply the following patch,
  http://www-01.ibm.com/support/docview.wss?rs=180&context=SSEQTP&dc=D600&uid=swg21502580

  *****
  NOTE: Please ignore this warning if the above mentioned patch is already applied.
  *****";

tag_impact = "Successful exploitation will allow remote attackers to insert arbitrary HTML
  and script code, which will be executed in a user's browser session in the
  context of an affected site.
  Impact Level: Application";
tag_affected = "IBM HTTP Server version 2.0.47 and prior.";
tag_insight = "Multiple flaws are due to improper validation of user-supplied input
  by a documentation page located in the 'manual/ibm' sub directories. That
  allows attackers to execute arbitrary HTML and script code in a user's
  browser session in the context of an affected site.";
tag_summary = "This host is running IBM HTTP Server and is prone to multiple cross
  site scripting vulnerabilities.";

if(description)
{
  script_id(801996);
  script_version("$Revision: 5785 $");
  script_cve_id("CVE-2011-1360");
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");
  script_tag(name:"last_modification", value:"$Date: 2017-03-30 11:19:35 +0200 (Thu, 30 Mar 2017) $");
  script_tag(name:"creation_date", value:"2011-11-08 19:48:57 +0530 (Tue, 08 Nov 2011)");
  script_name("IBM HTTP Server Multiple Cross Site Scripting Vulnerabilities");
  script_tag(name:"qod_type", value:"remote_banner");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2011 Greenbone Networks GmbH");
  script_family("Web Servers");
  script_dependencies("gb_get_http_banner.nasl");
  script_require_ports("Services/www", 80, 8880, 8008);
  script_mandatory_keys("IBM_HTTP_Server/banner");
  script_tag(name : "impact" , value : tag_impact);
  script_tag(name : "affected" , value : tag_affected);
  script_tag(name : "insight" , value : tag_insight);
  script_tag(name : "summary" , value : tag_summary);
  script_tag(name : "solution" , value : tag_solution);
  script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/69656");
  script_xref(name : "URL" , value : "http://www-01.ibm.com/support/docview.wss?uid=swg21502580");
  script_xref(name : "URL" , value : "http://www-01.ibm.com/support/docview.wss?rs=180&context=SSEQTP&dc=D600&uid=swg21502580");
 exit(0);
}

include("http_func.inc");
include("version_func.inc");

port = get_http_port(default:80);

## Get the Server banner
ibmWebSer = get_http_banner(port:port);

  # Confirm the IBM HTTP Server
  if("Server: IBM_HTTP_Server" >< ibmWebSer)
  {
    ## Check for the  BM HTTP Server version.
    ver = eregmatch(pattern:"IBM_HTTP_Server/([0-9.]+)", string:ibmWebSer);
    if(ver[1])
    {
      if(version_is_less_equal(version:ver[1], test_version:"2.0.47"))
      {
        security_message(port);
        exit(0);
      }
    }
  }

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation