Lucene search

K
openvasCopyright (C) 2013 Greenbone AGOPENVAS:1361412562310803695
HistoryJul 16, 2013 - 12:00 a.m.

Comodo Internet Security Denial of Service Vulnerability (Jul 2013)

2013-07-1600:00:00
Copyright (C) 2013 Greenbone AG
plugins.openvas.org
10

CVSS2

4.9

Attack Vector

LOCAL

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

COMPLETE

AV:L/AC:L/Au:N/C:N/I:N/A:C

AI Score

6.5

Confidence

High

EPSS

0

Percentile

5.1%

Comodo Internet Security is prone to a denial of service (DoS) vulnerability.

# SPDX-FileCopyrightText: 2013 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.803695");
  script_version("2024-02-20T05:05:48+0000");
  script_cve_id("CVE-2012-2273");
  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_tag(name:"last_modification", value:"2024-02-20 05:05:48 +0000 (Tue, 20 Feb 2024)");
  script_tag(name:"creation_date", value:"2013-07-16 12:47:17 +0530 (Tue, 16 Jul 2013)");
  script_name("Comodo Internet Security Denial of Service Vulnerability (Jul 2013)");
  script_xref(name:"URL", value:"http://seclists.org/bugtraq/2012/Apr/13");
  script_xref(name:"URL", value:"http://www.comodo.com/home/download/release-notes.php?p=anti-malware");
  script_copyright("Copyright (C) 2013 Greenbone AG");
  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:"Successful exploitation allows attackers to cause denial of service condition
  via crafted Portable Executable (PE) file.");
  script_tag(name:"affected", value:"Comodo Internet Security versions before 5.10.228257.2253 on Windows 7 x64");
  script_tag(name:"insight", value:"Issue is triggered when handling executables with that contain kernels with
  imagebase values.");
  script_tag(name:"solution", value:"Upgrade to Comodo Internet Security version 5.10.228257.2253 or later.");
  script_tag(name:"summary", value:"Comodo Internet Security is prone to a denial of service (DoS) vulnerability.");
  script_tag(name:"qod_type", value:"registry");
  script_tag(name:"solution_type", value:"VendorFix");
  script_xref(name:"URL", value:"http://www.comodo.com/home/internet-security/free-internet-security.php");
  exit(0);
}


include("version_func.inc");
include("secpod_reg.inc");

if(hotfix_check_sp(win7x64:2) <= 0){
  exit(0);
}

Ver = get_kb_item("Comodo/InternetSecurity/Win/Ver");

if(Ver)
{
  if(version_is_less(version:Ver, test_version:"5.10.228257.2253")){
    report = report_fixed_ver(installed_version:Ver, fixed_version:"5.10.228257.2253");
    security_message(port:0, data:report);
    exit(0);
  }
}

CVSS2

4.9

Attack Vector

LOCAL

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

COMPLETE

AV:L/AC:L/Au:N/C:N/I:N/A:C

AI Score

6.5

Confidence

High

EPSS

0

Percentile

5.1%

Related for OPENVAS:1361412562310803695