| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| CVE-2007-1672 | 9 May 200700:00 | – | cve | |
| CVE-2007-1672 | 9 May 200700:00 | – | cvelist | |
| EUVD-2007-1666 | 7 Oct 202500:30 | – | euvd | |
| CVE-2007-1672 | 9 May 200700:19 | – | nvd | |
| Avast! Zoo Denial of Service Vulnerability | 8 Jul 201000:00 | – | openvas | |
| Code injection | 9 May 200700:19 | – | prion | |
| Multiple vendors ZOO file decompression infinite loop DoS | 7 May 200700:00 | – | securityvulns | |
| Multiple Zoo archivers DoS | 7 May 200700:00 | – | securityvulns | |
| SUSE CVE-2007-1672 | 15 Feb 202306:12 | – | susecve |
###################################################################
# OpenVAS Vulnerability Test
#
# Avast! Zoo Denial of Service Vulnerability
#
# LSS-NVT-2010-039
#
# Developed by LSS Security Team <http://security.lss.hr>
#
# Copyright (C) 2010 LSS <http://www.lss.hr>
#
# 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, see
# <http://www.gnu.org/licenses/>.
###################################################################
tag_solution = "Update to a newer version.";
tag_summary = "avast! antivirus before 4.7.981 allows remote attackers to
cause a denial of service (infinite loop) via a Zoo archive
with a direntry structure that points to a previous file.";
if(description)
{
script_id(102050);
script_version("$Revision: 5660 $");
script_tag(name:"last_modification", value:"$Date: 2017-03-21 12:29:28 +0100 (Tue, 21 Mar 2017) $");
script_tag(name:"creation_date", value:"2010-07-08 10:59:30 +0200 (Thu, 08 Jul 2010)");
script_cve_id("CVE-2007-1672");
script_bugtraq_id(23823);
script_name("Avast! Zoo Denial of Service Vulnerability");
script_tag(name:"cvss_base", value:"7.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:C");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2010 LSS");
script_family("Denial of Service");
script_dependencies("gb_avast_av_detect_win.nasl");
script_require_keys("Avast!/AV/Win/Ver");
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("Avast!/AV/Win/Ver");
if (!version) exit (0);
vuln_version = "4.7.981";
is_vuln = version_is_less_equal (version: version, test_version:vuln_version);
if (is_vuln) {
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