| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| HTML Help Workshop 4.74 (hhp Project File) BOF Exploit (Meta) | 7 Dec 200900:00 | – | zdt | |
| CVE-2009-0133 | 12 Jan 200900:00 | – | circl | |
| CVE-2009-0133 | 15 Jan 200917:00 | – | cve | |
| CVE-2009-0133 | 15 Jan 200917:00 | – | cvelist | |
| Microsoft HTML Help Workshop 4.74 - '.hhp' Index Buffer Overflow (Metasploit) (3) | 25 Sep 201000:00 | – | exploitdb | |
| HTML Help Workshop 4.74 (hhp Project File) Buffer Overflow | 8 Dec 200920:20 | – | metasploit | |
| CVE-2009-0133 | 15 Jan 200917:30 | – | nvd | |
| Microsoft HTML Help Workshop buffer overflow vulnerability | 19 Jan 200900:00 | – | openvas | |
| HTML Help Workshop 4.74 (hhp Project File) Buffer Overflow Exploit | 31 Dec 200900:00 | – | packetstorm | |
| Buffer overflow | 15 Jan 200917:30 | – | prion |
| Source | Link |
|---|---|
| milw0rm | www.milw0rm.com/exploits/7727 |
| en | www.en.securitylab.ru/nvd/366501.php |
| security-database | www.security-database.com/detail.php |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_ms_html_help_ws_bof_vuln.nasl 5363 2017-02-20 13:07:22Z cfi $
#
# Microsoft HTML Help Workshop buffer overflow vulnerability
#
# Authors:
# Nikita MR <[email protected]>
#
# Copyright:
# Copyright (c) 2009 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_impact = "Successful remote exploitation could context-dependent attackers
to execute arbitrary code via a .hhp file with a long index file field.
Impact Level: System.";
tag_affected = "Microsoft HTML Help Workshop 4.74 and prior on Windows.";
tag_insight = "A flaw is due to the way application handle a malformed HTML help workshop
project.";
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.
For updates refer to http://office.microsoft.com/en-us/orkXP/HA011362801033.aspx";
tag_summary = "The host is running Microsoft HTML Help Workshop which is
prone to buffer overflow vulnerability.";
if(description)
{
script_id(800505);
script_version("$Revision: 5363 $");
script_tag(name:"last_modification", value:"$Date: 2017-02-20 14:07:22 +0100 (Mon, 20 Feb 2017) $");
script_tag(name:"creation_date", value:"2009-01-19 13:47:40 +0100 (Mon, 19 Jan 2009)");
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_cve_id("CVE-2009-0133");
script_bugtraq_id(33189);
script_name("Microsoft HTML Help Workshop buffer overflow vulnerability");
script_xref(name : "URL" , value : "http://www.milw0rm.com/exploits/7727");
script_xref(name : "URL" , value : "http://en.securitylab.ru/nvd/366501.php");
script_xref(name : "URL" , value : "http://www.security-database.com/detail.php?alert=CVE-2009-0133");
script_tag(name:"qod_type", value:"executable_version");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 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 : "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");
if(!get_kb_item("SMB/WindowsVersion")){
exit(0);
}
wsPath = registry_get_sz(item:"Path",
key:"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\hhw.exe");
if(!wsPath){
exit(0);
}
share = ereg_replace(pattern:"([A-Z]):.*", replace:"\1$", string:wsPath);
file = ereg_replace(pattern:"[A-Z]:(.*)", replace:"\1",
string:wsPath + "\hhw.exe");
wsVer = GetVer(file:file, share:share);
if(!wsVer){
exit(0);
}
# Grep for version <= 4.74 series.
if(version_is_less_equal(version:wsVer, test_version:"4.74.8702.0")){
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