Lucene search
+L

Cumulative Security Update for Internet Explorer (933566)

🗓️ 08 Jul 2010 00:00:00Reported by Copyright (C) 2010 LSSType 
openvas
 openvas
🔗 plugins.openvas.org👁 50 Views

Cumulative Security Update for Internet Explorer (933566) allows remote execution of arbitrary code by causing access to uninitialized or deleted objects, related to prototype variables and table cells

Related
Refs
Code
ReporterTitlePublishedViews
Family
attackerkb
ATTACKERKB
CVE-2007-1752
12 Jun 200719:30
attackerkb
checkpoint_advisories
Check Point Advisories
Internet Explorer CSS Tag Handling Memory Corruption (MS07-033; CVE-2007-1750)
13 Jun 200700:00
checkpoint_advisories
checkpoint_advisories
Check Point Advisories
Internet Explorer COM Object Instantiation Memory Corruption (MS07-033; CVE-2007-0218; CVE-2007-2222)
13 Jun 200700:00
checkpoint_advisories
checkpoint_advisories
Check Point Advisories
Internet Explorer Navigation Cancel Page XSS - Ver2 (CVE-2007-1499)
3 Mar 201400:00
checkpoint_advisories
cve
CVE
CVE-2007-0218
12 Jun 200719:00
cve
cve
CVE
CVE-2007-1499
17 Mar 200710:00
cve
cve
CVE
CVE-2007-1750
12 Jun 200719:00
cve
cve
CVE
CVE-2007-1751
12 Jun 200719:00
cve
cve
CVE
CVE-2007-2222
12 Jun 200719:00
cve
cve
CVE
CVE-2007-3027
12 Jun 200719:00
cve
Rows per page
# SPDX-FileCopyrightText: 2010 LSS
# 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-or-later

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.102057");
  script_version("2026-04-28T06:28:06+0000");
  script_tag(name:"last_modification", value:"2026-04-28 06:28:06 +0000 (Tue, 28 Apr 2026)");
  script_tag(name:"creation_date", value:"2010-07-08 10:59:30 +0200 (Thu, 08 Jul 2010)");
  script_cve_id("CVE-2007-1751", "CVE-2007-1750", "CVE-2007-0218",
                "CVE-2007-3027", "CVE-2007-2222", "CVE-2007-1499");
  script_name("Cumulative Security Update for Internet Explorer (933566)");
  script_xref(name:"URL", value:"http://www.securityfocus.com/archive/1/archive/1/471210/100/0/threaded");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/22966");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/24372");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/24418");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/24423");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/24426");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/24429");
  script_xref(name:"URL", value:"http://www.zerodayinitiative.com/advisories/ZDI-07-038.html");
  script_xref(name:"URL", value:"https://docs.microsoft.com/en-us/security-updates/securitybulletins/2007/ms07-033");
  script_tag(name:"qod_type", value:"executable_version");
  script_tag(name:"cvss_base", value:"9.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2010 LSS");
  script_family("Windows : Microsoft Bulletins");
  script_dependencies("gb_ms_ie_detect.nasl");
  script_require_ports(139, 445);
  script_mandatory_keys("MS/IE/Version");

  script_tag(name:"solution", value:"The vendor has released updates. Please see the references for more information.");

  script_tag(name:"solution_type", value:"VendorFix");

  script_tag(name:"summary", value:"Microsoft Internet Explorer 5.01, 6, and 7 allows remote attackers
  to execute arbitrary code by causing Internet Explorer to access an
  uninitialized or deleted object, related to prototype variables and
  table cells, aka Uninitialized Memory Corruption Vulnerability.");

  exit(0);
}

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

if(hotfix_check_sp(xp:4, win2k:5, win2003:3, vista:2) <= 0){
  exit(0);
}

ieVer = get_kb_item("MS/IE/Version");
if(!ieVer){
  exit(0);
}

# MS07-033 Hotfix (933566)
if(hotfix_missing(name:"933566") == 0){
  exit(0);
}

dllPath = registry_get_sz(item:"Install Path", key:"SOFTWARE\Microsoft\COM3\Setup");
dllPath += "\mshtml.dll";
share = ereg_replace(pattern:"([A-Z]):.*", replace:"\1$", string:dllPath);
file = ereg_replace(pattern:"[A-Z]:(.*)", replace:"\1", string:dllPath);

vers = GetVer(file:file, share:share);
if(!vers){
  exit(0);
}

# CVE-2007-0218, CVE-2007-1750, CVE-2007-1751, CVE-2007-3027, CVE-2007-2222, CVE-2007-1499
if(hotfix_check_sp(win2k:5) > 0)
{
  SP = get_kb_item("SMB/Win2K/ServicePack");
  if("Service Pack 4" >< SP)
  {
    if(version_in_range(version:vers, test_version:"5.01", test_version2:"5.0.3853.3000") ||
       version_in_range(version:vers, test_version:"6.0", test_version2:"6.0.2800.1595")){
      security_message( port: 0, data: "The target host was found to be vulnerable" ); exit(0);
    }
  }

}
else if(hotfix_check_sp(xp:4) > 0)
{
  SP = get_kb_item("SMB/WinXP/ServicePack");
  if("Service Pack 2" >< SP)
  {
    if(version_in_range(version:vers, test_version:"6.0", test_version2:"6.0.2900.3132") ||
       version_in_range(version:vers, test_version:"7.0", test_version2:"7.0.6000.16481")){
      security_message( port: 0, data: "The target host was found to be vulnerable" ); exit(0);
    }
  }

}

else if(hotfix_check_sp(win2003:3) > 0)
{
  SP = get_kb_item("SMB/Win2003/ServicePack");
  if("Service Pack 1" >< SP)
  {
    if(version_in_range(version:vers, test_version:"6.0", test_version2:"6.0.3790.2920") ||
       version_in_range(version:vers, test_version:"7.0", test_version2:"7.0.6000.16481")){
      security_message( port: 0, data: "The target host was found to be vulnerable" ); exit(0);
    }
  }
  else if("Service Pack 2" >< SP)
  {
    if(version_in_range(version:vers, test_version:"6.0", test_version2:"6.0.3790.4064") ||
       version_in_range(version:vers, test_version:"6.0", test_version2:"6.0.3790.2920") ||
       version_in_range(version:vers, test_version:"7.0", test_version2:"7.0.6000.16481")){
      security_message( port: 0, data: "The target host was found to be vulnerable" ); exit(0);
    }
  }
}

else if(hotfix_check_sp(vista:2) > 0)
{
  SP = get_kb_item("SMB/WinVista/ServicePack");
  if("Service Pack 0" >< SP)
  {
    if(version_in_range(version:vers, test_version:"7.0", test_version2:"7.0.6000.16481")){
      security_message( port: 0, data: "The target host was found to be vulnerable" ); exit(0);
    }
  }
}

exit(99);

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