Vulnerabilities > CVE-2010-3189 - Code Injection vulnerability in Trendmicro Internet Security 2010

047910
CVSS 9.3 - CRITICAL
Attack vector
NETWORK
Attack complexity
MEDIUM
Privileges required
NONE
Confidentiality impact
COMPLETE
Integrity impact
COMPLETE
Availability impact
COMPLETE
network
trendmicro
CWE-94
critical
nessus
exploit available
metasploit

Summary

The extSetOwner function in the UfProxyBrowserCtrl ActiveX control (UfPBCtrl.dll) in Trend Micro Internet Security Pro 2010 allows remote attackers to execute arbitrary code via an invalid address that is dereferenced as a pointer.

Vulnerable Configurations

Part Description Count
Application
Trendmicro
1

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Leverage Executable Code in Non-Executable Files
    An attack of this type exploits a system's trust in configuration and resource files, when the executable loads the resource (such as an image file or configuration file) the attacker has modified the file to either execute malicious code directly or manipulate the target process (e.g. application server) to execute based on the malicious configuration parameters. Since systems are increasingly interrelated mashing up resources from local and remote sources the possibility of this attack occurring is high. The attack can be directed at a client system, such as causing buffer overrun through loading seemingly benign image files, as in Microsoft Security Bulletin MS04-028 where specially crafted JPEG files could cause a buffer overrun once loaded into the browser. Another example targets clients reading pdf files. In this case the attacker simply appends javascript to the end of a legitimate url for a pdf (http://www.gnucitizen.org/blog/danger-danger-danger/) http://path/to/pdf/file.pdf#whatever_name_you_want=javascript:your_code_here The client assumes that they are reading a pdf, but the attacker has modified the resource and loaded executable javascript into the client's browser process. The attack can also target server processes. The attacker edits the resource or configuration file, for example a web.xml file used to configure security permissions for a J2EE app server, adding role name "public" grants all users with the public role the ability to use the administration functionality. The server trusts its configuration file to be correct, but when they are manipulated, the attacker gains full control.
  • Manipulating User-Controlled Variables
    This attack targets user controlled variables (DEBUG=1, PHP Globals, and So Forth). An attacker can override environment variables leveraging user-supplied, untrusted query variables directly used on the application server without any data sanitization. In extreme cases, the attacker can change variables controlling the business logic of the application. For instance, in languages like PHP, a number of poorly set default configurations may allow the user to override variables.

Exploit-Db

  • descriptionTrend Micro Internet Security Pro 2010 ActiveX extSetOwner() Remote Code Execution. CVE-2010-3189. Remote exploit for windows platform
    idEDB-ID:16596
    last seen2016-02-02
    modified2010-10-04
    published2010-10-04
    reportermetasploit
    sourcehttps://www.exploit-db.com/download/16596/
    titleTrend Micro Internet Security Pro 2010 - ActiveX extSetOwner Remote Code Execution
  • descriptionTrend Micro Internet Security Pro 2010 ActiveX extSetOwner() Remote Code Execution (MSF). CVE-2010-3189. Remote exploit for windows platform
    idEDB-ID:15168
    last seen2016-02-01
    modified2010-10-01
    published2010-10-01
    reporterTrancer
    sourcehttps://www.exploit-db.com/download/15168/
    titleTrend Micro Internet Security Pro 2010 - ActiveX extSetOwner Remote Code Execution MSF

Metasploit

descriptionThis module exploits a remote code execution vulnerability in Trend Micro Internet Security Pro 2010 ActiveX. When sending an invalid pointer to the extSetOwner() function of UfPBCtrl.dll an attacker may be able to execute arbitrary code.
idMSF:EXPLOIT/WINDOWS/BROWSER/TRENDMICRO_EXTSETOWNER
last seen2020-05-26
modified2017-10-05
published2010-10-04
referenceshttps://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3189
reporterRapid7
sourcehttps://github.com/rapid7/metasploit-framework/blob/master//modules/exploits/windows/browser/trendmicro_extsetowner.rb
titleTrend Micro Internet Security Pro 2010 ActiveX extSetOwner() Remote Code Execution

Nessus

NASL familyWindows
NASL idTRENDMICRO_UFPROXYBROWSERCTRL_ACTIVEX_EXEC.NASL
descriptionThe UfProxyBrowserCtrl ActiveX control, a component of Trend Micro Internet Security Pro 2010 installed on the remote Windows host, reportedly has an issue in its
last seen2020-06-01
modified2020-06-02
plugin id49707
published2010-10-04
reporterThis script is Copyright (C) 2010-2018 Tenable Network Security, Inc.
sourcehttps://www.tenable.com/plugins/nessus/49707
titleTrend Micro Internet Security Pro UfProxyBrowserCtrl ActiveX extSetOwner Function Arbitrary Code Execution
code
#
# (C) Tenable Network Security, Inc.
#


include("compat.inc");


if (description)
{
  script_id(49707);
  script_version("1.16");
  script_cvs_date("Date: 2018/11/15 20:50:29");

  script_cve_id("CVE-2010-3189");
  script_bugtraq_id(42717);
  script_xref(name:"EDB-ID", value:"14878");

  script_name(english:"Trend Micro Internet Security Pro UfProxyBrowserCtrl ActiveX extSetOwner Function Arbitrary Code Execution");
  script_summary(english:"Checks version of the UfProxyBrowserCtrl control");
 
  script_set_attribute(
    attribute:"synopsis",
    value:
"The remote Windows host has an ActiveX control that allows execution
of arbitrary code."
  );
  script_set_attribute(
    attribute:"description", 
    value:
"The UfProxyBrowserCtrl ActiveX control, a component of Trend Micro
Internet Security Pro 2010 installed on the remote Windows host,
reportedly has an issue in its 'extSetOwner()' function that allows a
remote attacker to run arbitrary code via an invalid address that is
dereferenced as a pointer. 

If an attacker can trick a user on the affected host into viewing a
specially crafted HTML document, he can leverage this issue to execute
arbitrary code on the affected system subject to the user's
privileges."
  );
  script_set_attribute(
    attribute:"see_also", 
    value:"https://www.zerodayinitiative.com/advisories/ZDI-10-165/"
  );
  script_set_attribute(
    attribute:"see_also", 
    value:"https://seclists.org/bugtraq/2010/Aug/287"
  );
   # https://web.archive.org/web/20110912140455/https://esupport.trendmicro.com/pages/Hot-Fix-UfPBCtrldll-is-vulnerable-to-remote-attackers.aspx
  script_set_attribute(
    attribute:"see_also", 
    value:"http://www.nessus.org/u?46d8999a"
  );
  script_set_attribute(
    attribute:"solution", 
    value:"Apply the hot fix referenced in Trend Micro's advisory."
  );
  script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C");
  script_set_cvss_temporal_vector("CVSS2#E:F/RL:OF/RC:C");
  script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"true");
  script_set_attribute(attribute:"exploit_framework_core", value:"true");
  script_set_attribute(attribute:"metasploit_name", value:'Trend Micro Internet Security Pro 2010 ActiveX extSetOwner() Remote Code Execution');
  script_set_attribute(attribute:"exploit_framework_metasploit", value:"true");
  script_set_attribute(attribute:"exploit_framework_canvas", value:"true");
  script_set_attribute(attribute:"canvas_package", value:'CANVAS');

  script_set_attribute(attribute:"vuln_publication_date", value:"2010/08/22");
  script_set_attribute(attribute:"patch_publication_date", value:"2010/08/22");
  script_set_attribute(attribute:"plugin_publication_date", value:"2010/10/04");
  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe",value:"cpe:/a:trendmicro:internet_security");
  script_end_attributes();
 
  script_category(ACT_GATHER_INFO);
  script_family(english:"Windows");

  script_copyright(english:"This script is Copyright (C) 2010-2018 Tenable Network Security, Inc.");

  script_dependencies("smb_hotfixes.nasl");
  script_require_keys("SMB/Registry/Enumerated");
  script_require_ports(139, 445);

  exit(0);
}


include("global_settings.inc");
include("misc_func.inc");
include("smb_func.inc");
include("smb_activex_func.inc");


get_kb_item_or_exit("SMB/Registry/Enumerated");
if (activex_init() != ACX_OK) exit(1, "activex_init() failed.");


clsid = '{15DBC3F9-9F0A-472E-8061-043D9CEC52F0}';
fixed_version = "17.50.0.1695";


# Locate the file used by the control.
file = activex_get_filename(clsid:clsid);
if (isnull(file))
{
  activex_end();
  exit(1, "activex_get_filename() returned NULL.");
}
if (!file)
{
  activex_end();
  exit(0, "The control is not installed as the class id '"+clsid+"' is not defined on the remote host.");
}


# Get its version.
version = activex_get_fileversion(clsid:clsid);
if (!version)
{
  activex_end();
  exit(1, "Failed to get file version of '"+file+"'.");
}


# And check it.
info = '';

rc = activex_check_fileversion(clsid:clsid, fix:fixed_version);
if (rc == TRUE)
{
  if (report_paranoia > 1 || activex_get_killbit(clsid:clsid) == 0)
  {
    info += '\n  Class Identifier  : ' + clsid +
            '\n  Filename          : ' + file + 
            '\n  Installed version : ' + version + 
            '\n  Fixed version     : ' + fixed_version + '\n';
  }
}
activex_end();


# Report findings.
if (info)
{
  if (report_paranoia > 1)
  {
    report = info +
      '\n' +
      'Note, though, that Nessus did not check whether the kill bit was\n' +
      "set for the control's CLSID because of the Report Paranoia setting" + '\n' +
      'in effect when this scan was run.\n';
  }
  else
  {
    report = info +
      '\n' +
      'Moreover, its kill bit is not set so it is accessible via Internet\n' +
      'Explorer.\n';
  }

  if (report_verbosity > 0) security_hole(port:kb_smb_transport(), extra:report);
  else security_hole(kb_smb_transport());

  exit(0);
}
else
{
  if (rc == FALSE) exit(0, "The control is not affected since it is version "+version+".");
  else if (rc == TRUE) exit(0, "Version "+version+" of the control is installed, but its kill bit is set.");
  else exit(1, "activex_check_fileversion() failed.");
}

Oval

accepted2010-11-15T04:00:53.974-05:00
classvulnerability
contributors
nameSecPod Team
organizationSecPod Technologies
definition_extensions
commentTrend Micro Internet Security is installed
ovaloval:org.mitre.oval:def:7602
descriptionThe extSetOwner function in the UfProxyBrowserCtrl ActiveX control (UfPBCtrl.dll) in Trend Micro Internet Security Pro 2010 allows remote attackers to execute arbitrary code via an invalid address that is dereferenced as a pointer.
familywindows
idoval:org.mitre.oval:def:7633
statusaccepted
submitted2010-10-06T09:30:06
titleVulnerability in extSetOwner function in UfProxyBrowserCtrl ActiveX control (UfPBCtrl.dll) in Trend Micro Internet Security Pro 2010
version23

Packetstorm

data sourcehttps://packetstormsecurity.com/files/download/94441/trendmicro_extsetowner.rb.txt
idPACKETSTORM:94441
last seen2016-12-05
published2010-10-01
reporterTrancer
sourcehttps://packetstormsecurity.com/files/94441/Trend-Micro-Internet-Security-Pro-2010-ActiveX-extSetOwner-Remote-Code-Execution.html
titleTrend Micro Internet Security Pro 2010 ActiveX extSetOwner() Remote Code Execution

Saint

bid42717
descriptionTrend Micro Internet Security Pro ActiveX Control extSetOwner code execution
osvdb67561
titletrend_micro_internet_security_extsetowner
typeclient

Seebug

  • bulletinFamilyexploit
    descriptionNo description provided by source.
    idSSV:69953
    last seen2017-11-19
    modified2014-07-01
    published2014-07-01
    reporterRoot
    sourcehttps://www.seebug.org/vuldb/ssvid-69953
    titleTrend Micro Internet Security Pro 2010 ActiveX extSetOwner() Remote Code Execution (MSF)
  • bulletinFamilyexploit
    descriptionNo description provided by source.
    idSSV:71110
    last seen2017-11-19
    modified2014-07-01
    published2014-07-01
    reporterRoot
    sourcehttps://www.seebug.org/vuldb/ssvid-71110
    titleTrend Micro Internet Security Pro 2010 ActiveX extSetOwner() Remote Code Execution