Lucene search
K

Kaspersky Antivirus UPX Denial of Service vulnerability

🗓️ 08 Jul 2010 00:00:00Reported by Copyright (C) 2010 LSSType 
openvas
 openvas
🔗 plugins.openvas.org👁 20 Views

Kaspersky Antivirus UPX Denial of Service vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2007-1281
6 Mar 200701:00
cve
Cvelist
CVE-2007-1281
6 Mar 200701:00
cvelist
EUVD
EUVD-2007-1278
7 Oct 202500:30
euvd
Tenable Nessus
Kaspersky Anti-Virus UPX File Decompression DoS
5 Mar 200700:00
nessus
NVD
CVE-2007-1281
6 Mar 200701:19
nvd
OpenVAS
Kaspersky Antivirus UPX Denial of Service vulnerability
8 Jul 201000:00
openvas
Prion
Design/Logic Flaw
6 Mar 200701:19
prion
securityvulns
Kaspersky Antivirus DoS
2 Mar 200700:00
securityvulns
###################################################################
# OpenVAS Vulnerability Test
#
# Kaspersky Antivirus UPX Denial of Service vulnerability
#
# LSS-NVT-2010-040
#
# 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 (automatic update will do).";
tag_summary = "Kaspersky AntiVirus Engine 6.0.1.411 for Windows allows remote
  attackers to cause a denial of service (CPU consumption) via a
  crafted UPX compressed file with a negative offset, which triggers 
  an infinite loop during decompression.";

if(description)
{
  script_id(102051);
  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-1281");
  script_bugtraq_id(22795);
  script_name("Kaspersky Antivirus UPX 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_kaspersky_av_detect.nasl");
  script_require_keys("Kaspersky/AV/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("Kaspersky/AV/Ver");
if (!version) exit (0);
vuln_version = "6.0.1.411";

is_vuln = version_is_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