| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| CVE-2009-4114 | 29 Sep 200900:00 | – | circl | |
| CVE-2009-4114 | 30 Nov 200921:00 | – | cve | |
| CVE-2009-4114 | 30 Nov 200921:00 | – | cvelist | |
| EUVD-2009-4085 | 7 Oct 202500:30 | – | euvd | |
| CVE-2009-4114 | 30 Nov 200921:30 | – | nvd | |
| Kaspersky Anti-Virus 2010 'kl1.sys' Driver DoS Vulnerability | 5 Dec 200900:00 | – | openvas | |
| Memory corruption | 30 Nov 200921:30 | – | prion |
| Source | Link |
|---|---|
| secunia | www.secunia.com/advisories/37398 |
| xforce | www.xforce.iss.net/xforce/xfdb/54309 |
| securityfocus | www.securityfocus.com/archive/1/archive/1/507933/100/0/threaded |
##############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_kaspersky_av_2010_dos_vuln.nasl 4918 2017-01-02 14:56:10Z cfi $
#
# Kaspersky Anti-Virus 2010 'kl1.sys' Driver DoS Vulnerability
#
# Authors:
# Veerendra GG <[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 allow attacker to execute arbitrary code with
elevated privileges or cause the kernel to crash.
Impact Level: System/Application";
tag_affected = "Kaspersky Anti-Virus 2010 before 9.0.0.736 on Windows.";
tag_insight = "The flaw is due to NULL pointer dereference in 'kl1.sys' driver via a
specially-crafted IOCTL 0x0022c008 call.";
tag_solution = "Update to version 9.0.0.736 or later,
For updates refer to http://www.kaspersky.com/downloads";
tag_summary = "The host is installed with Kaspersky Anti-Virus 2010 and is prone
to Denial of Service vulnerability.";
if(description)
{
script_id(800154);
script_version("$Revision: 4918 $");
script_tag(name:"last_modification", value:"$Date: 2017-01-02 15:56:10 +0100 (Mon, 02 Jan 2017) $");
script_tag(name:"creation_date", value:"2009-12-05 12:49:16 +0100 (Sat, 05 Dec 2009)");
script_tag(name:"cvss_base", value:"4.9");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:N/I:N/A:C");
script_cve_id("CVE-2009-4114");
script_bugtraq_id(37044);
script_name("Kaspersky Anti-Virus 2010 'kl1.sys' Driver DoS Vulnerability");
script_xref(name : "URL" , value : "http://secunia.com/advisories/37398");
script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/54309");
script_xref(name : "URL" , value : "http://www.securityfocus.com/archive/1/archive/1/507933/100/0/threaded");
script_tag(name:"qod_type", value:"registry");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
script_family("Denial of Service");
script_dependencies("gb_kaspersky_av_detect.nasl");
script_mandatory_keys("Kaspersky/AV/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);
exit(0);
}
include("version_func.inc");
## Get Version from KB
kavVer = get_kb_item("Kaspersky/AV/Ver");
if(kavVer != NULL)
{
## Kaspersky Anti-Virus 2010 before 9.0.0.736
if(version_in_range(version:kavVer, test_version:"9.0", test_version2:"9.0.0.735")){
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