| Reporter | Title | Published | Views | Family All 15 |
|---|---|---|---|---|
| 7-Zip < 4.57 Archive Handling Unspecified Issue | 19 Mar 200800:00 | – | nessus | |
| CVE-2008-6536 | 25 Mar 202411:49 | – | circl | |
| CVE-2008-6536 | 30 Mar 200901:00 | – | cve | |
| CVE-2008-6536 | 30 Mar 200901:00 | – | cvelist | |
| CVE-2008-6536 | 30 Mar 200901:00 | – | debiancve | |
| EUVD-2008-6503 | 7 Oct 202500:30 | – | euvd | |
| Radamsa - A General-Purpose Fuzzer | 25 Mar 202411:30 | – | kitploit | |
| KLA10426 Vulnerability in 7-Zip | 29 Mar 200900:00 | – | kaspersky | |
| CVE-2008-6536 | 30 Mar 200901:30 | – | nvd | |
| 7-Zip Unspecified Archive Handling Vulnerability - Linux | 2 Apr 200900:00 | – | openvas |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_7zip_archive_handling_vuln_win.nasl 4865 2016-12-28 16:16:43Z teissa $
#
# 7-Zip Unspecified Archive Handling Vulnerability (Windows)
#
# Authors:
# Sujit Ghosal <[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 exploitation will let the attacker execute arbitrary code in the
affected system and cause denial of service.";
tag_affected = "7zip version prior to 4.57 on Windows.";
tag_insight = "This flaw occurs due to memory corruption while handling malformed archives.";
tag_solution = "Upgrade to 7zip version 4.57
http://www.7-zip.org";
tag_summary = "This host is installed with 7zip and is prone to Unspecified
vulnerability.";
if(description)
{
script_id(800261);
script_version("$Revision: 4865 $");
script_tag(name:"last_modification", value:"$Date: 2016-12-28 17:16:43 +0100 (Wed, 28 Dec 2016) $");
script_tag(name:"creation_date", value:"2009-04-02 08:15:32 +0200 (Thu, 02 Apr 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-2008-6536");
script_bugtraq_id(28285);
script_name("7-Zip Unspecified Archive Handling Vulnerability (Windows)");
script_xref(name : "URL" , value : "http://secunia.com/advisories/29434");
script_xref(name : "URL" , value : "http://www.vupen.com/english/advisories/2008/0914/references");
script_xref(name : "URL" , value : "http://www.cert.fi/haavoittuvuudet/joint-advisory-archive-formats.html");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
script_family("Denial of Service");
script_dependencies("gb_7zip_detect_win.nasl");
script_require_keys("7zip/Win/Ver");
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:"qod_type", value:"registry");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("version_func.inc");
version = get_kb_item("7zip/Win/Ver");
if(!version){
exit(0);
}
# Grep for 7zip version prior to 4.57
if(version_is_less(version:version, test_version:"4.57")){
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