Lucene search

K
openvasCopyright (C) 2011 SecPodOPENVAS:902563
HistoryAug 31, 2011 - 12:00 a.m.

UUSee UUPlayer ActiveX Control Multiple Remote Code Execution Vulnerabilities

2011-08-3100:00:00
Copyright (C) 2011 SecPod
plugins.openvas.org
10

0.074 Low

EPSS

Percentile

94.1%

This host is installed with UUSee UUPlayer and is prone to multiple
remote code execution vulnerabilities.

###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_uusee_uuplayer_activex_mult_code_exec_vuln.nasl 5367 2017-02-20 14:16:52Z cfi $
#
# UUSee UUPlayer ActiveX Control Multiple Remote Code Execution Vulnerabilities
#
# Authors:
# Sooraj KS <[email protected]>
#
# Copyright:
# Copyright (c) 2011 SecPod, http://www.secpod.com
#
# 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_impact = "Successful exploitation allows 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 = "UUSee UUPlayer 2010 6.11.0609.2";

tag_insight = "
- A boundary error in the UUPlayer ActiveX control when handling
  the 'SendLogAction()' method can be exploited to cause a heap-based buffer
  overflow via an overly long argument.
- An input validation error in the UUPlayer ActiveX control when handling
  the 'Play()' method can be exploited to execute an arbitrary program via
  a UNC path passed in the 'MPlayerPath' parameter.";

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

tag_summary = "This host is installed with UUSee UUPlayer and is prone to multiple
remote code execution vulnerabilities.";

if(description)
{
  script_id(902563);
  script_version("$Revision: 5367 $");
  script_tag(name:"last_modification", value:"$Date: 2017-02-20 15:16:52 +0100 (Mon, 20 Feb 2017) $");
  script_tag(name:"creation_date", value:"2011-08-31 10:37:30 +0200 (Wed, 31 Aug 2011)");
  script_cve_id("CVE-2011-2589", "CVE-2011-2590");
  script_bugtraq_id(48975);
  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_name("UUSee UUPlayer ActiveX Control Multiple Remote Code Execution Vulnerabilities");
  script_xref(name : "URL" , value : "http://secunia.com/advisories/44885");
  script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/68974");
  script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/68975");

  script_tag(name:"qod_type", value:"registry");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2011 SecPod");
  script_family("General");
  script_dependencies("secpod_reg_enum.nasl");
  script_mandatory_keys("SMB/WindowsVersion");
  script_require_ports(139, 445);
  script_tag(name : "impact" , value : tag_impact);
  script_tag(name : "affected" , value : tag_affected);
  script_tag(name : "insight" , value : tag_insight);
  script_tag(name : "solution" , value : tag_solution);
  script_tag(name : "summary" , value : tag_summary);
  script_tag(name:"solution_type", value:"WillNotFix");
  exit(0);
}


include("smb_nt.inc");
include("version_func.inc");
include("secpod_smb_func.inc");

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

## Confirm Application
key = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\UUSEE";
if(!registry_key_exists(key:key)) {
  exit(0);
}

## Get Version
version = registry_get_sz(key:key, item:"DisplayVersion");
if(version)
{
  ## Check for UUSee UUPlayer 6.11.0609.2
  if(version_is_equal(version:version, test_version:"6.11.0609.2")) {
    security_message(0);
  }
}

0.074 Low

EPSS

Percentile

94.1%

Related for OPENVAS:902563