| Reporter | Title | Published | Views | Family All 14 |
|---|---|---|---|---|
| CVE-2010-1650 | 30 Apr 201017:00 | – | cve | |
| CVE-2010-1651 | 30 Apr 201017:00 | – | cve | |
| CVE-2010-1650 | 30 Apr 201017:00 | – | cvelist | |
| CVE-2010-1651 | 30 Apr 201017:00 | – | cvelist | |
| EUVD-2010-1671 | 7 Oct 202500:30 | – | euvd | |
| EUVD-2010-1672 | 7 Oct 202500:30 | – | euvd | |
| CVE-2010-1650 | 3 May 201013:51 | – | nvd | |
| CVE-2010-1651 | 3 May 201013:51 | – | nvd | |
| IBM WebSphere Application Server < 6.1.0.31, 7.x < 7.0.0.11 Information Disclosure Vulnerability | 28 Apr 201000:00 | – | openvas | |
| Design/Logic Flaw | 3 May 201013:51 | – | prion |
| Source | Link |
|---|---|
| www-306 | www.www-306.ibm.com/software/websphere/ |
| securityfocus | www.securityfocus.com/bid/39701 |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_ibm_websphere_39701.nasl 5306 2017-02-16 09:00:16Z teissa $
#
# IBM WebSphere Application Server SIP Logging Information Disclosure Vulnerability
#
# Authors:
# Michael Meyer <[email protected]>
#
# Uodated By: Antu sanadi <[email protected]> on 2010-05-11
# - Added the related CVE's
#
# 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 = "IBM WebSphere Application Server (WAS) is prone to an information-
disclosure vulnerability.
A local authenticated attacker can exploit this issue to gain access
to sensitive information; this may aid in further attacks.
Versions prior to WAS 7.0.0.11 and 6.1.0.31 are vulnerable.";
tag_solution = "Updates are available. Please see the references for details.";
CPE = 'cpe:/a:ibm:websphere_application_server';
if (description)
{
script_id(100609);
script_version("$Revision: 5306 $");
script_tag(name:"last_modification", value:"$Date: 2017-02-16 10:00:16 +0100 (Thu, 16 Feb 2017) $");
script_tag(name:"creation_date", value:"2010-04-28 14:05:27 +0200 (Wed, 28 Apr 2010)");
script_cve_id("CVE-2010-1650", "CVE-2010-1651");
script_bugtraq_id(39701);
script_name("IBM WebSphere Application Server SIP Logging Information Disclosure Vulnerability");
script_xref(name : "URL" , value : "http://www.securityfocus.com/bid/39701");
script_xref(name : "URL" , value : "http://www-306.ibm.com/software/websphere/#");
script_tag(name:"cvss_base", value:"1.9");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:M/Au:N/C:P/I:N/A:N");
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("gb_ibm_websphere_detect.nasl");
script_require_ports("Services/www", 80);
script_exclude_keys("Settings/disable_cgi_scanning");
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
exit(0);
}
include("http_func.inc");
include("version_func.inc");
include("host_details.inc");
if( ! vers = get_app_version( cpe:CPE, nofork:TRUE ) ) exit( 0 );
if(version_in_range(version: vers, test_version: "7", test_version2: "7.0.0.10") ||
version_in_range(version: vers, test_version: "6.1", test_version2: "6.1.0.30")) {
report = report_fixed_ver( installed_version:vers, fixed_version:'7.0.0.11/6.1.0.31' );
security_message(port:0, data:report);
exit(0);
}
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