Lucene search

K

Mozilla Firefox Multiple Vulnerabilities-01 (Sep 2014) - Windows

🗓️ 05 Sep 2014 00:00:00Reported by Copyright (C) 2014 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 19 Views

Mozilla Firefox Multiple Vulnerabilities-01 (Sep 2014) - Windows. Multiple vulnerabilities in Mozilla Firefox can allow attackers to disclose sensitive information and compromise user's system. Upgrade to version 32.0 or later

Show more
Related
Refs
Code
# SPDX-FileCopyrightText: 2014 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

CPE = "cpe:/a:mozilla:firefox";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.804827");
  script_version("2024-02-16T05:06:55+0000");
  script_cve_id("CVE-2014-1553", "CVE-2014-1554", "CVE-2014-1562", "CVE-2014-1563",
                "CVE-2014-1564", "CVE-2014-1565", "CVE-2014-1567");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_tag(name:"last_modification", value:"2024-02-16 05:06:55 +0000 (Fri, 16 Feb 2024)");
  script_tag(name:"creation_date", value:"2014-09-05 16:47:31 +0530 (Fri, 05 Sep 2014)");

  script_name("Mozilla Firefox Multiple Vulnerabilities-01 (Sep 2014) - Windows");

  script_tag(name:"summary", value:"Mozilla Firefox is prone to multiple vulnerabilities.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"Multiple flaws exist due to:

  - A use-after-free error when setting text directionality.

  - An out-of-bounds read error when creating an audio timeline in Web Audio.

  - An error when decoding GIF images.

  - A use-after-free error during cycle collection when animating SVG content.

  - Some other unspecified errors.");

  script_tag(name:"impact", value:"Successful exploitation will allow attackers
  to disclose potentially sensitive information and compromise a user's system.");

  script_tag(name:"affected", value:"Mozilla Firefox before 32.0 on Windows");

  script_tag(name:"solution", value:"Upgrade to Mozilla Firefox version 32.0
  or later.");
  script_tag(name:"qod_type", value:"registry");
  script_tag(name:"solution_type", value:"VendorFix");

  script_xref(name:"URL", value:"http://secunia.com/advisories/59236");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/69519");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/69520");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/69521");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/69523");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/69524");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/69525");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/69526");
  script_xref(name:"URL", value:"http://www.mozilla.org/security/announce/2014/mfsa2014-68.html");
  script_xref(name:"URL", value:"http://www.mozilla.org/security/announce/2014/mfsa2014-67.html");
  script_xref(name:"URL", value:"http://www.mozilla.org/security/announce/2014/mfsa2014-69.html");
  script_xref(name:"URL", value:"http://www.mozilla.org/security/announce/2014/mfsa2014-70.html");
  script_xref(name:"URL", value:"https://www.mozilla.org/security/announce/2014/mfsa2014-72.html");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2014 Greenbone AG");
  script_family("General");
  script_dependencies("gb_firefox_detect_portable_win.nasl");
  script_mandatory_keys("Firefox/Win/Ver");

  exit(0);
}

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

if(!ffVer = get_app_version(cpe:CPE)){
  exit(0);
}

if(version_is_less(version:ffVer, test_version:"32.0"))
{
  report = report_fixed_ver(installed_version:ffVer, fixed_version:"32.0");
  security_message(port:0, data:report);
  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 Sep 2014 00:00Current
8.3High risk
Vulners AI Score8.3
EPSS0.632
19
.json
Report