Lucene search
K

DB2 Monitoring Console Multiple Unspecified Security Bypass Vulnerabilities

🗓️ 07 Sep 2009 00:00:00Reported by Copyright (C) 2009 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 15 Views

DB2 Monitoring Console Unspecified Security Bypas

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2008-7130
31 Aug 200910:00
cve
CVE
CVE-2008-7131
31 Aug 200910:00
cve
Cvelist
CVE-2008-7130
31 Aug 200910:00
cvelist
Cvelist
CVE-2008-7131
31 Aug 200910:00
cvelist
EUVD
EUVD-2008-7089
7 Oct 202500:30
euvd
EUVD
EUVD-2008-7090
7 Oct 202500:30
euvd
NVD
CVE-2008-7130
31 Aug 200910:30
nvd
NVD
CVE-2008-7131
31 Aug 200910:30
nvd
OpenVAS
DB2 Monitoring Console < 2.2.25 Multiple Unspecified Security Bypass Vulnerabilities
7 Sep 200900:00
openvas
Prion
Design/Logic Flaw
31 Aug 200910:30
prion
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_ibm_db2mc_mult_unspecified_vuln.nasl 4869 2016-12-29 11:01:45Z teissa $
#
# DB2 Monitoring Console Multiple Unspecified Security Bypass Vulnerabilities
#
# Authors:
# Antu Sanadi<[email protected]>
#
# Copyright:
# Copyright (c) 2009 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_impact = "Successful exploitation could allow remote attackers to bypass certain
  security restrictions or potentially compromise a vulnerable system.
  Impact Level: System/Application.";
tag_affected = "DB2 Monitoring Console Version 2.2.24 and prior.";
tag_insight = "- An unspecified error can be exploited to upload files to the web
    server hosting the application.
  - An unspecified error can be exploited to gain access to the database
    that a user is currently connected to by tricking the user to access
    malicious link.";
tag_solution = "Upgrade to DB2 Monitoring Console Version 2.2.25 or later.
  For updates refer to http://sourceforge.net/projects/db2mc/files/";
tag_summary = "The host is running IBM DMC and is prone to multiple
  Unspecified Security Bypass Vulnerabilities.";

if(description)
{
  script_id(800691);
  script_version("$Revision: 4869 $");
  script_tag(name:"last_modification", value:"$Date: 2016-12-29 12:01:45 +0100 (Thu, 29 Dec 2016) $");
  script_tag(name:"creation_date", value:"2009-09-07 19:45:38 +0200 (Mon, 07 Sep 2009)");
  script_tag(name:"cvss_base", value:"6.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");
  script_cve_id("CVE-2008-7130", "CVE-2008-7131");
  script_bugtraq_id(28253);
  script_name("DB2 Monitoring Console Multiple Unspecified Security Bypass Vulnerabilities");
  script_xref(name : "URL" , value : "http://secunia.com/advisories/29367");
  script_xref(name : "URL" , value : "http://en.securitylab.ru/nvd/384393.php");
  script_xref(name : "URL" , value : "http://sourceforge.net/forum/forum.php?forum_id=797405");

  script_tag(name:"qod_type", value:"remote_banner");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
  script_dependencies("gb_ibm_db2mc_detect.nasl");
  script_family("Web application abuses");
  script_require_ports("Services/www", 80);
  script_tag(name : "impact" , value : tag_impact);
  script_tag(name : "affected" , value : tag_affected);
  script_tag(name : "insight" , value : tag_insight);
  script_tag(name : "solution" , value : tag_solution);
  script_tag(name : "summary" , value : tag_summary);
  exit(0);
}


include("http_func.inc");
include("version_func.inc");

dmcPort = get_http_port(default:80);
if(!dmcPort)
{
  exit(0);
}

dmcVer = get_kb_item("www/" + dmcPort + "/IBM/DB2MC");
if(!dmcVer)
{
   exit(0);
}

dmcVer = eregmatch(pattern:"^(.+) under (/.*)$", string:dmcVer);
if(dmcVer[1] != NULL)
{
  if(version_is_less_equal(version:dmcVer[1], test_version:"2.2.24")){
    security_message(dmcPort);
  }
}

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

29 Dec 2016 00:00Current
0.7Low risk
Vulners AI Score0.7
EPSS0.00631
15