Lucene search

K
openvasCopyright (C) 2010 Greenbone Networks GmbHOPENVAS:801607
HistoryOct 22, 2010 - 12:00 a.m.

Oracle iPlanet Web Server Multiple Unspecified vulnerabilities

2010-10-2200:00:00
Copyright (C) 2010 Greenbone Networks GmbH
plugins.openvas.org
13

0.027 Low

EPSS

Percentile

90.5%

The host is running Oracle iPlanet Web Server and is prone to
multiple unspecified vulnerabilities.

###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_oracle_iplanet_web_server_mult_vuln.nasl 6483 2017-06-29 08:51:15Z cfischer $
#
# Oracle iPlanet Web Server Multiple Unspecified Vulnerabilities
#
# Authors:
# Sooraj KS <[email protected]>
#
# Copyright:
# Copyright (c) 2010 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 patch from below link,
  http://sunsolve.sun.com/search/document.do?assetkey=1-79-1215353.1-1

  *****
  NOTE: Ignore this warning if above mentioned patch is already applied.
  *****";

tag_impact = "Successful exploitation may allow remote attackers to affect confidentiality,
  integrity and availability via unknown vectors related to Administration.
  Impact Level: Application";
tag_affected = "Oracle iPlanet Web Server(Sun Java System Web Server) 7.0";
tag_insight = "The flaws are due to unspecified errors, which allow remote attackers
  to affect confidentiality, integrity and availability via unknown vectors
  related to Administration.";
tag_summary = "The host is running Oracle iPlanet Web Server and is prone to
  multiple unspecified vulnerabilities.";

if(description)
{
  script_id(801607);
  script_version("$Revision: 6483 $");
  script_tag(name:"last_modification", value:"$Date: 2017-06-29 10:51:15 +0200 (Thu, 29 Jun 2017) $");
  script_tag(name:"creation_date", value:"2010-10-22 15:51:55 +0200 (Fri, 22 Oct 2010)");
  script_bugtraq_id(43984);
  script_cve_id("CVE-2010-3544","CVE-2010-3545");
  script_tag(name:"cvss_base", value:"5.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:P");
  script_name("Oracle iPlanet Web Server Multiple Unspecified vulnerabilities");

  script_xref(name : "URL" , value : "http://www.oracle.com/technology/deploy/security/critical-patch-updates/cpuoct2010-175626.html");

  script_tag(name:"qod_type", value:"remote_banner");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2010 Greenbone Networks GmbH");
  script_family("General");
  script_dependencies("gb_sun_java_sys_web_serv_detect.nasl");
  script_mandatory_keys("java_system_web_server/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 : "summary" , value : tag_summary);
  script_tag(name : "solution" , value : tag_solution);
  exit(0);
}


include("version_func.inc");

## Get Version from KB
jswsVer = get_kb_item("Sun/JavaSysWebServ/Ver");
jswsPort = get_kb_item("Sun/JavaSysWebServ/Port");

if(jswsVer != NULL)
{
  ## Check for Oracle iPlanet Web Server 7.0
  if(version_is_equal(version:jswsVer, test_version:"7.0")) {
    security_message(jswsPort);
  }
}

0.027 Low

EPSS

Percentile

90.5%