Lucene search
K

MS Windows Help and Support Center Remote Code Execution Vulnerability

🗓️ 11 Jun 2010 00:00:00Reported by Copyright (C) 2010 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 41 Views

MS Windows Help and Support Center Remote Code Execution Vulnerabilit

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2010-1885
10 Jun 201000:00
circl
Circl
CVE-2010-2265
10 Jun 201000:00
circl
Check Point Advisories
Internet Explorer Windows Help and Support Center Remote Code Execution (CVE-2010-1885)
13 Jun 201000:00
checkpoint_advisories
CVE
CVE-2010-1885
14 Jun 201018:00
cve
CVE
CVE-2010-2265
14 Jun 201018:00
cve
Cvelist
CVE-2010-1885
14 Jun 201018:00
cvelist
Cvelist
CVE-2010-2265
14 Jun 201018:00
cvelist
Exploit DB
Microsoft Help Center - Cross-Site Scripting / Command Execution (MS10-042) (Metasploit)
20 Sep 201000:00
exploitdb
canvas
Immunity Canvas: IE_HCP
15 Jun 201014:04
canvas
Metasploit
Microsoft Help Center XSS and Command Execution
13 Jul 201019:30
metasploit
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_ms_windows_help_n_support_center_code_exec_vuln.nasl 6529 2017-07-05 06:05:51Z cfischer $
#
# MS Windows Help and Support Center Remote Code Execution Vulnerability
#
# Authors:
# Antu Sanadi <[email protected]>
#
# Updated By: Antu Sanadi <[email protected]> on 2010-06-16
# Updated CVSS score, Description, References and added the CVE-2010-2265
#
# Updated By: Antu Sanadi <[email protected]> on 2011-05-18
#  -This plugin is invalidated by secpod_ms10-042.nasl   
#
# 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 = "Vendor has released a patch for the issue, refer below link for
patch. http://www.microsoft.com/technet/security/bulletin/ms10-042.mspx ";

tag_impact = "Successful exploitation will allow remote attackers to execute
arbitrary code or compromise a vulnerable system.

Impact Level: System";

tag_affected = "Windows XP Service Pack 2/3 Windows Server 2003 Service Pack 2.";

tag_insight = "The flaws are due to:
- An error in the 'MPC::HTML::UrlUnescapeW()' function within the Help and
Support Center application (helpctr.exe) that does not properly check the
return code of 'MPC::HexToNum()' when escaping URLs, which could allow
attackers to bypass whitelist restrictions and invoke arbitrary help files.
- An input validation error in the 'GetServerName()' function in the
'C:\WINDOWS\PCHealth\HelpCtr\System\sysinfo\commonFunc.js' script invoked via
'ShowServerName()' in 'C:\WINDOWS\PCHealth\HelpCtr\System\sysinfo\sysinfomain.htm',
which could be exploited by attackers to execute arbitrary scripting code.";

tag_summary = "This host is prone to remote code execution vulnerability.";

if(description)
{
  script_id(801358);
  script_version("$Revision: 6529 $");
  script_tag(name:"last_modification", value:"$Date: 2017-07-05 08:05:51 +0200 (Wed, 05 Jul 2017) $");
  script_tag(name:"creation_date", value:"2010-06-11 14:27:58 +0200 (Fri, 11 Jun 2010)");
  script_cve_id("CVE-2010-1885", "CVE-2010-2265"); 
  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("MS Windows Help and Support Center Remote Code Execution Vulnerability");

  script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/59267");
  script_xref(name : "URL" , value : "http://www.vupen.com/english/advisories/2010/1417");
  script_xref(name : "URL" , value : "http://www.microsoft.com/technet/security/advisory/2219475.mspx");
 
  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_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 : "summary" , value : tag_summary);
  script_tag(name : "solution" , value : tag_solution);

  script_tag(name:"deprecated", value:TRUE);

  exit(0);
}

## This plugin is invalidated by secpod_ms10-042.nasl 
exit(66);

include("smb_nt.inc");
include("secpod_reg.inc");

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

if(hotfix_check_sp(xp:4, win2003:3) <= 0){
  exit(0);
}

if(registry_key_exists(key:"SOFTWARE\Classes\HCP")){
  security_message(0);
}

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