Lucene search

K
openvasCopyright (C) 2009 Greenbone AGOPENVAS:1361412562310800691
HistorySep 07, 2009 - 12:00 a.m.

DB2 Monitoring Console Multiple Unspecified Security Bypass Vulnerabilities

2009-09-0700:00:00
Copyright (C) 2009 Greenbone AG
plugins.openvas.org
19

6.8 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:M/Au:N/C:P/I:P/A:P

6.4 Medium

AI Score

Confidence

Low

0.008 Low

EPSS

Percentile

81.9%

IBM DMC is prone to multiple Unspecified Security Bypass Vulnerabilities.

# SPDX-FileCopyrightText: 2009 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.800691");
  script_version("2023-07-27T05:05:08+0000");
  script_tag(name:"last_modification", value:"2023-07-27 05:05:08 +0000 (Thu, 27 Jul 2023)");
  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_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://www.securityfocus.com/bid/28253");
  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 AG");
  script_family("Web application abuses");
  script_dependencies("gb_ibm_db2mc_detect.nasl");
  script_require_ports("Services/www", 80);
  script_mandatory_keys("ibm/db2mc/detected");

  script_tag(name:"impact", value:"Successful exploitation could allow remote attackers to bypass certain
  security restrictions or potentially compromise a vulnerable system.");

  script_tag(name:"affected", value:"DB2 Monitoring Console Version 2.2.24 and prior.");

  script_tag(name:"insight", value:"- 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.");

  script_tag(name:"solution_type", value:"VendorFix");

  script_tag(name:"solution", value:"Upgrade to DB2 Monitoring Console Version 2.2.25 or later.");

  script_tag(name:"summary", value:"IBM DMC is prone to multiple Unspecified Security Bypass Vulnerabilities.");

  exit(0);
}

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

dmcPort = http_get_port(default:80);

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")){
    report = report_fixed_ver(installed_version:dmcVer[1], vulnerable_range:"Less than or equal to 2.2.24");
    security_message(port: dmcPort, data: report);
  }
}

6.8 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:M/Au:N/C:P/I:P/A:P

6.4 Medium

AI Score

Confidence

Low

0.008 Low

EPSS

Percentile

81.9%

Related for OPENVAS:1361412562310800691