Lucene search

K
openvasCopyright (C) 2012 Greenbone AGOPENVAS:1361412562310802600
HistoryFeb 01, 2012 - 12:00 a.m.

IBM SPSS SamplePower 'VsVIEW6' ActiveX Control Multiple Code Execution Vulnerabilities - Windows

2012-02-0100:00:00
Copyright (C) 2012 Greenbone AG
plugins.openvas.org
60

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.7

Confidence

Low

EPSS

0.88

Percentile

98.7%

IBM SPSS SamplePower is prone to a buffer overflow vulnerability.

# SPDX-FileCopyrightText: 2012 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

CPE = "cpe:/a:ibm:spss_samplepower";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.802600");
  script_version("2024-02-15T05:05:39+0000");
  script_cve_id("CVE-2012-0189");
  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_tag(name:"last_modification", value:"2024-02-15 05:05:39 +0000 (Thu, 15 Feb 2024)");
  script_tag(name:"creation_date", value:"2012-02-01 11:11:11 +0530 (Wed, 01 Feb 2012)");
  script_name("IBM SPSS SamplePower 'VsVIEW6' ActiveX Control Multiple Code Execution Vulnerabilities - Windows");

  script_xref(name:"URL", value:"http://secunia.com/advisories/47605");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/51448");
  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/72119");
  script_xref(name:"URL", value:"http://www-01.ibm.com/support/docview.wss?uid=swg21577951");

  script_tag(name:"qod_type", value:"registry");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2012 Greenbone AG");
  script_family("General");
  script_dependencies("gb_ibm_spss_sample_power_detect_win.nasl");
  script_require_ports(139, 445);
  script_mandatory_keys("IBM/SPSS/Win/Installed");

  script_tag(name:"impact", value:"Successful exploitation could allow remote attackers to execute
  arbitrary code in the context of the application using the ActiveX control.
  Failed exploit attempts will likely result in denial-of-service conditions.");

  script_tag(name:"affected", value:"IBM SPSS SamplePower version 3.0");

  script_tag(name:"insight", value:"Multiple flaws are due to unspecified errors in the VsVIEW6
  ActiveX Control (VsVIEW6.ocx) when handling the 'SaveDoc()' and 'PrintFile()' methods.");

  script_tag(name:"summary", value:"IBM SPSS SamplePower is prone to a buffer overflow vulnerability.");

  script_tag(name:"solution", value:"No known solution was made available for at least one year
  since the disclosure of this vulnerability. Likely none will be provided anymore.
  General solution options are to upgrade to a newer release, disable respective
  features, remove the product or replace the product by another one.

  A workaround is to disable the use of the vulnerable ActiveX control within
  Internet Explorer or Set the killbit for the following CLSID
  {6E84D662-9599-11D2-9367-20CC03C10627}. For more info please see the referenced microsoft KB link.");

  script_xref(name:"URL", value:"http://support.microsoft.com/kb/240797");

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

  exit(0);
}

include("smb_nt.inc");
include("version_func.inc");
include("secpod_activex.inc");
include("host_details.inc");

if(!infos = get_app_version_and_location( cpe:CPE, exit_no_version:TRUE )) exit(0);
vers = infos['version'];
path = infos['location'];

if( version_is_equal( version:vers, test_version:"3.0" ) ) {

  clsid = "{6E84D662-9599-11D2-9367-20CC03C10627}";

  if( is_killbit_set( clsid:clsid ) == 0 ) {
    report = "Installed version is 3.0 and Kill-Bit for CLSID " + clsid + " is not set.";
    security_message( port:0, data:report );
    exit( 0 );
  }
}

exit( 99 );

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.7

Confidence

Low

EPSS

0.88

Percentile

98.7%