Lucene search
K

IBM DB2 Universal Database Multiple Vulnerabilities - Sept08 (Windows)

🗓️ 25 Sep 2008 00:00:00Reported by Copyright (C) 2008 SecPodType 
openvas
 openvas
🔗 plugins.openvas.org👁 24 Views

IBM DB2 Universal Database Multiple Vulnerabilities - Sept08 (Windows

Related
Refs
Code
##############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_ibm_db2_8_udb_mult_vuln_win_900215.nasl 7174 2017-09-18 11:48:08Z asteins $
# Description: IBM DB2 Universal Database Multiple Vulnerabilities - Sept08 (Windows)
#
# Authors:
# Veerendra GG <[email protected]>
#
# Copyright:
# Copyright (C) 2008 SecPod, http://www.secpod.com
#
# 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_impact = "Remote exploitation could allow attackers to bypass security
        restrictions, cause a denial of service or gain elevated privileges.
 Impact Level : Application";

tag_solution = "Update to Fixpak 17 or later.
 ftp://ftp.software.ibm.com/ps/products/db2/fixes/

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

tag_affected = "IBM DB2 version 8 prior to Fixpak 17 on Windows (All).";

tag_insight = "The flaws exist due to unspecified errors in processing of,
        - CONNECT/ATTACH requests, 
        - DB2FMP process and DB2JDS service.";


tag_summary = "The host is running DB2 Database Server, which is prone to multiple
 vulnerabilities.";



if(description)
{
 script_id(900215);
 script_version("$Revision: 7174 $");
 script_tag(name:"last_modification", value:"$Date: 2017-09-18 13:48:08 +0200 (Mon, 18 Sep 2017) $");
 script_tag(name:"creation_date", value:"2008-09-25 09:10:39 +0200 (Thu, 25 Sep 2008)");
 script_bugtraq_id(31058);
 script_cve_id("CVE-2008-2154", "CVE-2008-3958", "CVE-2008-3960");
 script_copyright("Copyright (C) 2008 SecPod");
 script_tag(name:"cvss_base", value:"7.5");
 script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
 script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"registry");
 script_family("Denial of Service");
 script_name("IBM DB2 Universal Database Multiple Vulnerabilities - Sept08 (Windows)");
 script_dependencies("secpod_ibm_db2_detect_win_900218.nasl");
 script_mandatory_keys("Win/IBM-db2/Ver");
 script_tag(name : "summary" , value : tag_summary);
 script_tag(name : "insight" , value : tag_insight);
 script_tag(name : "affected" , value : tag_affected);
 script_tag(name : "solution" , value : tag_solution);
 script_tag(name : "impact" , value : tag_impact);
 script_xref(name : "URL" , value : "http://secunia.com/advisories/31787/");
 script_xref(name : "URL" , value : "http://www.frsirt.com/english/advisories/2008/2517");
 script_xref(name : "URL" , value : "http://securitytracker.com/alerts/2008/Sep/1020826.html");
 script_xref(name : "URL" , value : "http://www-01.ibm.com/support/docview.wss?uid=swg1JR29274");
 exit(0);
}

include("smb_nt.inc");

ibmVer = get_kb_item("Win/IBM-db2/Ver");
if(!ibmVer){
  exit(0);
}

if(egrep(pattern:"^8\.([01](\..*)?|2(\.([0-9]|1[0-6]))?)$",
         string:ibmVer)){
  security_message(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