Lucene search

K

Comodo Internet Security Denial of Service Vulnerability-02

🗓️ 05 Jul 2013 00:00:00Reported by Copyright (c) 2013 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 13 Views

Comodo Internet Security Denial of Service Vulnerability in versions before 3.8.64739.47

Show more

5 of 5AI Insights are available for you today

Leverage the power of AI to quickly understand vulnerabilities, impacts, and exploitability

Related
Refs
Code
ReporterTitlePublishedViews
Family
OpenVAS
Comodo Internet Security Denial of Service Vulnerability-02
5 Jul 201300:00
openvas
Prion
Code injection
26 Aug 201203:17
prion
Cvelist
CVE-2009-5127
26 Aug 201201:00
cvelist
CVE
CVE-2009-5127
26 Aug 201203:17
cve
RedhatCVE
CVE-2009-5127
21 May 202521:06
redhatcve
NVD
CVE-2009-5127
26 Aug 201203:17
nvd
###############################################################################
# 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);
  }
}

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
05 Jul 2013 00:00Current
6.6Medium risk
Vulners AI Score6.6
EPSS0.00443
13
.json
Report