Lucene search
+L

Mozilla Products Multiple Vulnerabilities (Jun 2012) - Windows

🗓️ 19 Jun 2012 00:00:00Reported by Copyright (C) 2012 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 247 Views

Mozilla Products Multiple Vulnerabilities (Jun 2012) - Windows. Multiple unspecified errors in browser engine. Use-after-free errors. Improper Content Security Policy implementation. Error when loading HTML pages from Windows shares

Related
Refs
Code
# SPDX-FileCopyrightText: 2012 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.802865");
  script_version("2024-02-08T14:36:53+0000");
  script_cve_id("CVE-2012-1937", "CVE-2012-1940", "CVE-2012-1944", "CVE-2012-1945",
                "CVE-2012-1946", "CVE-2012-1947", "CVE-2012-3105", "CVE-2012-1941",
                "CVE-2012-0441", "CVE-2012-1938");
  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_tag(name:"last_modification", value:"2024-02-08 14:36:53 +0000 (Thu, 08 Feb 2024)");
  script_tag(name:"creation_date", value:"2012-06-19 11:00:59 +0530 (Tue, 19 Jun 2012)");
  script_name("Mozilla Products Multiple Vulnerabilities (Jun 2012) - Windows");

  script_xref(name:"URL", value:"http://secunia.com/advisories/49368");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/53218");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/53219");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/53220");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/53221");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/53223");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/53224");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/53225");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/53227");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/53228");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/53229");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/53796");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/53798");
  script_xref(name:"URL", value:"http://secunia.com/advisories/49366");
  script_xref(name:"URL", value:"http://securitytracker.com/id/1027120");
  script_xref(name:"URL", value:"http://www.mozilla.org/security/announce/2012/mfsa2012-34.html");
  script_xref(name:"URL", value:"http://www.mozilla.org/security/announce/2012/mfsa2012-36.html");
  script_xref(name:"URL", value:"http://www.mozilla.org/security/announce/2012/mfsa2012-37.html");
  script_xref(name:"URL", value:"http://www.mozilla.org/security/announce/2012/mfsa2012-38.html");
  script_xref(name:"URL", value:"http://www.mozilla.org/security/announce/2012/mfsa2012-40.html");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2012 Greenbone AG");
  script_family("General");
  script_dependencies("gb_firefox_detect_portable_win.nasl", "gb_seamonkey_detect_win.nasl",
                      "gb_thunderbird_detect_portable_win.nasl");
  script_mandatory_keys("Mozilla/Firefox_or_Seamonkey_or_Thunderbird/Installed");
  script_tag(name:"impact", value:"Successful exploitation could allow attackers to inject scripts, bypass
  certain security restrictions, execute arbitrary code in the context of the
  browser or cause a denial of service.");
  script_tag(name:"affected", value:"SeaMonkey version before 2.10,
  Thunderbird version 5.0 through 12.0,
  Mozilla Firefox version 4.x through 12.0,
  Thunderbird ESR version 10.x before 10.0.5 and
  Mozilla Firefox ESR version 10.x before 10.0.5 on Windows");
  script_tag(name:"insight", value:"- Multiple unspecified errors in browser engine can be exploited to corrupt
    memory.

  - Multiple use-after-free errors exist in 'nsFrameList::FirstChild' when
    handling column layouts with absolute positioning within a container that
    changes the size.

  - The improper implementation of Content Security Policy inline-script
    blocking feature, fails to block inline event handlers such as onclick.

  - An error when loading HTML pages from Windows shares, which can be
    exploited to disclose files from local resources via an iframe tag.

  - An error exists within 'utf16_to_isolatin1' function when converting
    from unicode to native character sets.

  - An error in 'nsHTMLReflowState::CalculateHypotheticalBox' when a window is
    resized on a page with nested columns using absolute and relative
    positioning.

  - The glBufferData function in the WebGL implementation, fails to mitigate
    an unspecified flaw in an NVIDIA driver.");
  script_tag(name:"summary", value:"Mozilla Firefox/Thunderbird/Seamonkey is prone to multiple vulnerabilities.");
  script_tag(name:"solution", value:"Upgrade to Mozilla Firefox version 13.0 or ESR version 10.0.5 or later, upgrade to SeaMonkey version to 2.10 or later,
  upgrade to Thunderbird version to 13.0 or ESR 10.0.5 or later.");
  script_tag(name:"qod_type", value:"registry");
  script_tag(name:"solution_type", value:"VendorFix");

  exit(0);
}

include("version_func.inc");

vers = get_kb_item("Firefox/Win/Ver");
if(vers)
{
  if(version_in_range(version:vers, test_version:"4.0", test_version2:"10.0.4")||
     version_in_range(version:vers, test_version:"11.0", test_version2:"12.0"))
  {
    security_message( port: 0, data: "The target host was found to be vulnerable" );
    exit(0);
  }
}

vers = get_kb_item("Seamonkey/Win/Ver");
if(vers)
{
  if(version_is_less(version:vers, test_version:"2.10"))
  {
    security_message( port: 0, data: "The target host was found to be vulnerable" );
    exit(0);
  }
}

vers = get_kb_item("Thunderbird/Win/Ver");
if(vers)
{
  if(version_in_range(version:vers, test_version:"5.0", test_version2:"10.0.4")||
     version_in_range(version:vers, test_version:"11.0", test_version2:"12.0"))
  {
    security_message( port: 0, data: "The target host was found to be vulnerable" );
    exit(0);
  }
}

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

08 Feb 2024 00:00Current
9.8Critical risk
Vulners AI Score9.8
CVSS 29.3
EPSS0.04899
247