| Reporter | Title | Published | Views | Family All 22 |
|---|---|---|---|---|
| CVE-2008-5298 | 1 Dec 200815:00 | – | cve | |
| CVE-2008-5299 | 1 Dec 200815:00 | – | cve | |
| CVE-2008-5298 | 1 Dec 200815:00 | – | cvelist | |
| CVE-2008-5299 | 1 Dec 200815:00 | – | cvelist | |
| CVE-2008-5298 | 1 Dec 200815:00 | – | debiancve | |
| CVE-2008-5299 | 1 Dec 200815:00 | – | debiancve | |
| EUVD-2008-5275 | 7 Oct 202500:30 | – | euvd | |
| EUVD-2008-5276 | 7 Oct 202500:30 | – | euvd | |
| [SECURITY] Fedora 14 Update: chm2pdf-0.9.1-9.fc14 | 27 Jan 201120:58 | – | fedora | |
| [SECURITY] Fedora 13 Update: chm2pdf-0.9.1-8.fc13 | 27 Jan 201120:55 | – | fedora |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_chm2pdf_insec_tmp_file_crtn_vuln.nasl 4218 2016-10-05 14:20:48Z teissa $
#
# chm2pdf Insecure Temporary File Creation or DoS Vulnerability
#
# Authors:
# Sharath S <[email protected]>
#
# Copyright:
# Copyright (c) 2008 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 = "Upgrade to higher version or Apply patches from,
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=20;filename=chm2pdf_nmu.diff;att=1;bug=501959
******
NOTE: Please ignore this warning if already patch is applied.
******";
tag_impact = "Successful exploitation will allow local users to delete arbitrary files
via symlink attack or corrupt sensitive files, which may also result in a
denial of service.
Impact Level: Application";
tag_affected = "chm2pdf version prior to 0.9.1 on Debian";
tag_insight = "The vulnerability is due to following,
- error in .chm file in /tmp/chm2pdf/orig and /tmp/chm2pdf/work temporary
directories.
- uses temporary files in directories with fixed names.";
tag_summary = "This host is installed with chm2pdf and is prone to Insecure
Temporary File Creation or Denial of Service Vulnerability.";
if(description)
{
script_id(800316);
script_version("$Revision: 4218 $");
script_tag(name:"last_modification", value:"$Date: 2016-10-05 16:20:48 +0200 (Wed, 05 Oct 2016) $");
script_tag(name:"creation_date", value:"2008-12-12 16:11:26 +0100 (Fri, 12 Dec 2008)");
script_tag(name:"cvss_base", value:"6.9");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:M/Au:N/C:C/I:C/A:C");
script_cve_id("CVE-2008-5298", "CVE-2008-5299");
script_bugtraq_id(31735);
script_name("chm2pdf Insecure Temporary File Creation or DoS Vulnerability");
script_xref(name : "URL" , value : "http://secunia.com/advisories/32257/");
script_xref(name : "URL" , value : "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=501959");
script_xref(name : "URL" , value : "http://www.openwall.com/lists/oss-security/2008/12/01/5");
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"executable_version");
script_copyright("Copyright (C) 2008 Greenbone Networks GmbH");
script_family("Denial of Service");
script_mandatory_keys("login/SSH/success");
script_dependencies("gather-package-list.nasl");
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);
exit(0);
}
include("ssh_func.inc");
include("version_func.inc");
sock = ssh_login_or_reuse_connection();
if(!sock){
exit(0);
}
# Exit if other than Debian platform
if(ssh_cmd(socket:sock, cmd:"cat /etc/debian_version") !~ "^[0-9.]+"){
exit(0);
}
binPaths = find_file(file_name:"chm2pdf", file_path:"/", useregex:TRUE,
regexpar:"$", sock:sock);
foreach c2pBin (binPaths)
{
c2pVer = get_bin_version(full_prog_name:chomp(c2pBin), version_argv:"--version",
ver_pattern:"version ([0-9.]+)", sock:sock);
if(c2pVer[1] != NULL)
{
if(version_is_less(version:c2pVer[1], test_version:"0.9.1")){
security_message(0);
}
ssh_close_connection();
exit(0);
}
}
ssh_close_connection();
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