Lucene search

K
openvasCopyright (C) 2010 Greenbone Networks GmbHOPENVAS:801225
HistoryJun 15, 2010 - 12:00 a.m.

Computer Associates WebScan ActiveX Control Multiple Remote Code Execution Vulnerabilities

2010-06-1500:00:00
Copyright (C) 2010 Greenbone Networks GmbH
plugins.openvas.org
16

0.151 Low

EPSS

Percentile

95.3%

This host is installed with CA PSFormX or WebScan ActiveX
controls and is prone to multiple remote code execution vulnerabilities.

###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_ca_activex_mult_code_exec_vuln.nasl 5364 2017-02-20 13:26:07Z cfi $
#
# Computer Associates WebScan ActiveX Control Multiple Remote Code Execution Vulnerabilities
#
# Authors:
# Sooraj KS <[email protected]>
#
# Copyright:
# Copyright (c) 2010 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_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 set the killbit for the following CLSIDs,
{56393399-041A-4650-94C7-13DFCB1F4665}, {7B297BFD-85E4-4092-B2AF-16A91B2EA103}";

tag_impact = "Successful exploitation will let the remote attackers execute
arbitrary code and can compromise a vulnerable system.

Impact Level: System";

tag_affected = "PSFormX ActiveX control with CLSID
{56393399-041A-4650-94C7-13DFCB1F4665} WebScan ActiveX control with CLSID
{7B297BFD-85E4-4092-B2AF-16A91B2EA103}";

tag_insight = "Multiple unspecified errors in the CA PSFormX and WebScan
ActiveX controls, allow remote attackers to execute arbitrary code via unknown
vectors.";

tag_summary = "This host is installed with CA PSFormX or WebScan ActiveX
controls and is prone to multiple remote code execution vulnerabilities.";

if(description)
{
  script_id(801225);
  script_version("$Revision: 5364 $");
  script_tag(name:"last_modification", value:"$Date: 2017-02-20 14:26:07 +0100 (Mon, 20 Feb 2017) $");
  script_tag(name:"creation_date", value:"2010-06-15 06:05:27 +0200 (Tue, 15 Jun 2010)");
  script_bugtraq_id(40689, 40494);
  script_cve_id("CVE-2010-2193");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_name("Computer Associates WebScan ActiveX Control Multiple Remote Code Execution Vulnerabilities");

  script_xref(name : "URL" , value : "http://www.microsoft.com/technet/security/Bulletin/MS10-034.mspx");
  script_xref(name : "URL" , value : "http://www.securityfocus.com/archive/1/archive/1/511764/100/0/threaded");
  script_xref(name : "URL" , value : "https://support.ca.com/irj/portal/anonymous/phpsupcontent?contentID=238635");

  script_tag(name:"qod_type", value:"registry");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2010 Greenbone Networks GmbH");
  script_family("Windows");
  script_dependencies("secpod_reg_enum.nasl");
  script_require_ports(139, 445);
  script_mandatory_keys("SMB/WindowsVersion");

  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("secpod_activex.inc");

## Confirm Windows OS
if(!get_kb_item("SMB/WindowsVersion")){
  exit(0);
}

## CLSID List
clsids = make_list("{56393399-041A-4650-94C7-13DFCB1F4665}",
                   "{7B297BFD-85E4-4092-B2AF-16A91B2EA103}");

foreach clsid (clsids)
{
  ## Check if Kill-Bit is set
  if(is_killbit_set(clsid:clsid) == 0)
  {
    security_message(0);
    exit(0);
  }
}

0.151 Low

EPSS

Percentile

95.3%

Related for OPENVAS:801225