Lucene search

K
openvasCopyright (C) 2009 Greenbone AGOPENVAS:1361412562310801011
HistoryOct 12, 2009 - 12:00 a.m.

IBM Installation Manager URI Handling Argument Injection Vulnerability - Windows

2009-10-1200:00:00
Copyright (C) 2009 Greenbone AG
plugins.openvas.org
8

CVSS2

9.3

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

AI Score

6.6

Confidence

Low

EPSS

0.019

Percentile

88.7%

IBM Installation Manager is prone to an argument injection vulnerability.

# 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.801011");
  script_version("2024-02-15T05:05:39+0000");
  script_tag(name:"last_modification", value:"2024-02-15 05:05:39 +0000 (Thu, 15 Feb 2024)");
  script_tag(name:"creation_date", value:"2009-10-12 07:28:01 +0200 (Mon, 12 Oct 2009)");
  script_tag(name:"cvss_base", value:"9.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
  script_cve_id("CVE-2009-3518");
  script_name("IBM Installation Manager URI Handling Argument Injection Vulnerability - Windows");
  script_xref(name:"URL", value:"http://secunia.com/advisories/36906");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/36549");
  script_xref(name:"URL", value:"http://retrogod.altervista.org/9sg_ibm_uri.html");
  script_xref(name:"URL", value:"http://www.vupen.com/english/advisories/2009/2792");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_family("General");
  script_dependencies("gb_ibm_install_manager_detect_win.nasl");
  script_mandatory_keys("IBM/InstallMang/Win/Ver");

  script_tag(name:"impact", value:"Successful exploitation will allow attackers to execute arbitrary
  code or compromise a user's system.");

  script_tag(name:"affected", value:"IBM Installation Manager 1.3.2 and prior on Windows.");

  script_tag(name:"insight", value:"The flaw is due to error in 'IBMIM.exe' when handling arguments
  received via an 'iim:' URI. This can be exploited to load an arbitrary library
  from a network share via a specially crafted '-vm' argument.");

  script_tag(name:"solution", value:"Upgrade to version 1.3.3 or later.");

  script_tag(name:"summary", value:"IBM Installation Manager is prone to an argument injection vulnerability.");

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

  exit(0);
}

include("version_func.inc");

iimVer = get_kb_item("IBM/InstallMang/Win/Ver");

if(iimVer != NULL)
{
  if(version_is_less_equal(version:iimVer, test_version:"1.3.2")){
    report = report_fixed_ver(installed_version:iimVer, vulnerable_range:"Less than or equal to 1.3.2");
    security_message(port: 0, data: report);
  }
}

CVSS2

9.3

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

AI Score

6.6

Confidence

Low

EPSS

0.019

Percentile

88.7%

Related for OPENVAS:1361412562310801011