Lucene search
K

Kaspersky AntiVirus and Internet Security Unspecified Vulnerability

🗓️ 06 Aug 2009 00:00:00Reported by Copyright (C) 2009 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 23 Views

Kaspersky AntiVirus and Internet Security Unspecified Vulnerability in Versions Prior to 9.0.0.46

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2009-2647
30 Jul 200919:00
cve
Cvelist
CVE-2009-2647
30 Jul 200919:00
cvelist
EUVD
EUVD-2009-2641
7 Oct 202500:30
euvd
Tenable Nessus
Kaspersky Internet Security / Anti-Virus External Script Unspecified Protection Mechanism Bypass
31 Jul 200900:00
nessus
NVD
CVE-2009-2647
30 Jul 200919:30
nvd
OpenVAS
Kaspersky AntiVirus and Internet Security Unspecified Vulnerability
6 Aug 200900:00
openvas
Prion
Code injection
30 Jul 200919:30
prion
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_kaspersky_prdts_sec_bypass_vuln_aug09.nasl 6516 2017-07-04 12:20:47Z cfischer $
#
# Kaspersky AntiVirus and Internet Security Unspecified Vulnerability
#
# Authors:
# Sharath S <[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 attacks lets the attacker to bypass security restrictions.
  Impact Level: Application";
tag_affected = "Kaspersky Anti-Virus/Internet Security 2010 version prior to 9.0.0.463";
tag_insight = "Issue is caused by an unspecified error which could allow an external script
  to disable the computer protection, facilitating further attacks.";
tag_solution = "Upgrade to Critical Fix 1 (version 9.0.0.463)
  http://www.kaspersky.com/technews?id=203038755";
tag_summary = "This host is installed with Kaspersky AntiVirus or Internet Security
  and is prone to an unspecified vulnerability.";

if(description)
{
  script_id(800850);
  script_version("$Revision: 6516 $");
  script_tag(name:"last_modification", value:"$Date: 2017-07-04 14:20:47 +0200 (Tue, 04 Jul 2017) $");
  script_tag(name:"creation_date", value:"2009-08-06 06:50:55 +0200 (Thu, 06 Aug 2009)");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
  script_cve_id("CVE-2009-2647");
  script_bugtraq_id(35789);
  script_name("Kaspersky AntiVirus and Internet Security Unspecified Vulnerability");
  script_xref(name : "URL" , value : "http://secunia.com/advisories/35978");
  script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/51986");
  script_xref(name : "URL" , value : "http://www.vupen.com/english/advisories/2009/1998");

  script_tag(name:"qod_type", value:"registry");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
  script_family("General");
  script_dependencies("gb_kaspersky_av_detect.nasl");
  script_mandatory_keys("Kaspersky/products/installed");
  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");

# For Kaspersky AntiVirus
kavVer = get_kb_item("Kaspersky/AV/Ver");
if(kavVer != NULL)
{
  # Grep for Kaspersky AntiVirus 2010 version 9.0 < 9.0.0.463
  if(version_in_range(version:kavVer, test_version:"9.0",
                                      test_version2:"9.0.0.462"))
  {
    security_message(0);
    exit(0);
  }
}

# For Kaspersky Internet Security
kisVer = get_kb_item("Kaspersky/IntNetSec/Ver");
if(kisVer != NULL)
{
  # Grep for Kaspersky Inetnet Security 2010 version 9.0 < 9.0.0.463
  if(version_in_range(version:kisVer, test_version:"9.0",
                                      test_version2:"9.0.0.462")){
    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