| Reporter | Title | Published | Views | Family All 14 |
|---|---|---|---|---|
| Security Bulletin: IBM SPSS SamplePower vsview6 ActiveX Control vulnerabilities (CVE-2012-0189) | 25 Sep 202219:56 | – | ibm | |
| IBM SPSS VsVIEW6.ocx ActiveX control Code Execution (CVE-2012-0189) | 10 May 201200:00 | – | checkpoint_advisories | |
| CVE-2012-0189 | 18 Jan 201220:00 | – | cve | |
| CVE-2012-0189 | 18 Jan 201220:00 | – | cvelist | |
| EUVD-2012-0227 | 7 Oct 202500:30 | – | euvd | |
| CVE-2012-0189 | 18 Jan 201220:55 | – | nvd | |
| Microsoft Windows ActiveX Control Multiple Vulnerabilities (2647518) | 14 Mar 201200:00 | – | openvas | |
| IBM SPSS SamplePower 'VsVIEW6' ActiveX Control Multiple Code Execution Vulnerabilities - Windows | 1 Feb 201200:00 | – | openvas | |
| Hardcoded credentials | 18 Jan 201220:55 | – | prion | |
| ZDI-12-027 : IBM SPSS VsVIEW6.ocx ActiveX Control SaveDoc Method Remote Code Execution Vulnerability | 13 Feb 201200:00 | – | securityvulns |
| Source | Link |
|---|---|
| www-01 | www.www-01.ibm.com/support/docview.wss |
| secunia | www.secunia.com/advisories/47605 |
| securityfocus | www.securityfocus.com/bid/51448 |
| xforce | www.xforce.iss.net/xforce/xfdb/72119 |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_ibm_spss_activex_code_exec_vuln.nasl 8194 2017-12-20 11:29:51Z cfischer $
#
# IBM SPSS SamplePower 'VsVIEW6' ActiveX Control Multiple Code Execution Vulnerabilities (Windows)
#
# Authors:
# Sooraj KS <[email protected]>
#
# Copyright:
# Copyright (c) 2012 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.
###############################################################################
CPE = "cpe:/a:ibm:spss_samplepower";
tag_solution = "No solution or patch was made available for at least one year
since 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 refer the below link,
http://support.microsoft.com/kb/240797";
tag_impact = "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.
Impact Level: System/Application";
tag_affected = "IBM SPSS SamplePower version 3.0";
tag_insight = "Multiple flaws are due to unspecified errors in the VsVIEW6
ActiveX Control (VsVIEW6.ocx) when handling the 'SaveDoc()' and 'PrintFile()'
methods.";
tag_summary = "This host is installed with IBM SPSS SamplePower and is prone
to buffer overflow vulnerability.";
if(description)
{
script_id(802600);
script_version("$Revision: 8194 $");
script_bugtraq_id(51448);
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:"$Date: 2017-12-20 12:29:51 +0100 (Wed, 20 Dec 2017) $");
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 Networks GmbH");
script_family("General");
script_dependencies("gb_ibm_spss_sample_power_detect_win.nasl");
script_mandatory_keys("IBM/SPSS/Win/Installed");
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "summary" , value : tag_summary);
script_tag(name : "solution" , value : tag_solution);
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");
infos = get_app_version_and_location( cpe:CPE, exit_no_version:TRUE );
vers = infos['version'];
path = infos['location'];
## Check for IBM SPSS SamplePower 3.0
if( version_is_equal( version:vers, test_version:"3.0" ) ) {
## CLSID
clsid = "{6E84D662-9599-11D2-9367-20CC03C10627}";
## Check if Kill-Bit is set
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 );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