| Reporter | Title | Published | Views | Family All 18 |
|---|---|---|---|---|
| CVE-2010-3544 | 14 Oct 201017:00 | – | cve | |
| CVE-2010-3545 | 14 Oct 201017:00 | – | cve | |
| CVE-2010-3544 | 14 Oct 201017:00 | – | cvelist | |
| CVE-2010-3545 | 14 Oct 201017:00 | – | cvelist | |
| EUVD-2010-3540 | 7 Oct 202500:30 | – | euvd | |
| EUVD-2010-3541 | 7 Oct 202500:30 | – | euvd | |
| JVN#50133036: Cross-site Request Forgery Vulnerability in Oracle iPlanet Web Server | 18 Oct 201000:00 | – | jvn | |
| Cross-site Request Forgery Vulnerability in Oracle iPlanet Web Server | 18 Oct 201010:37 | – | jvn | |
| CVE-2010-3544 | 14 Oct 201018:00 | – | nvd | |
| CVE-2010-3545 | 14 Oct 201018:00 | – | nvd |
###############################################################################
# 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);
}
}
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