Vulnerabilities > CVE-2012-2273 - Code Injection vulnerability in Comodo Internet Security

047910
CVSS 4.9 - MEDIUM
Attack vector
LOCAL
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
NONE
Integrity impact
NONE
Availability impact
COMPLETE
local
low complexity
comodo
microsoft
CWE-94
nessus

Summary

Comodo Internet Security before 5.10.228257.2253 on Windows 7 x64 allows local users to cause a denial of service (system crash) via a crafted 32-bit Portable Executable (PE) file with a kernel ImageBase value.

Vulnerable Configurations

Part Description Count
Application
Comodo
39
OS
Microsoft
1

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Leverage Executable Code in Non-Executable Files
    An attack of this type exploits a system's trust in configuration and resource files, when the executable loads the resource (such as an image file or configuration file) the attacker has modified the file to either execute malicious code directly or manipulate the target process (e.g. application server) to execute based on the malicious configuration parameters. Since systems are increasingly interrelated mashing up resources from local and remote sources the possibility of this attack occurring is high. The attack can be directed at a client system, such as causing buffer overrun through loading seemingly benign image files, as in Microsoft Security Bulletin MS04-028 where specially crafted JPEG files could cause a buffer overrun once loaded into the browser. Another example targets clients reading pdf files. In this case the attacker simply appends javascript to the end of a legitimate url for a pdf (http://www.gnucitizen.org/blog/danger-danger-danger/) http://path/to/pdf/file.pdf#whatever_name_you_want=javascript:your_code_here The client assumes that they are reading a pdf, but the attacker has modified the resource and loaded executable javascript into the client's browser process. The attack can also target server processes. The attacker edits the resource or configuration file, for example a web.xml file used to configure security permissions for a J2EE app server, adding role name "public" grants all users with the public role the ability to use the administration functionality. The server trusts its configuration file to be correct, but when they are manipulated, the attacker gains full control.
  • Manipulating User-Controlled Variables
    This attack targets user controlled variables (DEBUG=1, PHP Globals, and So Forth). An attacker can override environment variables leveraging user-supplied, untrusted query variables directly used on the application server without any data sanitization. In extreme cases, the attacker can change variables controlling the business logic of the application. For instance, in languages like PHP, a number of poorly set default configurations may allow the user to override variables.

Nessus

NASL familyWindows
NASL idCOMODO_INTERNET_SECURITY_510.NASL
descriptionThe version of Comodo Internet Security installed on the remote Windows host is affected by a denial of service vulnerability due to the way the application handles specially crafted 32-bit Portable Executable (PE) files with a kernel ImageBase value.
last seen2020-06-01
modified2020-06-02
plugin id58952
published2012-05-01
reporterThis script is Copyright (C) 2012-2018 Tenable Network Security, Inc.
sourcehttps://www.tenable.com/plugins/nessus/58952
titleComodo Internet Security < 5.10 kernel ImageBase Executable Handling Remote DoS
code
#
# (C) Tenable Network Security, Inc.
#

include("compat.inc");

if (description)
{
  script_id(58952);
  script_version("1.5");
  script_cvs_date("Date: 2018/11/15 20:50:26");

  script_cve_id("CVE-2012-2273");
  script_bugtraq_id(53163);

  script_name(english:"Comodo Internet Security < 5.10 kernel ImageBase Executable Handling Remote DoS");
  script_summary(english:"Checks version of Comodo Internet Security");

  script_set_attribute(attribute:"synopsis", value:
"The remote Windows host has an antivirus application installed that 
is affected by a denial of service vulnerability.");
  script_set_attribute(attribute:"description", value:
"The version of Comodo Internet Security installed on the remote 
Windows host is affected by a denial of service vulnerability due to 
the way the application handles specially crafted 32-bit Portable
Executable (PE) files with a kernel ImageBase value.");
  script_set_attribute(attribute:"see_also", value:"https://seclists.org/bugtraq/2012/Apr/138");
  script_set_attribute(attribute:"see_also", value:"https://www.comodo.com/home/download/release-notes.php?p=anti-malware");
  script_set_attribute(attribute:"solution", value:"Upgrade to Comodo Internet Security 5.10 or later.");
  script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:N/C:N/I:N/A:C");
  script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
  script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"false");

  script_set_attribute(attribute:"vuln_publication_date", value:"2012/03/12");
  script_set_attribute(attribute:"patch_publication_date", value:"2012/03/12");
  script_set_attribute(attribute:"plugin_publication_date", value:"2012/05/01");
  script_set_attribute(attribute:"plugin_type", value:"local");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"Windows");

  script_copyright(english:"This script is Copyright (C) 2012-2018 Tenable Network Security, Inc.");

  script_dependencies("comodo_internet_security_installed.nasl");
  script_require_keys("SMB/Comodo Internet Security/Version", "SMB/Comodo Internet Security/Path");
  
  exit(0);
}

include("global_settings.inc");
include("misc_func.inc");
include("audit.inc");

version = get_kb_item_or_exit('SMB/Comodo Internet Security/Version');
path = get_kb_item_or_exit('SMB/Comodo Internet Security/Path');

productname = get_kb_item_or_exit("SMB/ProductName", exit_code:1);
arch = get_kb_item_or_exit('SMB/ARCH', exit_code:1);
if ("Windows 7" >!< productname && arch != 'x64') exit(0, 'Only Windows 7 x64 is affected.');

if (ver_compare(ver:version, fix:'5.10.228257.2253', strict:FALSE) == -1)
{
  if (report_verbosity > 0)
  {
    report =
      '\n  Path              : ' + path +
      '\n  Installed version : ' + version +
      '\n  Fixed version     : 5.10.228257.2253\n';
    security_warning(port:get_kb_item('SMB/transport'), extra:report);
  }
  else security_warning(get_kb_item('SMB/transport'));
  exit(0);
}
else audit(AUDIT_INST_VER_NOT_VULN, 'Comodo Internet Security', version);

Seebug

bulletinFamilyexploit
descriptionBUGTRAQ ID: 53163 CVE ID: CVE-2012-2273 Comodo Internet Security是一款免费的多层安全产品,为电脑网络提供全面的安全防护, 包括反病毒,反恶意软件,和网络钓鱼保护。 Comodo Internet Security在实现上存在远程拒绝服务漏洞,利用此漏洞可允许攻击者使受影响操作系统崩溃。 0 Comodo Internet Security 5.9 Comodo Internet Security 5.10 厂商补丁: Comodo ------ 目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载: http://www.comodogroup.com/
idSSV:60074
last seen2017-11-19
modified2012-04-20
published2012-04-20
reporterRoot
titleComodo Internet Security远程拒绝服务漏洞