IBM HTTP Server Multiple Cross Site Scripting Vulnerabilities
🗓️ 08 Nov 2011 00:00:00Reported by Copyright (C) 2011 Greenbone AGType
openvas🔗 plugins.openvas.org👁 24 Views
| Reporter | Title | Published | Views | Family All 6 |
|---|---|---|---|---|
| CVE-2011-1360 | 28 Oct 201101:00 | – | cve | |
| CVE-2011-1360 | 28 Oct 201101:00 | – | cvelist | |
| EUVD-2011-1367 | 7 Oct 202500:30 | – | euvd | |
| CVE-2011-1360 | 28 Oct 201102:49 | – | nvd | |
| IBM HTTP Server Multiple Cross Site Scripting Vulnerabilities | 8 Nov 201100:00 | – | openvas | |
| Cross site scripting | 28 Oct 201102:49 | – | prion |
# SPDX-FileCopyrightText: 2011 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.801996");
script_version("2023-07-28T05:05:23+0000");
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:"2023-07-28 05:05:23 +0000 (Fri, 28 Jul 2023)");
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_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2011 Greenbone AG");
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:"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.");
script_tag(name:"affected", value:"IBM HTTP Server version 2.0.47 and prior.");
script_tag(name:"insight", value:"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.");
script_tag(name:"summary", value:"IBM HTTP Server is prone to multiple cross site scripting vulnerabilities.");
script_tag(name:"solution", value:"Update to version 2.0.48 or later.");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("http_func.inc");
include("port_service_func.inc");
include("version_func.inc");
port = http_get_port(default:80);
ibmWebSer = http_get_remote_headers(port:port);
if("Server: IBM_HTTP_Server" >< ibmWebSer) {
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")) {
report = report_fixed_ver(installed_version:ver[1], vulnerable_range:"Less than or equal to 2.0.47");
security_message(port:port, data:report);
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
28 Jul 2023 00:00Current
6Medium risk
Vulners AI Score6
CVSS 24.3
EPSS0.01674