TRENDnet SecurView UltraMJCam ActiveX Control OpenFileDlg Method WideCharToMultiByte() Call Remote Overflow - Nessus

High   Plugin ID: 58597

This page contains detailed information about the TRENDnet SecurView UltraMJCam ActiveX Control OpenFileDlg Method WideCharToMultiByte() Call Remote Overflow Nessus plugin including available exploits and PoCs found on GitHub, in Metasploit or Exploit-DB for verifying of this vulnerability.

Plugin Overview


ID: 58597
Name: TRENDnet SecurView UltraMJCam ActiveX Control OpenFileDlg Method WideCharToMultiByte() Call Remote Overflow
Filename: trendnet_securview_utramjcam_activex_bof.nasl
Vulnerability Published: 2012-03-28
This Plugin Published: 2012-04-04
Last Modification Time: 2018-08-01
Plugin Version: 1.11
Plugin Type: local
Plugin Family: Windows
Dependencies: smb_hotfixes.nasl
Required KB Items [?]: SMB/Registry/Enumerated, SMB/WindowsVersion

Vulnerability Information


Severity: High
Vulnerability Published: 2012-03-28
Patch Published: N/A
CVE [?]: CVE-2012-4876
CPE [?]: cpe:/a:trendnet:securview_wireless_internet_camera_activex_control

Synopsis

The remote Windows host has an ActiveX control that is affected by a buffer overflow vulnerability.

Description

The remote host has the TRENDnet SecurView UltraMJCam ActiveX control installed. A stack-based buffer overflow can be triggered by providing an overlong argument to the 'OpenFileDlg()' method. This is because the method does not verify the size of the argument before calling 'WideCharToMultiByte()'.

By tricking a user into opening a specially crafted web page, a remote, unauthenticated attacker could execute arbitrary code on the remote host subject to the user's privileges.

Solution

Remove or disable the control as fixes are not available.

Public Exploits


Target Network Port(s): 139, 445
Target Asset(s): N/A
Exploit Available: True (Metasploit Framework, Exploit-DB)
Exploit Ease: Exploits are available

Here's the list of publicly known exploits and PoCs for verifying the TRENDnet SecurView UltraMJCam ActiveX Control OpenFileDlg Method WideCharToMultiByte() Call Remote Overflow vulnerability:

  1. Metasploit: exploit/windows/browser/ultramjcam_openfiledig_bof
    [TRENDnet SecurView Internet Camera UltraMJCam OpenFileDlg Buffer Overflow]
  2. Exploit-DB: exploits/hardware/remote/18675.txt
    [EDB-18675: TRENDnet SecurView TV-IP121WN Wireless Internet Camera - UltraMJCam ActiveX Control OpenFileDlg WideCharToMultiByte Remote Stack Buffer Overflow]
  3. Exploit-DB: exploits/windows/remote/18709.rb
    [EDB-18709: TRENDnet SecurView Internet Camera - UltraMJCam OpenFileDlg Buffer Overflow (Metasploit)]

Before running any exploit against any system, make sure you are authorized by the owner of the target system(s) to perform such activity. In any other case, this would be considered as an illegal activity.

WARNING: Beware of using unverified exploits from sources such as GitHub or Exploit-DB. These exploits and PoCs could contain malware. For more information, see how to use exploits safely.

Risk Information


CVSS V2 Vector [?]: AV:N/AC:M/Au:N/C:C/I:C/A:C/E:F/RL:OF/RC:C
CVSS Base Score:9.3 (High)
Impact Subscore:10.0
Exploitability Subscore:8.6
CVSS Temporal Score:7.7 (High)
CVSS Environmental Score:NA (None)
Modified Impact Subscore:NA
Overall CVSS Score:7.7 (High)

Go back to menu.

Plugin Source


This is the trendnet_securview_utramjcam_activex_bof.nasl nessus plugin source code. This script is Copyright (C) 2012-2018 Tenable Network Security, Inc.

#
# (C) Tenable Network Security, Inc.
#

include('compat.inc');

if (description)
{
  script_id(58597);
  script_version("1.11");
  script_cvs_date("Date: 2018/08/01 17:36:15");

  script_cve_id("CVE-2012-4876");
  script_bugtraq_id(52760);
  script_xref(name:"EDB-ID", value:"18675");
  script_xref(name:"EDB-ID", value:"18709");

  script_name(english:"TRENDnet SecurView UltraMJCam ActiveX Control OpenFileDlg Method WideCharToMultiByte() Call Remote Overflow");
  script_summary(english:"Checks if the kill bit is set");

  script_set_attribute(
    attribute:"synopsis",
    value:
"The remote Windows host has an ActiveX control that is affected by a
buffer overflow vulnerability."
  );
  script_set_attribute(
    attribute:"description",
    value:
"The remote host has the TRENDnet SecurView UltraMJCam ActiveX control
installed. A stack-based buffer overflow can be triggered by providing
an overlong argument to the 'OpenFileDlg()' method.  This is because
the method does not verify the size of the argument before calling
'WideCharToMultiByte()'.

By tricking a user into opening a specially crafted web page, a
remote, unauthenticated attacker could execute arbitrary code on the
remote host subject to the user's privileges."
  );
 script_set_attribute(attribute:"see_also", value:"http://retrogod.altervista.org/9sg_trendnet_adv.htm");
  script_set_attribute(
    attribute:"solution",
    value:"Remove or disable the control as fixes are not available."
  );
  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:"metasploit_name", value:'TRENDnet SecurView Internet Camera UltraMJCam OpenFileDlg Buffer Overflow');
  script_set_attribute(attribute:"exploit_framework_metasploit", value:"true");

  script_set_attribute(attribute:"vuln_publication_date", value:"2012/03/28");
  script_set_attribute(attribute:"plugin_publication_date", value:"2012/04/04");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe",value:"cpe:/a:trendnet:securview_wireless_internet_camera_activex_control");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"Windows");

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

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

  exit(0);
}

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

get_kb_item_or_exit('SMB/Registry/Enumerated');
get_kb_item_or_exit('SMB/WindowsVersion', exit_code:1);

if (activex_init() != ACX_OK) exit(1, 'activex_init() failed.');

clsid = '{707ABFC2-1D27-4a10-A6E4-6BE6BDF9FB11}';

# Make sure the control is installed
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 since the class id '"+clsid+"' is not defined on the remote host.");
}

# Get its version
version = activex_get_fileversion(clsid:clsid);
if (!version) version = 'unknown';

info = "";
if (report_paranoia > 1 || activex_get_killbit(clsid:clsid) == 0)
{
  info +=
    '\n  Class identifier  : ' + clsid +
    '\n  Filename          : ' + file +
    '\n  Installed version : ' + 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 exit(0, "The control is installed, but its kill bit is set.");

The latest version of this script can be found in these locations depending on your platform:

  • Linux / Unix:
    /opt/nessus/lib/nessus/plugins/trendnet_securview_utramjcam_activex_bof.nasl
  • Windows:
    C:\ProgramData\Tenable\Nessus\nessus\plugins\trendnet_securview_utramjcam_activex_bof.nasl
  • Mac OS X:
    /Library/Nessus/run/lib/nessus/plugins/trendnet_securview_utramjcam_activex_bof.nasl

Go back to menu.

How to Run


Here is how to run the TRENDnet SecurView UltraMJCam ActiveX Control OpenFileDlg Method WideCharToMultiByte() Call Remote Overflow as a standalone plugin via the Nessus web user interface (https://localhost:8834/):

  1. Click to start a New Scan.
  2. Select Advanced Scan.
  3. Navigate to the Plugins tab.
  4. On the top right corner click to Disable All plugins.
  5. On the left side table select Windows plugin family.
  6. On the right side table select TRENDnet SecurView UltraMJCam ActiveX Control OpenFileDlg Method WideCharToMultiByte() Call Remote Overflow plugin ID 58597.
  7. Specify the target on the Settings tab and click to Save the scan.
  8. Run the scan.

Here are a few examples of how to run the plugin in the command line. Note that the examples below demonstrate the usage on the Linux / Unix platform.

Basic usage:

/opt/nessus/bin/nasl trendnet_securview_utramjcam_activex_bof.nasl -t <IP/HOST>

Run the plugin with audit trail message on the console:

/opt/nessus/bin/nasl -a trendnet_securview_utramjcam_activex_bof.nasl -t <IP/HOST>

Run the plugin with trace script execution written to the console (useful for debugging):

/opt/nessus/bin/nasl -T - trendnet_securview_utramjcam_activex_bof.nasl -t <IP/HOST>

Run the plugin with using a state file for the target and updating it (useful for running multiple plugins on the target):

/opt/nessus/bin/nasl -K /tmp/state trendnet_securview_utramjcam_activex_bof.nasl -t <IP/HOST>

Go back to menu.

References


BID | SecurityFocus Bugtraq ID: See also: Similar and related Nessus plugins:
  • 58455 - Zenphoto 404 Error Page XSS
  • 58456 - Zenphoto viewer_size_image_saved Cookie Value eval() Call Remote PHP Code Execution
  • 58461 - Fedora 16 : jetty-6.1.26-8.fc16 (2012-0730)
  • 58462 - Fedora 15 : jetty-6.1.26-7.fc15 (2012-0752)
  • 58480 - SuSE 10 Security Update : PHP5 (ZYPP Patch Number 8009)
  • 58481 - Ubuntu 10.04 LTS / 10.10 / 11.04 : thunderbird vulnerabilities (USN-1401-2)
  • 58482 - Cisco Linksys PlayerPT ActiveX SetSource() Method base64string Argument Parsing Remote Overflow
  • 58483 - Dell Webcam CrazyTalk ActiveX Remote Overflow
  • 58484 - 2X ApplicationServer TuxSystem ActiveX ExportSettings() Method Arbitrary File Overwrite
  • 58516 - HP OpenView Network Node Manager Multiple Code Execution Vulnerabilities (HPSBMU02712 SSRT100649)
  • 58517 - Wireshark 1.4.x < 1.4.12 Multiple Denial of Service Vulnerabilities
  • 58518 - Wireshark 1.6.x < 1.6.6 Multiple Denial of Service Vulnerabilities
  • 58535 - VMSA-2012-0006 : VMware Workstation, ESXi, and ESX address several security issues
  • 58555 - Fedora 16 : thunderbird-11.0.1-1.fc16 (2012-5028)
  • 58584 - CentOS 5 / 6 : rpm (CESA-2012:0451)
  • 58586 - RHEL 4 / 5 / 6 : rpm (RHSA-2012:0451)
  • 58591 - D-Link DCS-5605 Network Surveillance DcsCliCtrl.dll ActiveX Control SelectDirectory() Method Buffer Overflow
  • 58605 - Mac OS X : Java for Mac OS X 10.6 Update 7
  • 58606 - Mac OS X : Java for OS X Lion 2012-001
  • 58615 - SuSE 11.2 Security Update : PHP5 (SAT Patch Number 5958)
  • 58634 - Fedora 15 : thunderbird-11.0.1-1.fc15 (2012-5068)
  • 58649 - Bitsmith Software Personal Knowbase knowbase.exe FileOpen Dialogue Local Overflow
  • 58654 - Lenovo ThinkManagement Console RunAMTCommand Operation -PutUpdateFileCore Command Parsing Arbitrary File Upload
  • 58657 - MS12-025: Vulnerability in .NET Framework Could Allow Remote Code Execution (2671605)
  • 58659 - MS12-027: Vulnerability in Windows Common Controls Could Allow Remote Code Execution (2664258)
  • 58661 - MySQL 5.5 < 5.5.22 Multiple Vulnerabilities
  • 58662 - Samba 3.x < 3.6.4 / 3.5.14 / 3.4.16 RPC Multiple Buffer Overflows
  • 58663 - CentOS 5 / 6 : samba (CESA-2012:0465)
  • 58664 - CentOS 5 : samba3x (CESA-2012:0466)
  • 58671 - FreeBSD : samba -- 'root' credential remote code execution (baf37cd2-8351-11e1-894e-00215c6a37bb)
  • 58672 - RHEL 5 / 6 : samba (RHSA-2012:0465)
  • 58673 - RHEL 5 : samba3x (RHSA-2012:0466)
  • 58684 - Adobe Reader < 10.1.3 / 9.5.1 Multiple Vulnerabilities (APSB12-03, APSB12-05, APSB12-07, APSB12-08) (Mac OS X)
  • 58685 - CentOS 5 : tomcat5 (CESA-2012:0474)

Version


This page has been produced using Nessus Professional 10.1.2 (#68) LINUX, Plugin set 202205072148.
Plugin file trendnet_securview_utramjcam_activex_bof.nasl version 1.11. For more plugins, visit the Nessus Plugin Library.

Go back to menu.