Lucene search

K
openvasCopyright (c) 2013 Greenbone Networks GmbHOPENVAS:803689
HistoryJul 05, 2013 - 12:00 a.m.

Comodo Internet Security Denial of Service Vulnerability-02

2013-07-0500:00:00
Copyright (c) 2013 Greenbone Networks GmbH
plugins.openvas.org
6

0.001 Low

EPSS

Percentile

23.5%

The host is installed with Comodo Internet Security and is prone
to denial of service vulnerability.

###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_comodo_dos_vuln02_win.nasl 6104 2017-05-11 09:03:48Z teissa $
#
# Comodo Internet Security Denial of Service Vulnerability-02
#
# Authors:
# Arun Kallavi <[email protected]>
#
# Copyright:
# Copyright (c) 2013 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 allow attackers to cause denial of service condition.
  Impact Level: Application";

tag_affected = "Comodo Internet Security versions before 3.8.64739.471";
tag_insight = "Flaw related to the antivirus component, triggered when a user opens an
  unspecified malformed file.";
tag_solution = "Upgrade to Comodo Internet Security version 3.8.64739.471 or later,
  For updates refer to http://personalfirewall.comodo.com";
tag_summary = "The host is installed with Comodo Internet Security and is prone
  to denial of service vulnerability.";

if(description)
{
  script_id(803689);
  script_version("$Revision: 6104 $");
  script_cve_id("CVE-2009-5127");
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:N/A:P");
  script_tag(name:"last_modification", value:"$Date: 2017-05-11 11:03:48 +0200 (Thu, 11 May 2017) $");
  script_tag(name:"creation_date", value:"2013-07-05 16:01:29 +0530 (Fri, 05 Jul 2013)");
  script_name("Comodo Internet Security Denial of Service Vulnerability-02");
  script_xref(name : "URL" , value : "http://en.securitylab.ru/nvd/428998.php");
  script_xref(name : "URL" , value : "http://personalfirewall.comodo.com/release_notes.html");
  script_copyright("Copyright (c) 2013 Greenbone Networks GmbH");
  script_category(ACT_GATHER_INFO);
  script_family("Denial of Service");
  script_dependencies("gb_comodo_internet_security_detect_win.nasl");
  script_mandatory_keys("Comodo/InternetSecurity/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");

# Variable Initialization
Ver ="";

# Get the version from KB
Ver = get_kb_item("Comodo/InternetSecurity/Win/Ver");

# Check for Comodo Internet Security Version
if(Ver)
{
  if(version_is_less(version:Ver, test_version:"3.8.64739.471")){
    security_message(0);
    exit(0);
  }
}

0.001 Low

EPSS

Percentile

23.5%

Related for OPENVAS:803689