Vulnerabilities > CVE-2019-9801 - Improper Input Validation vulnerability in Mozilla Firefox and Firefox ESR

047910
CVSS 5.0 - MEDIUM
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
NONE
Integrity impact
PARTIAL
Availability impact
NONE
network
low complexity
mozilla
microsoft
CWE-20
nessus

Summary

Firefox will accept any registered Program ID as an external protocol handler and offer to launch this local application when given a matching URL on Windows operating systems. This should only happen if the program has specifically registered itself as a "URL Handler" in the Windows registry. *Note: This issue only affects Windows operating systems. Other operating systems are unaffected.*. This vulnerability affects Thunderbird < 60.6, Firefox ESR < 60.6, and Firefox < 66.

Vulnerable Configurations

Part Description Count
Application
Mozilla
893
OS
Microsoft
1

Common Weakness Enumeration (CWE)

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Buffer Overflow via Environment Variables
    This attack pattern involves causing a buffer overflow through manipulation of environment variables. Once the attacker finds that they can modify an environment variable, they may try to overflow associated buffers. This attack leverages implicit trust often placed in environment variables.
  • Server Side Include (SSI) Injection
    An attacker can use Server Side Include (SSI) Injection to send code to a web application that then gets executed by the web server. Doing so enables the attacker to achieve similar results to Cross Site Scripting, viz., arbitrary code execution and information disclosure, albeit on a more limited scale, since the SSI directives are nowhere near as powerful as a full-fledged scripting language. Nonetheless, the attacker can conveniently gain access to sensitive files, such as password files, and execute shell commands.
  • Cross Zone Scripting
    An attacker is able to cause a victim to load content into their web-browser that bypasses security zone controls and gain access to increased privileges to execute scripting code or other web objects such as unsigned ActiveX controls or applets. This is a privilege elevation attack targeted at zone-based web-browser security. In a zone-based model, pages belong to one of a set of zones corresponding to the level of privilege assigned to that page. Pages in an untrusted zone would have a lesser level of access to the system and/or be restricted in the types of executable content it was allowed to invoke. In a cross-zone scripting attack, a page that should be assigned to a less privileged zone is granted the privileges of a more trusted zone. This can be accomplished by exploiting bugs in the browser, exploiting incorrect configuration in the zone controls, through a cross-site scripting attack that causes the attackers' content to be treated as coming from a more trusted page, or by leveraging some piece of system functionality that is accessible from both the trusted and less trusted zone. This attack differs from "Restful Privilege Escalation" in that the latter correlates to the inadequate securing of RESTful access methods (such as HTTP DELETE) on the server, while cross-zone scripting attacks the concept of security zones as implemented by a browser.
  • Cross Site Scripting through Log Files
    An attacker may leverage a system weakness where logs are susceptible to log injection to insert scripts into the system's logs. If these logs are later viewed by an administrator through a thin administrative interface and the log data is not properly HTML encoded before being written to the page, the attackers' scripts stored in the log will be executed in the administrative interface with potentially serious consequences. This attack pattern is really a combination of two other attack patterns: log injection and stored cross site scripting.
  • Command Line Execution through SQL Injection
    An attacker uses standard SQL injection methods to inject data into the command line for execution. This could be done directly through misuse of directives such as MSSQL_xp_cmdshell or indirectly through injection of data into the database that would be interpreted as shell commands. Sometime later, an unscrupulous backend application (or could be part of the functionality of the same application) fetches the injected data stored in the database and uses this data as command line arguments without performing proper validation. The malicious data escapes that data plane by spawning new commands to be executed on the host.

Nessus

  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2019-0871-1.NASL
    descriptionThis update for MozillaFirefox to version ESR 60.6.1 fixes the following issues : Security issuess addressed : update to Firefox ESR 60.6.1 (bsc#1130262) : CVE-2019-9813: Fixed Ionmonkey type confusion with __proto__ mutations CVE-2019-9810: Fixed IonMonkey MArraySlice incorrect alias information Update to Firefox ESR 60.6 (bsc#1129821) : CVE-2018-18506: Fixed an issue with Proxy Auto-Configuration file CVE-2019-9801: Fixed an issue which could allow Windows programs to be exposed to web content CVE-2019-9788: Fixed multiple memory safety bugs CVE-2019-9790: Fixed a Use-after-free vulnerability when removing in-use DOM elements CVE-2019-9791: Fixed an incorrect Type inference for constructors entered through on-stack replacement with IonMonkey CVE-2019-9792: Fixed an issue where IonMonkey leaks JS_OPTIMIZED_OUT magic value to script CVE-2019-9793: Fixed multiple improper bounds checks when Spectre mitigations are disabled CVE-2019-9794: Fixed an issue where command line arguments not discarded during execution CVE-2019-9795: Fixed a Type-confusion vulnerability in IonMonkey JIT compiler CVE-2019-9796: Fixed a Use-after-free vulnerability in SMIL animation controller Update to Firefox ESR 60.5.1 (bsc#1125330) : CVE-2018-18356: Fixed a use-after-free vulnerability in the Skia library which can occur when creating a path, leading to a potentially exploitable crash. CVE-2019-5785: Fixed an integer overflow vulnerability in the Skia library which can occur after specific transform operations, leading to a potentially exploitable crash. CVE-2018-18335: Fixed a buffer overflow vulnerability in the Skia library which can occur with Canvas 2D acceleration on macOS. This issue was addressed by disabling Canvas 2D acceleration in Firefox ESR. Note: this does not affect other versions and platforms where Canvas 2D acceleration is already disabled by default. Other issue addressed: Fixed an issue with MozillaFirefox-translations-common which was causing error on update (bsc#1127987). Release notes: https://www.mozilla.org/en-US/security/advisories/mfsa2019-12/ Release notes: https://www.mozilla.org/en-US/security/advisories/mfsa2019-08/ Release notes: https://www.mozilla.org/en-US/security/advisories/mfsa2019-05/ Note that Tenable Network Security has extracted the preceding description block directly from the SUSE security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id123781
    published2019-04-05
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/123781
    titleSUSE SLED15 / SLES15 Security Update : MozillaFirefox (SUSE-SU-2019:0871-1)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from SUSE update advisory SUSE-SU-2019:0871-1.
    # The text itself is copyright (C) SUSE.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(123781);
      script_version("1.6");
      script_cvs_date("Date: 2020/01/23");
    
      script_cve_id("CVE-2018-18335", "CVE-2018-18356", "CVE-2018-18506", "CVE-2019-5785", "CVE-2019-9788", "CVE-2019-9790", "CVE-2019-9791", "CVE-2019-9792", "CVE-2019-9793", "CVE-2019-9794", "CVE-2019-9795", "CVE-2019-9796", "CVE-2019-9801", "CVE-2019-9810", "CVE-2019-9813");
    
      script_name(english:"SUSE SLED15 / SLES15 Security Update : MozillaFirefox (SUSE-SU-2019:0871-1)");
      script_summary(english:"Checks rpm output for the updated packages.");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote SUSE host is missing one or more security updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "This update for MozillaFirefox to version ESR 60.6.1 fixes the
    following issues :
    
    Security issuess addressed :
    
    update to Firefox ESR 60.6.1 (bsc#1130262) :
    
    CVE-2019-9813: Fixed Ionmonkey type confusion with __proto__ mutations
    
    CVE-2019-9810: Fixed IonMonkey MArraySlice incorrect alias information
    
    Update to Firefox ESR 60.6 (bsc#1129821) :
    
    CVE-2018-18506: Fixed an issue with Proxy Auto-Configuration file
    
    CVE-2019-9801: Fixed an issue which could allow Windows programs to be
    exposed to web content
    
    CVE-2019-9788: Fixed multiple memory safety bugs
    
    CVE-2019-9790: Fixed a Use-after-free vulnerability when removing
    in-use DOM elements
    
    CVE-2019-9791: Fixed an incorrect Type inference for constructors
    entered through on-stack replacement with IonMonkey
    
    CVE-2019-9792: Fixed an issue where IonMonkey leaks JS_OPTIMIZED_OUT
    magic value to script
    
    CVE-2019-9793: Fixed multiple improper bounds checks when Spectre
    mitigations are disabled
    
    CVE-2019-9794: Fixed an issue where command line arguments not
    discarded during execution
    
    CVE-2019-9795: Fixed a Type-confusion vulnerability in IonMonkey JIT
    compiler
    
    CVE-2019-9796: Fixed a Use-after-free vulnerability in SMIL animation
    controller
    
    Update to Firefox ESR 60.5.1 (bsc#1125330) :
    
    CVE-2018-18356: Fixed a use-after-free vulnerability in the Skia
    library which can occur when creating a path, leading to a potentially
    exploitable crash.
    
    CVE-2019-5785: Fixed an integer overflow vulnerability in the Skia
    library which can occur after specific transform operations, leading
    to a potentially exploitable crash.
    
    CVE-2018-18335: Fixed a buffer overflow vulnerability in the Skia
    library which can occur with Canvas 2D acceleration on macOS. This
    issue was addressed by disabling Canvas 2D acceleration in Firefox
    ESR. Note: this does not affect other versions and platforms where
    Canvas 2D acceleration is already disabled by default.
    
    Other issue addressed: Fixed an issue with
    MozillaFirefox-translations-common which was causing error on update
    (bsc#1127987).
    
    Release notes:
    https://www.mozilla.org/en-US/security/advisories/mfsa2019-12/ Release
    notes: https://www.mozilla.org/en-US/security/advisories/mfsa2019-08/
    Release notes:
    https://www.mozilla.org/en-US/security/advisories/mfsa2019-05/
    
    Note that Tenable Network Security has extracted the preceding
    description block directly from the SUSE security advisory. Tenable
    has attempted to automatically clean and format it as much as possible
    without introducing additional issues."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1125330"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1127987"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1129821"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1130262"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2019-05/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2019-08/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2019-12/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2018-18335/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2018-18356/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2018-18506/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2019-5785/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2019-9788/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2019-9790/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2019-9791/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2019-9792/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2019-9793/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2019-9794/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2019-9795/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2019-9796/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2019-9801/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2019-9810/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2019-9813/"
      );
      # https://www.suse.com/support/update/announcement/2019/suse-su-20190871-1/
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?b78d8c71"
      );
      script_set_attribute(
        attribute:"solution", 
        value:
    "To install this SUSE Security Update use the SUSE recommended
    installation methods like YaST online_update or 'zypper patch'.
    
    Alternatively you can run the command listed for your product :
    
    SUSE Linux Enterprise Module for Open Buildservice Development Tools
    15:zypper in -t patch
    SUSE-SLE-Module-Development-Tools-OBS-15-2019-871=1
    
    SUSE Linux Enterprise Module for Desktop Applications 15:zypper in -t
    patch SUSE-SLE-Module-Desktop-Applications-15-2019-871=1"
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:H/RL:OF/RC:C");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
      script_set_cvss3_temporal_vector("CVSS:3.0/E:H/RL:O/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
      script_set_attribute(attribute:"exploited_by_malware", value:"true");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:MozillaFirefox");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:MozillaFirefox-branding-upstream");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:MozillaFirefox-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:MozillaFirefox-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:MozillaFirefox-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:MozillaFirefox-translations-common");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:MozillaFirefox-translations-other");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:suse_linux:15");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2018/12/11");
      script_set_attribute(attribute:"patch_publication_date", value:"2019/04/04");
      script_set_attribute(attribute:"plugin_publication_date", value:"2019/04/05");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"SuSE Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/cpu", "Host/SuSE/release", "Host/SuSE/rpm-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("rpm.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/SuSE/release");
    if (isnull(release) || release !~ "^(SLED|SLES)") audit(AUDIT_OS_NOT, "SUSE");
    os_ver = pregmatch(pattern: "^(SLE(S|D)\d+)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "SUSE");
    os_ver = os_ver[1];
    if (! preg(pattern:"^(SLED15|SLES15)$", string:os_ver)) audit(AUDIT_OS_NOT, "SUSE SLED15 / SLES15", "SUSE " + os_ver);
    
    if (!get_kb_item("Host/SuSE/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if (cpu !~ "^i[3-6]86$" && "x86_64" >!< cpu && "s390x" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "SUSE " + os_ver, cpu);
    
    sp = get_kb_item("Host/SuSE/patchlevel");
    if (isnull(sp)) sp = "0";
    if (os_ver == "SLES15" && (! preg(pattern:"^(0)$", string:sp))) audit(AUDIT_OS_NOT, "SLES15 SP0", os_ver + " SP" + sp);
    if (os_ver == "SLED15" && (! preg(pattern:"^(0)$", string:sp))) audit(AUDIT_OS_NOT, "SLED15 SP0", os_ver + " SP" + sp);
    
    
    flag = 0;
    if (rpm_check(release:"SLES15", sp:"0", reference:"MozillaFirefox-branding-upstream-60.6.1-3.29.3")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"MozillaFirefox-debuginfo-60.6.1-3.29.3")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"MozillaFirefox-debugsource-60.6.1-3.29.3")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"MozillaFirefox-60.6.1-3.29.3")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"MozillaFirefox-debuginfo-60.6.1-3.29.3")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"MozillaFirefox-debugsource-60.6.1-3.29.3")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"MozillaFirefox-devel-60.6.1-3.29.3")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"MozillaFirefox-translations-common-60.6.1-3.29.3")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"MozillaFirefox-translations-other-60.6.1-3.29.3")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"MozillaFirefox-branding-upstream-60.6.1-3.29.3")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"MozillaFirefox-debuginfo-60.6.1-3.29.3")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"MozillaFirefox-debugsource-60.6.1-3.29.3")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"MozillaFirefox-60.6.1-3.29.3")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"MozillaFirefox-debuginfo-60.6.1-3.29.3")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"MozillaFirefox-debugsource-60.6.1-3.29.3")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"MozillaFirefox-devel-60.6.1-3.29.3")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"MozillaFirefox-translations-common-60.6.1-3.29.3")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"MozillaFirefox-translations-other-60.6.1-3.29.3")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());
      else security_hole(0);
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "MozillaFirefox");
    }
    
  • NASL familyFreeBSD Local Security Checks
    NASL idFREEBSD_PKG_05DA6B563E6643069EA389FAFE939726.NASL
    descriptionMozilla Foundation reports : CVE-2019-9790: Use-after-free when removing in-use DOM elements CVE-2019-9791: Type inference is incorrect for constructors entered through on-stack replacement with IonMonkey CVE-2019-9792: IonMonkey leaks JS_OPTIMIZED_OUT magic value to script CVE-2019-9793: Improper bounds checks when Spectre mitigations are disabled CVE-2019-9794: Command line arguments not discarded during execution CVE-2019-9795: Type-confusion in IonMonkey JIT compiler CVE-2019-9796: Use-after-free with SMIL animation controller CVE-2019-9797: Cross-origin theft of images with createImageBitmap CVE-2019-9798: Library is loaded from world-writable APITRACE_LIB location CVE-2019-9799: Information disclosure via IPC channel messages CVE-2019-9801: Windows programs that are not
    last seen2020-06-01
    modified2020-06-02
    plugin id122959
    published2019-03-20
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/122959
    titleFreeBSD : mozilla -- multiple vulnerabilities (05da6b56-3e66-4306-9ea3-89fafe939726)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from the FreeBSD VuXML database :
    #
    # Copyright 2003-2019 Jacques Vidrine and contributors
    #
    # Redistribution and use in source (VuXML) and 'compiled' forms (SGML,
    # HTML, PDF, PostScript, RTF and so forth) with or without modification,
    # are permitted provided that the following conditions are met:
    # 1. Redistributions of source code (VuXML) must retain the above
    #    copyright notice, this list of conditions and the following
    #    disclaimer as the first lines of this file unmodified.
    # 2. Redistributions in compiled form (transformed to other DTDs,
    #    published online in any format, converted to PDF, PostScript,
    #    RTF and other formats) must reproduce the above copyright
    #    notice, this list of conditions and the following disclaimer
    #    in the documentation and/or other materials provided with the
    #    distribution.
    # 
    # THIS DOCUMENTATION IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS"
    # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
    # THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
    # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS
    # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
    # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
    # OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
    # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
    # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
    # OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION,
    # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(122959);
      script_version("1.5");
      script_cvs_date("Date: 2019/07/23 10:11:24");
    
      script_cve_id("CVE-2019-9788", "CVE-2019-9789", "CVE-2019-9790", "CVE-2019-9791", "CVE-2019-9792", "CVE-2019-9793", "CVE-2019-9794", "CVE-2019-9795", "CVE-2019-9796", "CVE-2019-9797", "CVE-2019-9798", "CVE-2019-9799", "CVE-2019-9801", "CVE-2019-9802", "CVE-2019-9803", "CVE-2019-9804", "CVE-2019-9805", "CVE-2019-9806", "CVE-2019-9807", "CVE-2019-9808", "CVE-2019-9809");
    
      script_name(english:"FreeBSD : mozilla -- multiple vulnerabilities (05da6b56-3e66-4306-9ea3-89fafe939726)");
      script_summary(english:"Checks for updated packages in pkg_info output");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:
    "The remote FreeBSD host is missing one or more security-related
    updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Mozilla Foundation reports :
    
    CVE-2019-9790: Use-after-free when removing in-use DOM elements
    
    CVE-2019-9791: Type inference is incorrect for constructors entered
    through on-stack replacement with IonMonkey
    
    CVE-2019-9792: IonMonkey leaks JS_OPTIMIZED_OUT magic value to script
    
    CVE-2019-9793: Improper bounds checks when Spectre mitigations are
    disabled
    
    CVE-2019-9794: Command line arguments not discarded during execution
    
    CVE-2019-9795: Type-confusion in IonMonkey JIT compiler
    
    CVE-2019-9796: Use-after-free with SMIL animation controller
    
    CVE-2019-9797: Cross-origin theft of images with createImageBitmap
    
    CVE-2019-9798: Library is loaded from world-writable APITRACE_LIB
    location
    
    CVE-2019-9799: Information disclosure via IPC channel messages
    
    CVE-2019-9801: Windows programs that are not 'URL Handlers' are
    exposed to web content
    
    CVE-2019-9802: Chrome process information leak
    
    CVE-2019-9803: Upgrade-Insecure-Requests incorrectly enforced for
    same-origin navigation
    
    CVE-2019-9804: Code execution through 'Copy as cURL' in Firefox
    Developer Tools on macOS
    
    CVE-2019-9805: Potential use of uninitialized memory in Prio
    
    CVE-2019-9806: Denial of service through successive FTP authorization
    prompts
    
    CVE-2019-9807: Text sent through FTP connection can be incorporated
    into alert messages
    
    CVE-2019-9809: Denial of service through FTP modal alert error
    messages
    
    CVE-2019-9808: WebRTC permissions can display incorrect origin with
    data: and blob: URLs
    
    CVE-2019-9789: Memory safety bugs fixed in Firefox 66
    
    CVE-2019-9788: Memory safety bugs fixed in Firefox 66 and Firefox ESR
    60.6"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/security/advisories/mfsa2019-07/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/security/advisories/mfsa2019-08/"
      );
      # https://vuxml.freebsd.org/freebsd/05da6b56-3e66-4306-9ea3-89fafe939726.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?d394bfb6"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
      script_set_cvss3_temporal_vector("CVSS:3.0/E:P/RL:O/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:freebsd:freebsd:firefox");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:freebsd:freebsd:firefox-esr");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:freebsd:freebsd:libxul");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:freebsd:freebsd:linux-firefox");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:freebsd:freebsd:linux-seamonkey");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:freebsd:freebsd:linux-thunderbird");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:freebsd:freebsd:seamonkey");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:freebsd:freebsd:thunderbird");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:freebsd:freebsd:waterfox");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:freebsd:freebsd");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2019/03/19");
      script_set_attribute(attribute:"patch_publication_date", value:"2019/03/19");
      script_set_attribute(attribute:"plugin_publication_date", value:"2019/03/20");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"FreeBSD Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/FreeBSD/release", "Host/FreeBSD/pkg_info");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("freebsd_package.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    if (!get_kb_item("Host/FreeBSD/release")) audit(AUDIT_OS_NOT, "FreeBSD");
    if (!get_kb_item("Host/FreeBSD/pkg_info")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    
    flag = 0;
    
    if (pkg_test(save_report:TRUE, pkg:"firefox<66.0_3,1")) flag++;
    if (pkg_test(save_report:TRUE, pkg:"waterfox<56.2.9")) flag++;
    if (pkg_test(save_report:TRUE, pkg:"seamonkey<2.53.0")) flag++;
    if (pkg_test(save_report:TRUE, pkg:"linux-seamonkey<2.53.0")) flag++;
    if (pkg_test(save_report:TRUE, pkg:"firefox-esr<60.6.0,1")) flag++;
    if (pkg_test(save_report:TRUE, pkg:"linux-firefox<60.6.0,2")) flag++;
    if (pkg_test(save_report:TRUE, pkg:"libxul<60.6.0")) flag++;
    if (pkg_test(save_report:TRUE, pkg:"thunderbird<60.6.0")) flag++;
    if (pkg_test(save_report:TRUE, pkg:"linux-thunderbird<60.6.0")) flag++;
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:pkg_report_get());
      else security_hole(0);
      exit(0);
    }
    else audit(AUDIT_HOST_NOT, "affected");
    
  • NASL familyMacOS X Local Security Checks
    NASL idMACOS_THUNDERBIRD_60_6.NASL
    descriptionThe version of Thunderbird installed on the remote macOS or Mac OS X host is prior to 60.6. It is, therefore, affected by multiple vulnerabilities as referenced in the mfsa2019-11 advisory. - A use-after-free vulnerability can occur when a raw pointer to a DOM element on a page is obtained using JavaScript and the element is then removed while still in use. This results in a potentially exploitable crash. (CVE-2019-9790) - The type inference system allows the compilation of functions that can cause type confusions between arbitrary objects when compiled through the IonMonkey just-in-time (JIT) compiler and when the constructor function is entered through on-stack replacement (OSR). This allows for possible arbitrary reading and writing of objects during an exploitable crash. (CVE-2019-9791) - The IonMonkey just-in-time (JIT) compiler can leak an internal JSOPTIMIZEDOUT magic value to the running script during a bailout. This magic value can then be used by JavaScript to achieve memory corruption, which results in a potentially exploitable crash. (CVE-2019-9792) - A mechanism was discovered that removes some bounds checking for string, array, or typed array accesses if Spectre mitigations have been disabled. This vulnerability could allow an attacker to create an arbitrary value in compiled JavaScript, for which the range analysis will infer a fully controlled, incorrect range in circumstances where users have explicitly disabled Spectre mitigations. Note: Spectre mitigations are currently enabled for all users by default settings. (CVE-2019-9793) - A vulnerability was discovered where specific command line arguments are not properly discarded during Firefox invocation as a shell handler for URLs. This could be used to retrieve and execute files whose location is supplied through these command line arguments if Firefox is configured as the default URI handler for a given URI scheme in third party applications and these applications insufficiently sanitize URL data. Note: This issue only affects Windows operating systems. Other operating systems are unaffected. (CVE-2019-9794) - A vulnerability where type-confusion in the IonMonkey just-in-time (JIT) compiler could potentially be used by malicious JavaScript to trigger a potentially exploitable crash. (CVE-2019-9795) - A use-after-free vulnerability can occur when the SMIL animation controller incorrectly registers with the refresh driver twice when only a single registration is expected. When a registration is later freed with the removal of the animation controller element, the refresh driver incorrectly leaves a dangling pointer to the driver
    last seen2020-06-01
    modified2020-06-02
    plugin id123506
    published2019-03-29
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/123506
    titleMozilla Thunderbird < 60.6
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    # The descriptive text and package checks in this plugin were
    # extracted from Mozilla Foundation Security Advisory mfsa2019-11.
    # The text itself is copyright (C) Mozilla Foundation.
    
    include("compat.inc");
    
    if (description)
    {
      script_id(123506);
      script_version("1.3");
      script_cvs_date("Date: 2019/10/30 13:24:46");
    
      script_cve_id(
        "CVE-2018-18506",
        "CVE-2019-9788",
        "CVE-2019-9790",
        "CVE-2019-9791",
        "CVE-2019-9792",
        "CVE-2019-9793",
        "CVE-2019-9794",
        "CVE-2019-9795",
        "CVE-2019-9796",
        "CVE-2019-9801"
      );
      script_xref(name:"MFSA", value:"2019-11");
    
      script_name(english:"Mozilla Thunderbird < 60.6");
      script_summary(english:"Checks the version of Thunderbird.");
    
      script_set_attribute(attribute:"synopsis", value:
    "A mail client installed on the remote macOS or Mac OS X host is
    affected by multiple vulnerabilities.");
      script_set_attribute(attribute:"description", value:
    "The version of Thunderbird installed on the remote macOS or Mac OS X
    host is prior to 60.6. It is, therefore, affected by multiple
    vulnerabilities as referenced in the mfsa2019-11 advisory.
    
      - A use-after-free vulnerability can occur when a raw
        pointer to a DOM element on a page is obtained using
        JavaScript and the element is then removed while still
        in use. This results in a potentially exploitable crash.
        (CVE-2019-9790)
    
      - The type inference system allows the compilation of
        functions that can cause type confusions between
        arbitrary objects when compiled through the IonMonkey
        just-in-time (JIT) compiler and when the constructor
        function is entered through on-stack replacement (OSR).
        This allows for possible arbitrary reading and writing
        of objects during an exploitable crash. (CVE-2019-9791)
    
      - The IonMonkey just-in-time (JIT) compiler can leak an
        internal JSOPTIMIZEDOUT magic value to the
        running script during a bailout. This magic value can
        then be used by JavaScript to achieve memory corruption,
        which results in a potentially exploitable crash.
        (CVE-2019-9792)
    
      - A mechanism was discovered that removes some bounds
        checking for string, array, or typed array accesses if
        Spectre mitigations have been disabled. This
        vulnerability could allow an attacker to create an
        arbitrary value in compiled JavaScript, for which the
        range analysis will infer a fully controlled, incorrect
        range in circumstances where users have explicitly
        disabled Spectre mitigations.  Note: Spectre
        mitigations are currently enabled for all users by
        default settings. (CVE-2019-9793)
    
      - A vulnerability was discovered where specific command
        line arguments are not properly discarded during Firefox
        invocation as a shell handler for URLs. This could be
        used to retrieve and execute files whose location is
        supplied through these command line arguments if Firefox
        is configured as the default URI handler for a given URI
        scheme in third party applications and these
        applications insufficiently sanitize URL data. 
        Note: This issue only affects Windows operating systems.
        Other operating systems are unaffected. (CVE-2019-9794)
    
      - A vulnerability where type-confusion in the IonMonkey
        just-in-time (JIT) compiler could potentially be used by
        malicious JavaScript to trigger a potentially
        exploitable crash. (CVE-2019-9795)
    
      - A use-after-free vulnerability can occur when the SMIL
        animation controller incorrectly registers with the
        refresh driver twice when only a single registration is
        expected. When a registration is later freed with the
        removal of the animation controller element, the refresh
        driver incorrectly leaves a dangling pointer to the
        driver's observer array. (CVE-2019-9796)
    
      - Firefox will accept any registered Program ID as an
        external protocol handler and offer to launch this local
        application when given a matching URL on Windows
        operating systems. This should only happen if the
        program has specifically registered itself as a URL
        Handler in the Windows registry.  Note: This issue
        only affects Windows operating systems. Other operating
        systems are unaffected. (CVE-2019-9801)
    
      - When proxy auto-detection is enabled, if a web server
        serves a Proxy Auto-Configuration (PAC) file or if a PAC
        file is loaded locally, this PAC file can specify that
        requests to the localhost are to be sent through the
        proxy to another server. This behavior is disallowed by
        default when a proxy is manually configured, but when
        enabled could allow for attacks on services and tools
        that bind to the localhost for networked behavior if
        they are accessed through browsing. (CVE-2018-18506)
    
      - Mozilla developers and community members Bob Clary,
        Chun-Min Chang, Aral Yaman, Andreea Pavel, Jonathan Kew,
        Gary Kwong, Alex Gaynor, Masayuki Nakano, and Anne van
        Kesteren reported memory safety bugs present in Firefox
        65, Firefox ESR 60.5, and Thunderbird 60.5. Some of
        these bugs showed evidence of memory corruption and we
        presume that with enough effort that some of these could
        be exploited to run arbitrary code. (CVE-2019-9788)
    
    Note that Nessus has not tested for this issue but has instead relied
    only on the application's self-reported version number.");
      script_set_attribute(attribute:"see_also", value:"https://www.mozilla.org/en-US/security/advisories/mfsa2019-11/");
      script_set_attribute(attribute:"solution", value:
    "Upgrade to Mozilla Thunderbird version 60.6 or later.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
      script_set_cvss3_temporal_vector("CVSS:3.0/E:P/RL:O/RC:C");
      script_set_attribute(attribute:"cvss_score_source", value:"CVE-2019-9796");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2019/02/05");
      script_set_attribute(attribute:"patch_publication_date", value:"2019/03/19");
      script_set_attribute(attribute:"plugin_publication_date", value:"2019/03/29");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:mozilla:thunderbird");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_family(english:"MacOS X Local Security Checks");
    
      script_copyright(english:"This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
    
      script_dependencies("macosx_thunderbird_installed.nasl");
      script_require_keys("MacOSX/Thunderbird/Installed");
    
      exit(0);
    }
    
    include("mozilla_version.inc");
    
    kb_base = "MacOSX/Thunderbird";
    get_kb_item_or_exit(kb_base+"/Installed");
    
    version = get_kb_item_or_exit(kb_base+"/Version", exit_code:1);
    path = get_kb_item_or_exit(kb_base+"/Path", exit_code:1);
    
    is_esr = get_kb_item(kb_base+"/is_esr");
    if (is_esr) exit(0, 'The Mozilla Thunderbird installation is in the ESR branch.');
    
    mozilla_check_version(version:version, path:path, product:'thunderbird', esr:FALSE, fix:'60.6', severity:SECURITY_HOLE);
    
  • NASL familyMacOS X Local Security Checks
    NASL idMACOS_FIREFOX_66_0.NASL
    descriptionThe version of Firefox installed on the remote macOS or Mac OS X host is prior to 66.0. It is, therefore, affected by multiple vulnerabilities as referenced in the mfsa2019-07 advisory. - A use-after-free vulnerability can occur when a raw pointer to a DOM element on a page is obtained using JavaScript and the element is then removed while still in use. This results in a potentially exploitable crash. (CVE-2019-9790) - The type inference system allows the compilation of functions that can cause type confusions between arbitrary objects when compiled through the IonMonkey just-in-time (JIT) compiler and when the constructor function is entered through on-stack replacement (OSR). This allows for possible arbitrary reading and writing of objects during an exploitable crash. (CVE-2019-9791) - The IonMonkey just-in-time (JIT) compiler can leak an internal JSOPTIMIZEDOUT magic value to the running script during a bailout. This magic value can then be used by JavaScript to achieve memory corruption, which results in a potentially exploitable crash. (CVE-2019-9792) - A mechanism was discovered that removes some bounds checking for string, array, or typed array accesses if Spectre mitigations have been disabled. This vulnerability could allow an attacker to create an arbitrary value in compiled JavaScript, for which the range analysis will infer a fully controlled, incorrect range in circumstances where users have explicitly disabled Spectre mitigations. Note: Spectre mitigations are currently enabled for all users by default settings. (CVE-2019-9793) - A vulnerability was discovered where specific command line arguments are not properly discarded during Firefox invocation as a shell handler for URLs. This could be used to retrieve and execute files whose location is supplied through these command line arguments if Firefox is configured as the default URI handler for a given URI scheme in third party applications and these applications insufficiently sanitize URL data. Note: This issue only affects Windows operating systems. Other operating systems are unaffected. (CVE-2019-9794) - A vulnerability where type-confusion in the IonMonkey just-in-time (JIT) compiler could potentially be used by malicious JavaScript to trigger a potentially exploitable crash. (CVE-2019-9795) - A use-after-free vulnerability can occur when the SMIL animation controller incorrectly registers with the refresh driver twice when only a single registration is expected. When a registration is later freed with the removal of the animation controller element, the refresh driver incorrectly leaves a dangling pointer to the driver
    last seen2020-06-01
    modified2020-06-02
    plugin id122947
    published2019-03-19
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/122947
    titleMozilla Firefox < 66.0
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    # The descriptive text and package checks in this plugin were
    # extracted from Mozilla Foundation Security Advisory mfsa2019-07.
    # The text itself is copyright (C) Mozilla Foundation.
    
    include("compat.inc");
    
    if (description)
    {
      script_id(122947);
      script_version("1.4");
      script_cvs_date("Date: 2019/05/24 15:26:42");
    
      script_cve_id(
        "CVE-2019-9788",
        "CVE-2019-9789",
        "CVE-2019-9790",
        "CVE-2019-9791",
        "CVE-2019-9792",
        "CVE-2019-9793",
        "CVE-2019-9794",
        "CVE-2019-9795",
        "CVE-2019-9796",
        "CVE-2019-9797",
        "CVE-2019-9798",
        "CVE-2019-9799",
        "CVE-2019-9801",
        "CVE-2019-9802",
        "CVE-2019-9803",
        "CVE-2019-9804",
        "CVE-2019-9805",
        "CVE-2019-9806",
        "CVE-2019-9807",
        "CVE-2019-9808",
        "CVE-2019-9809"
      );
      script_xref(name: "MFSA", value: "2019-07");
    
      script_name(english:"Mozilla Firefox < 66.0");
      script_summary(english:"Checks the version of Firefox.");
    
      script_set_attribute(attribute:"synopsis", value:
    "A web browser installed on the remote macOS or Mac OS X host is
    affected by multiple vulnerabilities.");
      script_set_attribute(attribute:"description", value:
    "The version of Firefox installed on the remote macOS or Mac OS X host
    is prior to 66.0. It is, therefore, affected by multiple
    vulnerabilities as referenced in the mfsa2019-07 advisory.
    
      - A use-after-free vulnerability can occur when a raw
        pointer to a DOM element on a page is obtained using
        JavaScript and the element is then removed while still
        in use. This results in a potentially exploitable crash.
        (CVE-2019-9790)
    
      - The type inference system allows the compilation of
        functions that can cause type confusions between
        arbitrary objects when compiled through the IonMonkey
        just-in-time (JIT) compiler and when the constructor
        function is entered through on-stack replacement (OSR).
        This allows for possible arbitrary reading and writing
        of objects during an exploitable crash. (CVE-2019-9791)
    
      - The IonMonkey just-in-time (JIT) compiler can leak an
        internal JSOPTIMIZEDOUT magic value to the
        running script during a bailout. This magic value can
        then be used by JavaScript to achieve memory corruption,
        which results in a potentially exploitable crash.
        (CVE-2019-9792)
    
      - A mechanism was discovered that removes some bounds
        checking for string, array, or typed array accesses if
        Spectre mitigations have been disabled. This
        vulnerability could allow an attacker to create an
        arbitrary value in compiled JavaScript, for which the
        range analysis will infer a fully controlled, incorrect
        range in circumstances where users have explicitly
        disabled Spectre mitigations.  Note: Spectre
        mitigations are currently enabled for all users by
        default settings. (CVE-2019-9793)
    
      - A vulnerability was discovered where specific command
        line arguments are not properly discarded during Firefox
        invocation as a shell handler for URLs. This could be
        used to retrieve and execute files whose location is
        supplied through these command line arguments if Firefox
        is configured as the default URI handler for a given URI
        scheme in third party applications and these
        applications insufficiently sanitize URL data. 
        Note: This issue only affects Windows operating systems.
        Other operating systems are unaffected. (CVE-2019-9794)
    
      - A vulnerability where type-confusion in the IonMonkey
        just-in-time (JIT) compiler could potentially be used by
        malicious JavaScript to trigger a potentially
        exploitable crash. (CVE-2019-9795)
    
      - A use-after-free vulnerability can occur when the SMIL
        animation controller incorrectly registers with the
        refresh driver twice when only a single registration is
        expected. When a registration is later freed with the
        removal of the animation controller element, the refresh
        driver incorrectly leaves a dangling pointer to the
        driver's observer array. (CVE-2019-9796)
    
      - Cross-origin images can be read in violation of the
        same-origin policy by exporting an image after using
        createImageBitmap to read the image and
        then rendering the resulting bitmap image within a
        canvas element. (CVE-2019-9797)
    
      - On Android systems, Firefox can load a library from
        APITRACELIB, which is writable by all users
        and applications. This could allow malicious third party
        applications to execute a man-in-the-middle attack if a
        malicious code was written to that location and loaded.
         Note: This issue only affects Android. Other
        operating systems are unaffected. (CVE-2019-9798)
    
      - Insufficient bounds checking of data during inter-
        process communication might allow a compromised content
        process to be able to read memory from the parent
        process under certain conditions. (CVE-2019-9799)
    
      - Firefox will accept any registered Program ID as an
        external protocol handler and offer to launch this local
        application when given a matching URL on Windows
        operating systems. This should only happen if the
        program has specifically registered itself as a URL
        Handler in the Windows registry.  Note: This issue
        only affects Windows operating systems. Other operating
        systems are unaffected. (CVE-2019-9801)
    
      - If a Sandbox content process is compromised, it can
        initiate an FTP download which will then use a child
        process to render the downloaded data. The downloaded
        data can then be passed to the Chrome process with an
        arbitrary file length supplied by an attacker, bypassing
        sandbox protections and allow for a potential memory
        read of adjacent data from the privileged Chrome
        process, which may include sensitive data.
        (CVE-2019-9802)
    
      - The Upgrade-Insecure-Requests (UIR) specification states
        that if UIR is enabled through Content Security Policy
        (CSP), navigation to a same-origin URL must be upgraded
        to HTTPS. Firefox will incorrectly navigate to an HTTP
        URL rather than perform the security upgrade requested
        by the CSP in some circumstances, allowing for potential
        man-in-the-middle attacks on the linked resources.
        (CVE-2019-9803)
    
      - In Firefox Developer Tools it is possible that pasting
        the result of the 'Copy as cURL'  command into a command
        shell on macOS will cause the execution of unintended
        additional bash script commands if the URL was
        maliciously crafted. This is the result of an issue with
        the native version of Bash on macOS.  Note: This
        issue only affects macOS. Other operating systems are
        unaffected. (CVE-2019-9804)
    
      - A latent vulnerability exists in the Prio library where
        data may be read from uninitialized memory for some
        functions, leading to potential memory corruption.
        (CVE-2019-9805)
    
      - A vulnerability exists during authorization prompting
        for FTP transaction where successive modal prompts are
        displayed and cannot be immediately dismissed. This
        allows for a denial of service (DOS) attack.
        (CVE-2019-9806)
    
      - When arbitrary text is sent over an FTP connection and a
        page reload is initiated, it is possible to create a
        modal alert message with this text as the content. This
        could potentially be used for social engineering
        attacks. (CVE-2019-9807)
    
      - If the source for resources on a page is through an FTP
        connection, it is possible to trigger a series of modal
        alert messages for these resources through invalid
        credentials or locations. These messages cannot be
        immediately dismissed, allowing for a denial of service
        (DOS) attack. (CVE-2019-9809)
    
      - If WebRTC permission is requested from documents with
        data: or blob: URLs, the permission notifications do not
        properly display the originating domain. The
        notification states Unknown origin as the requestee,
        leading to user confusion about which site is asking for
        this permission. (CVE-2019-9808)
    
      - Mozilla developers and community members Dragana
        Damjanovic, Emilio Cobos lvarez, Henri Sivonen, Narcis
        Beleuzu, Julian Seward, Marcia Knous, Gary Kwong, Tyson
        Smith, Yaron Tausky, Ronald Crane, and Andr Bargull
        reported memory safety bugs present in Firefox 65. Some
        of these bugs showed evidence of memory corruption and
        we presume that with enough effort that some of these
        could be exploited to run arbitrary code.
        (CVE-2019-9789)
    
      - Mozilla developers and community members Bob Clary,
        Chun-Min Chang, Aral Yaman, Andreea Pavel, Jonathan Kew,
        Gary Kwong, Alex Gaynor, Masayuki Nakano, and Anne van
        Kesteren reported memory safety bugs present in Firefox
        65 and Firefox ESR 60.5. Some of these bugs showed
        evidence of memory corruption and we presume that with
        enough effort that some of these could be exploited to
        run arbitrary code. (CVE-2019-9788)
    
    Note that Nessus has not tested for this issue but has instead relied
    only on the application's self-reported version number.");
      script_set_attribute(attribute:"see_also", value:"https://www.mozilla.org/en-US/security/advisories/mfsa2019-07/");
      script_set_attribute(attribute:"solution", value:
    "Upgrade to Mozilla Firefox version 66.0 or later.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
      script_set_cvss3_temporal_vector("CVSS:3.0/E:P/RL:O/RC:C");
      script_set_attribute(attribute:"cvss_score_source", value:"CVE-2019-9790");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2019/03/19");
      script_set_attribute(attribute:"patch_publication_date", value:"2019/03/19");
      script_set_attribute(attribute:"plugin_publication_date", value:"2019/03/19");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:mozilla:firefox");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_family(english:"MacOS X Local Security Checks");
    
      script_copyright(english:"This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
    
      script_dependencies("macosx_firefox_installed.nasl");
      script_require_keys("MacOSX/Firefox/Installed");
    
      exit(0);
    }
    
    include("mozilla_version.inc");
    
    kb_base = "MacOSX/Firefox";
    get_kb_item_or_exit(kb_base+"/Installed");
    
    version = get_kb_item_or_exit(kb_base+"/Version", exit_code:1);
    path = get_kb_item_or_exit(kb_base+"/Path", exit_code:1);
    
    is_esr = get_kb_item(kb_base+"/is_esr");
    if (is_esr) exit(0, 'The Mozilla Firefox installation is in the ESR branch.');
    
    mozilla_check_version(version:version, path:path, product:'firefox', esr:FALSE, fix:'66.0', severity:SECURITY_HOLE);
    
  • NASL familyWindows
    NASL idMOZILLA_FIREFOX_66_0.NASL
    descriptionThe version of Firefox installed on the remote Windows host is prior to 66.0. It is, therefore, affected by multiple vulnerabilities as referenced in the mfsa2019-07 advisory. - A use-after-free vulnerability can occur when a raw pointer to a DOM element on a page is obtained using JavaScript and the element is then removed while still in use. This results in a potentially exploitable crash. (CVE-2019-9790) - The type inference system allows the compilation of functions that can cause type confusions between arbitrary objects when compiled through the IonMonkey just-in-time (JIT) compiler and when the constructor function is entered through on-stack replacement (OSR). This allows for possible arbitrary reading and writing of objects during an exploitable crash. (CVE-2019-9791) - The IonMonkey just-in-time (JIT) compiler can leak an internal JSOPTIMIZEDOUT magic value to the running script during a bailout. This magic value can then be used by JavaScript to achieve memory corruption, which results in a potentially exploitable crash. (CVE-2019-9792) - A mechanism was discovered that removes some bounds checking for string, array, or typed array accesses if Spectre mitigations have been disabled. This vulnerability could allow an attacker to create an arbitrary value in compiled JavaScript, for which the range analysis will infer a fully controlled, incorrect range in circumstances where users have explicitly disabled Spectre mitigations. Note: Spectre mitigations are currently enabled for all users by default settings. (CVE-2019-9793) - A vulnerability was discovered where specific command line arguments are not properly discarded during Firefox invocation as a shell handler for URLs. This could be used to retrieve and execute files whose location is supplied through these command line arguments if Firefox is configured as the default URI handler for a given URI scheme in third party applications and these applications insufficiently sanitize URL data. Note: This issue only affects Windows operating systems. Other operating systems are unaffected. (CVE-2019-9794) - A vulnerability where type-confusion in the IonMonkey just-in-time (JIT) compiler could potentially be used by malicious JavaScript to trigger a potentially exploitable crash. (CVE-2019-9795) - A use-after-free vulnerability can occur when the SMIL animation controller incorrectly registers with the refresh driver twice when only a single registration is expected. When a registration is later freed with the removal of the animation controller element, the refresh driver incorrectly leaves a dangling pointer to the driver
    last seen2020-06-01
    modified2020-06-02
    plugin id122948
    published2019-03-19
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/122948
    titleMozilla Firefox < 66.0
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    # The descriptive text and package checks in this plugin were
    # extracted from Mozilla Foundation Security Advisory mfsa2019-07.
    # The text itself is copyright (C) Mozilla Foundation.
    
    include("compat.inc");
    
    if (description)
    {
      script_id(122948);
      script_version("1.4");
      script_cvs_date("Date: 2019/05/24 15:26:42");
    
      script_cve_id(
        "CVE-2019-9788",
        "CVE-2019-9789",
        "CVE-2019-9790",
        "CVE-2019-9791",
        "CVE-2019-9792",
        "CVE-2019-9793",
        "CVE-2019-9794",
        "CVE-2019-9795",
        "CVE-2019-9796",
        "CVE-2019-9797",
        "CVE-2019-9798",
        "CVE-2019-9799",
        "CVE-2019-9801",
        "CVE-2019-9802",
        "CVE-2019-9803",
        "CVE-2019-9804",
        "CVE-2019-9805",
        "CVE-2019-9806",
        "CVE-2019-9807",
        "CVE-2019-9808",
        "CVE-2019-9809"
      );
      script_xref(name: "MFSA", value: "2019-07");
    
      script_name(english:"Mozilla Firefox < 66.0");
      script_summary(english:"Checks the version of Firefox.");
    
      script_set_attribute(attribute:"synopsis", value:
    "A web browser installed on the remote Windows host is affected by
    multiple vulnerabilities.");
      script_set_attribute(attribute:"description", value:
    "The version of Firefox installed on the remote Windows host is prior
    to 66.0. It is, therefore, affected by multiple vulnerabilities as
    referenced in the mfsa2019-07 advisory.
    
      - A use-after-free vulnerability can occur when a raw
        pointer to a DOM element on a page is obtained using
        JavaScript and the element is then removed while still
        in use. This results in a potentially exploitable crash.
        (CVE-2019-9790)
    
      - The type inference system allows the compilation of
        functions that can cause type confusions between
        arbitrary objects when compiled through the IonMonkey
        just-in-time (JIT) compiler and when the constructor
        function is entered through on-stack replacement (OSR).
        This allows for possible arbitrary reading and writing
        of objects during an exploitable crash. (CVE-2019-9791)
    
      - The IonMonkey just-in-time (JIT) compiler can leak an
        internal JSOPTIMIZEDOUT magic value to the
        running script during a bailout. This magic value can
        then be used by JavaScript to achieve memory corruption,
        which results in a potentially exploitable crash.
        (CVE-2019-9792)
    
      - A mechanism was discovered that removes some bounds
        checking for string, array, or typed array accesses if
        Spectre mitigations have been disabled. This
        vulnerability could allow an attacker to create an
        arbitrary value in compiled JavaScript, for which the
        range analysis will infer a fully controlled, incorrect
        range in circumstances where users have explicitly
        disabled Spectre mitigations.  Note: Spectre
        mitigations are currently enabled for all users by
        default settings. (CVE-2019-9793)
    
      - A vulnerability was discovered where specific command
        line arguments are not properly discarded during Firefox
        invocation as a shell handler for URLs. This could be
        used to retrieve and execute files whose location is
        supplied through these command line arguments if Firefox
        is configured as the default URI handler for a given URI
        scheme in third party applications and these
        applications insufficiently sanitize URL data. 
        Note: This issue only affects Windows operating systems.
        Other operating systems are unaffected. (CVE-2019-9794)
    
      - A vulnerability where type-confusion in the IonMonkey
        just-in-time (JIT) compiler could potentially be used by
        malicious JavaScript to trigger a potentially
        exploitable crash. (CVE-2019-9795)
    
      - A use-after-free vulnerability can occur when the SMIL
        animation controller incorrectly registers with the
        refresh driver twice when only a single registration is
        expected. When a registration is later freed with the
        removal of the animation controller element, the refresh
        driver incorrectly leaves a dangling pointer to the
        driver's observer array. (CVE-2019-9796)
    
      - Cross-origin images can be read in violation of the
        same-origin policy by exporting an image after using
        createImageBitmap to read the image and
        then rendering the resulting bitmap image within a
        canvas element. (CVE-2019-9797)
    
      - On Android systems, Firefox can load a library from
        APITRACELIB, which is writable by all users
        and applications. This could allow malicious third party
        applications to execute a man-in-the-middle attack if a
        malicious code was written to that location and loaded.
         Note: This issue only affects Android. Other
        operating systems are unaffected. (CVE-2019-9798)
    
      - Insufficient bounds checking of data during inter-
        process communication might allow a compromised content
        process to be able to read memory from the parent
        process under certain conditions. (CVE-2019-9799)
    
      - Firefox will accept any registered Program ID as an
        external protocol handler and offer to launch this local
        application when given a matching URL on Windows
        operating systems. This should only happen if the
        program has specifically registered itself as a URL
        Handler in the Windows registry.  Note: This issue
        only affects Windows operating systems. Other operating
        systems are unaffected. (CVE-2019-9801)
    
      - If a Sandbox content process is compromised, it can
        initiate an FTP download which will then use a child
        process to render the downloaded data. The downloaded
        data can then be passed to the Chrome process with an
        arbitrary file length supplied by an attacker, bypassing
        sandbox protections and allow for a potential memory
        read of adjacent data from the privileged Chrome
        process, which may include sensitive data.
        (CVE-2019-9802)
    
      - The Upgrade-Insecure-Requests (UIR) specification states
        that if UIR is enabled through Content Security Policy
        (CSP), navigation to a same-origin URL must be upgraded
        to HTTPS. Firefox will incorrectly navigate to an HTTP
        URL rather than perform the security upgrade requested
        by the CSP in some circumstances, allowing for potential
        man-in-the-middle attacks on the linked resources.
        (CVE-2019-9803)
    
      - In Firefox Developer Tools it is possible that pasting
        the result of the 'Copy as cURL'  command into a command
        shell on macOS will cause the execution of unintended
        additional bash script commands if the URL was
        maliciously crafted. This is the result of an issue with
        the native version of Bash on macOS.  Note: This
        issue only affects macOS. Other operating systems are
        unaffected. (CVE-2019-9804)
    
      - A latent vulnerability exists in the Prio library where
        data may be read from uninitialized memory for some
        functions, leading to potential memory corruption.
        (CVE-2019-9805)
    
      - A vulnerability exists during authorization prompting
        for FTP transaction where successive modal prompts are
        displayed and cannot be immediately dismissed. This
        allows for a denial of service (DOS) attack.
        (CVE-2019-9806)
    
      - When arbitrary text is sent over an FTP connection and a
        page reload is initiated, it is possible to create a
        modal alert message with this text as the content. This
        could potentially be used for social engineering
        attacks. (CVE-2019-9807)
    
      - If the source for resources on a page is through an FTP
        connection, it is possible to trigger a series of modal
        alert messages for these resources through invalid
        credentials or locations. These messages cannot be
        immediately dismissed, allowing for a denial of service
        (DOS) attack. (CVE-2019-9809)
    
      - If WebRTC permission is requested from documents with
        data: or blob: URLs, the permission notifications do not
        properly display the originating domain. The
        notification states Unknown origin as the requestee,
        leading to user confusion about which site is asking for
        this permission. (CVE-2019-9808)
    
      - Mozilla developers and community members Dragana
        Damjanovic, Emilio Cobos lvarez, Henri Sivonen, Narcis
        Beleuzu, Julian Seward, Marcia Knous, Gary Kwong, Tyson
        Smith, Yaron Tausky, Ronald Crane, and Andr Bargull
        reported memory safety bugs present in Firefox 65. Some
        of these bugs showed evidence of memory corruption and
        we presume that with enough effort that some of these
        could be exploited to run arbitrary code.
        (CVE-2019-9789)
    
      - Mozilla developers and community members Bob Clary,
        Chun-Min Chang, Aral Yaman, Andreea Pavel, Jonathan Kew,
        Gary Kwong, Alex Gaynor, Masayuki Nakano, and Anne van
        Kesteren reported memory safety bugs present in Firefox
        65 and Firefox ESR 60.5. Some of these bugs showed
        evidence of memory corruption and we presume that with
        enough effort that some of these could be exploited to
        run arbitrary code. (CVE-2019-9788)
    
    Note that Nessus has not tested for this issue but has instead relied
    only on the application's self-reported version number.");
      script_set_attribute(attribute:"see_also", value:"https://www.mozilla.org/en-US/security/advisories/mfsa2019-07/");
      script_set_attribute(attribute:"solution", value:
    "Upgrade to Mozilla Firefox version 66.0 or later.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
      script_set_cvss3_temporal_vector("CVSS:3.0/E:P/RL:O/RC:C");
      script_set_attribute(attribute:"cvss_score_source", value:"CVE-2019-9790");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2019/03/19");
      script_set_attribute(attribute:"patch_publication_date", value:"2019/03/19");
      script_set_attribute(attribute:"plugin_publication_date", value:"2019/03/19");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:mozilla:firefox");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_family(english:"Windows");
    
      script_copyright(english:"This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
    
      script_dependencies("mozilla_org_installed.nasl");
      script_require_keys("Mozilla/Firefox/Version");
    
      exit(0);
    }
    
    include("mozilla_version.inc");
    
    port = get_kb_item("SMB/transport");
    if (!port) port = 445;
    
    installs = get_kb_list("SMB/Mozilla/Firefox/*");
    if (isnull(installs)) audit(AUDIT_NOT_INST, "Firefox");
    
    mozilla_check_version(installs:installs, product:'firefox', esr:FALSE, fix:'66.0', severity:SECURITY_HOLE);
    
  • NASL familyMacOS X Local Security Checks
    NASL idMACOS_FIREFOX_60_6_ESR.NASL
    descriptionThe version of Firefox ESR installed on the remote macOS or Mac OS X host is prior to 60.6. It is, therefore, affected by multiple vulnerabilities as referenced in the mfsa2019-08 advisory. - A use-after-free vulnerability can occur when a raw pointer to a DOM element on a page is obtained using JavaScript and the element is then removed while still in use. This results in a potentially exploitable crash. (CVE-2019-9790) - The type inference system allows the compilation of functions that can cause type confusions between arbitrary objects when compiled through the IonMonkey just-in-time (JIT) compiler and when the constructor function is entered through on-stack replacement (OSR). This allows for possible arbitrary reading and writing of objects during an exploitable crash. (CVE-2019-9791) - The IonMonkey just-in-time (JIT) compiler can leak an internal JSOPTIMIZEDOUT magic value to the running script during a bailout. This magic value can then be used by JavaScript to achieve memory corruption, which results in a potentially exploitable crash. (CVE-2019-9792) - A mechanism was discovered that removes some bounds checking for string, array, or typed array accesses if Spectre mitigations have been disabled. This vulnerability could allow an attacker to create an arbitrary value in compiled JavaScript, for which the range analysis will infer a fully controlled, incorrect range in circumstances where users have explicitly disabled Spectre mitigations. Note: Spectre mitigations are currently enabled for all users by default settings. (CVE-2019-9793) - A vulnerability was discovered where specific command line arguments are not properly discarded during Firefox invocation as a shell handler for URLs. This could be used to retrieve and execute files whose location is supplied through these command line arguments if Firefox is configured as the default URI handler for a given URI scheme in third party applications and these applications insufficiently sanitize URL data. Note: This issue only affects Windows operating systems. Other operating systems are unaffected. (CVE-2019-9794) - A vulnerability where type-confusion in the IonMonkey just-in-time (JIT) compiler could potentially be used by malicious JavaScript to trigger a potentially exploitable crash. (CVE-2019-9795) - A use-after-free vulnerability can occur when the SMIL animation controller incorrectly registers with the refresh driver twice when only a single registration is expected. When a registration is later freed with the removal of the animation controller element, the refresh driver incorrectly leaves a dangling pointer to the driver
    last seen2020-06-01
    modified2020-06-02
    plugin id122949
    published2019-03-19
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/122949
    titleMozilla Firefox ESR < 60.6
  • NASL familySuSE Local Security Checks
    NASL idOPENSUSE-2019-1162.NASL
    descriptionThis update for MozillaThunderbird to version 60.5.1 fixes the following issues : Security issues fixed : - Update to MozillaThunderbird 60.6.1 (bsc#1130262) : - CVE-2019-9813: Fixed Ionmonkey type confusion with __proto__ mutations - CVE-2019-9810: Fixed IonMonkey MArraySlice incorrect alias information - Update to MozillaThunderbird 60.6 (bsc#1129821) : - CVE-2018-18506: Fixed an issue with Proxy Auto-Configuration file - CVE-2019-9801: Fixed an issue which could allow Windows programs to be exposed to web content - CVE-2019-9788: Fixed multiple memory safety bugs - CVE-2019-9790: Fixed a Use-after-free vulnerability when removing in-use DOM elements - CVE-2019-9791: Fixed an incorrect Type inference for constructors entered through on-stack replacement with IonMonkey - CVE-2019-9792: Fixed an issue where IonMonkey leaks JS_OPTIMIZED_OUT magic value to script - CVE-2019-9793: Fixed multiple improper bounds checks when Spectre mitigations are disabled - CVE-2019-9794: Fixed an issue where command line arguments not discarded during execution - CVE-2019-9795: Fixed a Type-confusion vulnerability in IonMonkey JIT compiler - CVE-2019-9796: Fixed a Use-after-free vulnerability in SMIL animation controller - Update to MozillaThunderbird 60.5.1 (bsc#1125330) : - CVE-2018-18356: Fixed a use-after-free vulnerability in the Skia library which can occur when creating a path, leading to a potentially exploitable crash. - CVE-2019-5785: Fixed an integer overflow vulnerability in the Skia library which can occur after specific transform operations, leading to a potentially exploitable crash. - CVE-2018-18335: Fixed a buffer overflow vulnerability in the Skia library which can occur with Canvas 2D acceleration on macOS. This issue was addressed by disabling Canvas 2D acceleration in Firefox ESR. Note: this does not affect other versions and platforms where Canvas 2D acceleration is already disabled by default. - CVE-2018-18509: Fixed a flaw which during verification of certain S/MIME signatures showing mistakenly that emails bring a valid sugnature. Release notes: https://www.mozilla.org/en-US/security/advisories/mfsa20 19-12/ https://www.mozilla.org/en-US/security/advisories/mfsa20 19-11/ https://www.mozilla.org/en-US/security/advisories/mfsa20 19-06/
    last seen2020-06-01
    modified2020-06-02
    plugin id123817
    published2019-04-08
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/123817
    titleopenSUSE Security Update : MozillaThunderbird (openSUSE-2019-1162)
  • NASL familyWindows
    NASL idMOZILLA_THUNDERBIRD_60_6.NASL
    descriptionThe version of Thunderbird installed on the remote Windows host is prior to 60.6. It is, therefore, affected by multiple vulnerabilities as referenced in the mfsa2019-11 advisory. - A use-after-free vulnerability can occur when a raw pointer to a DOM element on a page is obtained using JavaScript and the element is then removed while still in use. This results in a potentially exploitable crash. (CVE-2019-9790) - The type inference system allows the compilation of functions that can cause type confusions between arbitrary objects when compiled through the IonMonkey just-in-time (JIT) compiler and when the constructor function is entered through on-stack replacement (OSR). This allows for possible arbitrary reading and writing of objects during an exploitable crash. (CVE-2019-9791) - The IonMonkey just-in-time (JIT) compiler can leak an internal JSOPTIMIZEDOUT magic value to the running script during a bailout. This magic value can then be used by JavaScript to achieve memory corruption, which results in a potentially exploitable crash. (CVE-2019-9792) - A mechanism was discovered that removes some bounds checking for string, array, or typed array accesses if Spectre mitigations have been disabled. This vulnerability could allow an attacker to create an arbitrary value in compiled JavaScript, for which the range analysis will infer a fully controlled, incorrect range in circumstances where users have explicitly disabled Spectre mitigations. Note: Spectre mitigations are currently enabled for all users by default settings. (CVE-2019-9793) - A vulnerability was discovered where specific command line arguments are not properly discarded during Firefox invocation as a shell handler for URLs. This could be used to retrieve and execute files whose location is supplied through these command line arguments if Firefox is configured as the default URI handler for a given URI scheme in third party applications and these applications insufficiently sanitize URL data. Note: This issue only affects Windows operating systems. Other operating systems are unaffected. (CVE-2019-9794) - A vulnerability where type-confusion in the IonMonkey just-in-time (JIT) compiler could potentially be used by malicious JavaScript to trigger a potentially exploitable crash. (CVE-2019-9795) - A use-after-free vulnerability can occur when the SMIL animation controller incorrectly registers with the refresh driver twice when only a single registration is expected. When a registration is later freed with the removal of the animation controller element, the refresh driver incorrectly leaves a dangling pointer to the driver
    last seen2020-06-01
    modified2020-06-02
    plugin id123507
    published2019-03-29
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/123507
    titleMozilla Thunderbird < 60.6
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2019-0852-1.NASL
    descriptionThis update for MozillaFirefox fixes the following issues : Security issuess addressed : update to Firefox ESR 60.6.1 (bsc#1130262) : CVE-2019-9813: Fixed Ionmonkey type confusion with __proto__ mutations CVE-2019-9810: Fixed IonMonkey MArraySlice incorrect alias information Update to Firefox ESR 60.6 (bsc#1129821) : CVE-2018-18506: Fixed an issue with Proxy Auto-Configuration file CVE-2019-9801: Fixed an issue which could allow Windows programs to be exposed to web content CVE-2019-9788: Fixed multiple memory safety bugs CVE-2019-9790: Fixed a Use-after-free vulnerability when removing in-use DOM elements CVE-2019-9791: Fixed an incorrect Type inference for constructors entered through on-stack replacement with IonMonkey CVE-2019-9792: Fixed an issue where IonMonkey leaks JS_OPTIMIZED_OUT magic value to script CVE-2019-9793: Fixed multiple improper bounds checks when Spectre mitigations are disabled CVE-2019-9794: Fixed an issue where command line arguments not discarded during execution CVE-2019-9795: Fixed a Type-confusion vulnerability in IonMonkey JIT compiler CVE-2019-9796: Fixed a Use-after-free vulnerability in SMIL animation controller Update to Firefox ESR 60.5.1 (bsc#1125330) : CVE-2018-18356: Fixed a use-after-free vulnerability in the Skia library which can occur when creating a path, leading to a potentially exploitable crash. CVE-2019-5785: Fixed an integer overflow vulnerability in the Skia library which can occur after specific transform operations, leading to a potentially exploitable crash. CVE-2018-18335: Fixed a buffer overflow vulnerability in the Skia library which can occur with Canvas 2D acceleration on macOS. This issue was addressed by disabling Canvas 2D acceleration in Firefox ESR. Note: this does not affect other versions and platforms where Canvas 2D acceleration is already disabled by default. Other issue addressed: Fixed an issue with MozillaFirefox-translations-common which was causing error on update (bsc#1127987). Release notes: https://www.mozilla.org/en-US/security/advisories/mfsa2019-12/ Release notes: https://www.mozilla.org/en-US/security/advisories/mfsa2019-08/ Release notes: https://www.mozilla.org/en-US/security/advisories/mfsa2019-05/ Note that Tenable Network Security has extracted the preceding description block directly from the SUSE security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id123747
    published2019-04-04
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/123747
    titleSUSE SLED12 / SLES12 Security Update : MozillaFirefox (SUSE-SU-2019:0852-1)
  • NASL familyWindows
    NASL idMOZILLA_FIREFOX_60_6_ESR.NASL
    descriptionThe version of Firefox ESR installed on the remote Windows host is prior to 60.6. It is, therefore, affected by multiple vulnerabilities as referenced in the mfsa2019-08 advisory. - A use-after-free vulnerability can occur when a raw pointer to a DOM element on a page is obtained using JavaScript and the element is then removed while still in use. This results in a potentially exploitable crash. (CVE-2019-9790) - The type inference system allows the compilation of functions that can cause type confusions between arbitrary objects when compiled through the IonMonkey just-in-time (JIT) compiler and when the constructor function is entered through on-stack replacement (OSR). This allows for possible arbitrary reading and writing of objects during an exploitable crash. (CVE-2019-9791) - The IonMonkey just-in-time (JIT) compiler can leak an internal JSOPTIMIZEDOUT magic value to the running script during a bailout. This magic value can then be used by JavaScript to achieve memory corruption, which results in a potentially exploitable crash. (CVE-2019-9792) - A mechanism was discovered that removes some bounds checking for string, array, or typed array accesses if Spectre mitigations have been disabled. This vulnerability could allow an attacker to create an arbitrary value in compiled JavaScript, for which the range analysis will infer a fully controlled, incorrect range in circumstances where users have explicitly disabled Spectre mitigations. Note: Spectre mitigations are currently enabled for all users by default settings. (CVE-2019-9793) - A vulnerability was discovered where specific command line arguments are not properly discarded during Firefox invocation as a shell handler for URLs. This could be used to retrieve and execute files whose location is supplied through these command line arguments if Firefox is configured as the default URI handler for a given URI scheme in third party applications and these applications insufficiently sanitize URL data. Note: This issue only affects Windows operating systems. Other operating systems are unaffected. (CVE-2019-9794) - A vulnerability where type-confusion in the IonMonkey just-in-time (JIT) compiler could potentially be used by malicious JavaScript to trigger a potentially exploitable crash. (CVE-2019-9795) - A use-after-free vulnerability can occur when the SMIL animation controller incorrectly registers with the refresh driver twice when only a single registration is expected. When a registration is later freed with the removal of the animation controller element, the refresh driver incorrectly leaves a dangling pointer to the driver
    last seen2020-06-01
    modified2020-06-02
    plugin id122950
    published2019-03-19
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/122950
    titleMozilla Firefox ESR < 60.6