Vulnerabilities > CVE-2019-11708 - Improper Input Validation vulnerability in Mozilla Firefox ESR
Attack vector
NETWORK Attack complexity
LOW Privileges required
NONE Confidentiality impact
HIGH Integrity impact
HIGH Availability impact
HIGH Summary
Insufficient vetting of parameters passed with the Prompt:Open IPC message between child and parent processes can result in the non-sandboxed parent process opening web content chosen by a compromised child process. When combined with additional vulnerabilities this could result in executing arbitrary code on the user's computer. This vulnerability affects Firefox ESR < 60.7.2, Firefox < 67.0.4, and Thunderbird < 60.7.2.
Vulnerable Configurations
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.
Exploit-Db
id | EDB-ID:47752 |
last seen | 2019-12-09 |
modified | 2019-12-07 |
published | 2019-12-07 |
reporter | Exploit-DB |
source | https://www.exploit-db.com/download/47752 |
title | Mozilla FireFox (Windows 10 x64) - Full Chain Client Side Attack |
Nessus
NASL family FreeBSD Local Security Checks NASL id FREEBSD_PKG_39BC2294FF3249729ECBB9F40B4CCB74.NASL description Mozilla Foundation reports : CVE-2019-11708: sandbox escape using Prompt:Open Insufficient vetting of parameters passed with the Prompt:Open IPC message between child and parent processes can result in the non-sandboxed parent process opening web content chosen by a compromised child process. When combined with additional vulnerabilities this could result in executing arbitrary code on the user last seen 2020-06-01 modified 2020-06-02 plugin id 126136 published 2019-06-24 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126136 title FreeBSD : Mozilla -- multiple vulnerabilities (39bc2294-ff32-4972-9ecb-b9f40b4ccb74) code # # (C) Tenable Network Security, Inc. # # The descriptive text and package checks in this plugin were # extracted from the FreeBSD VuXML database : # # Copyright 2003-2020 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(126136); script_version("1.4"); script_cvs_date("Date: 2020/01/10"); script_cve_id("CVE-2019-11708"); script_name(english:"FreeBSD : Mozilla -- multiple vulnerabilities (39bc2294-ff32-4972-9ecb-b9f40b4ccb74)"); 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-11708: sandbox escape using Prompt:Open Insufficient vetting of parameters passed with the Prompt:Open IPC message between child and parent processes can result in the non-sandboxed parent process opening web content chosen by a compromised child process. When combined with additional vulnerabilities this could result in executing arbitrary code on the user's computer." ); script_set_attribute( attribute:"see_also", value:"https://www.mozilla.org/en-US/security/advisories/mfsa2019-19/" ); # https://vuxml.freebsd.org/freebsd/39bc2294-ff32-4972-9ecb-b9f40b4ccb74.html script_set_attribute( attribute:"see_also", value:"http://www.nessus.org/u?c5a2d1b3" ); script_set_attribute(attribute:"solution", value:"Update the affected packages."); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C"); 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:C/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:waterfox"); script_set_attribute(attribute:"cpe", value:"cpe:/o:freebsd:freebsd"); script_set_attribute(attribute:"vuln_publication_date", value:"2019/06/20"); script_set_attribute(attribute:"patch_publication_date", value:"2019/06/21"); script_set_attribute(attribute:"plugin_publication_date", value:"2019/06/24"); 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:"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<67.0.4,1")) flag++; if (pkg_test(save_report:TRUE, pkg:"waterfox<56.2.12")) flag++; if (pkg_test(save_report:TRUE, pkg:"firefox-esr<60.7.2,1")) 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 family NewStart CGSL Local Security Checks NASL id NEWSTART_CGSL_NS-SA-2020-0017_FIREFOX.NASL description The remote NewStart CGSL host, running version MAIN 4.05, has firefox packages installed that are affected by multiple vulnerabilities: - Insufficient vetting of parameters passed with the Prompt:Open IPC message between child and parent processes can result in the non-sandboxed parent process opening web content chosen by a compromised child process. When combined with additional vulnerabilities this could result in executing arbitrary code on the user last seen 2020-03-18 modified 2020-03-11 plugin id 134411 published 2020-03-11 reporter This script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/134411 title NewStart CGSL MAIN 4.05 : firefox Multiple Vulnerabilities (NS-SA-2020-0017) code # # (C) Tenable Network Security, Inc. # # The descriptive text and package checks in this plugin were # extracted from ZTE advisory NS-SA-2020-0017. The text # itself is copyright (C) ZTE, Inc. include('compat.inc'); if (description) { script_id(134411); script_version("1.2"); script_set_attribute(attribute:"plugin_modification_date", value:"2020/03/13"); script_cve_id( "CVE-2019-9811", "CVE-2019-9812", "CVE-2019-11707", "CVE-2019-11708", "CVE-2019-11709", "CVE-2019-11711", "CVE-2019-11712", "CVE-2019-11713", "CVE-2019-11715", "CVE-2019-11717", "CVE-2019-11730", "CVE-2019-11733", "CVE-2019-11740", "CVE-2019-11742", "CVE-2019-11743", "CVE-2019-11744", "CVE-2019-11746", "CVE-2019-11752", "CVE-2019-11757", "CVE-2019-11758", "CVE-2019-11759", "CVE-2019-11760", "CVE-2019-11761", "CVE-2019-11762", "CVE-2019-11763", "CVE-2019-11764", "CVE-2019-17005", "CVE-2019-17008", "CVE-2019-17010", "CVE-2019-17011", "CVE-2019-17012" ); script_bugtraq_id(108810, 108835, 109086); script_name(english:"NewStart CGSL MAIN 4.05 : firefox Multiple Vulnerabilities (NS-SA-2020-0017)"); script_set_attribute(attribute:"synopsis", value: "The remote machine is affected by multiple vulnerabilities."); script_set_attribute(attribute:"description", value: "The remote NewStart CGSL host, running version MAIN 4.05, has firefox packages installed that are affected by multiple vulnerabilities: - Insufficient vetting of parameters passed with the Prompt:Open IPC message between child and parent processes can result in the non-sandboxed parent process opening web content chosen by a compromised child process. When combined with additional vulnerabilities this could result in executing arbitrary code on the user's computer. This vulnerability affects Firefox ESR < 60.7.2, Firefox < 67.0.4, and Thunderbird < 60.7.2. (CVE-2019-11708) - A type confusion vulnerability can occur when manipulating JavaScript objects due to issues in Array.pop. This can allow for an exploitable crash. We are aware of targeted attacks in the wild abusing this flaw. This vulnerability affects Firefox ESR < 60.7.1, Firefox < 67.0.3, and Thunderbird < 60.7.2. (CVE-2019-11707) - Mozilla developers and community members reported memory safety bugs present in Firefox 67 and Firefox ESR 60.7. 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. This vulnerability affects Firefox ESR < 60.8, Firefox < 68, and Thunderbird < 60.8. (CVE-2019-11709) - When an inner window is reused, it does not consider the use of document.domain for cross-origin protections. If pages on different subdomains ever cooperatively use document.domain, then either page can abuse this to inject script into arbitrary pages on the other subdomain, even those that did not use document.domain to relax their origin security. This vulnerability affects Firefox ESR < 60.8, Firefox < 68, and Thunderbird < 60.8. (CVE-2019-11711) - POST requests made by NPAPI plugins, such as Flash, that receive a status 308 redirect response can bypass CORS requirements. This can allow an attacker to perform Cross-Site Request Forgery (CSRF) attacks. This vulnerability affects Firefox ESR < 60.8, Firefox < 68, and Thunderbird < 60.8. (CVE-2019-11712) - A use-after-free vulnerability can occur in HTTP/2 when a cached HTTP/2 stream is closed while still in use, resulting in a potentially exploitable crash. This vulnerability affects Firefox ESR < 60.8, Firefox < 68, and Thunderbird < 60.8. (CVE-2019-11713) - Due to an error while parsing page content, it is possible for properly sanitized user input to be misinterpreted and lead to XSS hazards on web sites in certain circumstances. This vulnerability affects Firefox ESR < 60.8, Firefox < 68, and Thunderbird < 60.8. (CVE-2019-11715) - A vulnerability exists where the caret (^) character is improperly escaped constructing some URIs due to it being used as a separator, allowing for possible spoofing of origin attributes. This vulnerability affects Firefox ESR < 60.8, Firefox < 68, and Thunderbird < 60.8. (CVE-2019-11717) - A vulnerability exists where if a user opens a locally saved HTML file, this file can use file: URIs to access other files in the same directory or sub-directories if the names are known or guessed. The Fetch API can then be used to read the contents of any files stored in these directories and they may uploaded to a server. It was demonstrated that in combination with a popular Android messaging app, if a malicious HTML attachment is sent to a user and they opened that attachment in Firefox, due to that app's predictable pattern for locally-saved file names, it is possible to read attachments the victim received from other correspondents. This vulnerability affects Firefox ESR < 60.8, Firefox < 68, and Thunderbird < 60.8. (CVE-2019-11730) - As part of a winning Pwn2Own entry, a researcher demonstrated a sandbox escape by installing a malicious language pack and then opening a browser feature that used the compromised translation. This vulnerability affects Firefox ESR < 60.8, Firefox < 68, and Thunderbird < 60.8. (CVE-2019-9811) - When a master password is set, it is required to be entered again before stored passwords can be accessed in the 'Saved Logins' dialog. It was found that locally stored passwords can be copied to the clipboard thorough the 'copy password' context menu item without re- entering the master password if the master password had been previously entered in the same session, allowing for potential theft of stored passwords. This vulnerability affects Firefox < 68.0.2 and Firefox ESR < 68.0.2. (CVE-2019-11733) - Given a compromised sandboxed content process due to a separate vulnerability, it is possible to escape that sandbox by loading accounts.firefox.com in that process and forcing a log-in to a malicious Firefox Sync account. Preference settings that disable the sandbox are then synchronized to the local machine and the compromised browser would restart without the sandbox if a crash is triggered. This vulnerability affects Firefox ESR < 60.9, Firefox ESR < 68.1, and Firefox < 69. (CVE-2019-9812) - Mozilla developers and community members reported memory safety bugs present in Firefox 68, Firefox ESR 68, and Firefox 60.8. 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. This vulnerability affects Firefox < 69, Thunderbird < 68.1, Thunderbird < 60.9, Firefox ESR < 60.9, and Firefox ESR < 68.1. (CVE-2019-11740) - A same-origin policy violation occurs allowing the theft of cross-origin images through a combination of SVG filters and a <canvas> element due to an error in how same-origin policy is applied to cached image content. The resulting same-origin policy violation could allow for data theft. This vulnerability affects Firefox < 69, Thunderbird < 68.1, Thunderbird < 60.9, Firefox ESR < 60.9, and Firefox ESR < 68.1. (CVE-2019-11742) - Navigation events were not fully adhering to the W3C's Navigation-Timing Level 2 draft specification in some instances for the unload event, which restricts access to detailed timing attributes to only be same-origin. This resulted in potential cross-origin information exposure of history through timing side-channel attacks. This vulnerability affects Firefox < 69, Thunderbird < 68.1, Thunderbird < 60.9, Firefox ESR < 60.9, and Firefox ESR < 68.1. (CVE-2019-11743) - Some HTML elements, such as <title> and <textarea>, can contain literal angle brackets without treating them as markup. It is possible to pass a literal closing tag to .innerHTML on these elements, and subsequent content after that will be parsed as if it were outside the tag. This can lead to XSS if a site does not filter user input as strictly for these elements as it does for other elements. This vulnerability affects Firefox < 69, Thunderbird < 68.1, Thunderbird < 60.9, Firefox ESR < 60.9, and Firefox ESR < 68.1. (CVE-2019-11744) - A use-after-free vulnerability can occur while manipulating video elements if the body is freed while still in use. This results in a potentially exploitable crash. This vulnerability affects Firefox < 69, Thunderbird < 68.1, Thunderbird < 60.9, Firefox ESR < 60.9, and Firefox ESR < 68.1. (CVE-2019-11746) - It is possible to delete an IndexedDB key value and subsequently try to extract it during conversion. This results in a use-after-free and a potentially exploitable crash. This vulnerability affects Firefox < 69, Thunderbird < 68.1, Thunderbird < 60.9, Firefox ESR < 60.9, and Firefox ESR < 68.1. (CVE-2019-11752) - When following the value's prototype chain, it was possible to retain a reference to a locale, delete it, and subsequently reference it. This resulted in a use- after-free and a potentially exploitable crash. This vulnerability affects Firefox < 70, Thunderbird < 68.2, and Firefox ESR < 68.2. (CVE-2019-11757) - Mozilla community member Philipp reported a memory safety bug present in Firefox 68 when 360 Total Security was installed. This bug showed evidence of memory corruption in the accessibility engine and we presume that with enough effort that it could be exploited to run arbitrary code. This vulnerability affects Firefox < 69, Thunderbird < 68.2, and Firefox ESR < 68.2. (CVE-2019-11758) - If two same-origin documents set document.domain differently to become cross-origin, it was possible for them to call arbitrary DOM methods/getters/setters on the now-cross-origin window. This vulnerability affects Firefox < 70, Thunderbird < 68.2, and Firefox ESR < 68.2. (CVE-2019-11762) - Failure to correctly handle null bytes when processing HTML entities resulted in Firefox incorrectly parsing these entities. This could have led to HTML comment text being treated as HTML which could have led to XSS in a web application under certain conditions. It could have also led to HTML entities being masked from filters - enabling the use of entities to mask the actual characters of interest from filters. This vulnerability affects Firefox < 70, Thunderbird < 68.2, and Firefox ESR < 68.2. (CVE-2019-11763) - Mozilla developers and community members reported memory safety bugs present in Firefox 69 and Firefox ESR 68.1. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could be exploited to run arbitrary code. This vulnerability affects Firefox < 70, Thunderbird < 68.2, and Firefox ESR < 68.2. (CVE-2019-11764) - An attacker could have caused 4 bytes of HMAC output to be written past the end of a buffer stored on the stack. This could be used by an attacker to execute arbitrary code or more likely lead to a crash. This vulnerability affects Firefox < 70, Thunderbird < 68.2, and Firefox ESR < 68.2. (CVE-2019-11759) - A fixed-size stack buffer could overflow in nrappkit when doing WebRTC signaling. This resulted in a potentially exploitable crash in some instances. This vulnerability affects Firefox < 70, Thunderbird < 68.2, and Firefox ESR < 68.2. (CVE-2019-11760) - By using a form with a data URI it was possible to gain access to the privileged JSONView object that had been cloned into content. Impact from exposing this object appears to be minimal, however it was a bypass of existing defense in depth mechanisms. This vulnerability affects Firefox < 70, Thunderbird < 68.2, and Firefox ESR < 68.2. (CVE-2019-11761) - Under certain conditions, when checking the Resist Fingerprinting preference during device orientation checks, a race condition could have caused a use-after- free and a potentially exploitable crash. This vulnerability affects Thunderbird < 68.3, Firefox ESR < 68.3, and Firefox < 71. (CVE-2019-17010) - Under certain conditions, when retrieving a document from a DocShell in the antitracking code, a race condition could cause a use-after-free condition and a potentially exploitable crash. This vulnerability affects Thunderbird < 68.3, Firefox ESR < 68.3, and Firefox < 71. (CVE-2019-17011) - Mozilla developers reported memory safety bugs present in Firefox 70 and Firefox ESR 68.2. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code. This vulnerability affects Thunderbird < 68.3, Firefox ESR < 68.3, and Firefox < 71. (CVE-2019-17012) - When using nested workers, a use-after-free could occur during worker destruction. This resulted in a potentially exploitable crash. This vulnerability affects Thunderbird < 68.3, Firefox ESR < 68.3, and Firefox < 71. (CVE-2019-17008) - The plain text serializer used a fixed-size array for the number of elements it could process; however it was possible to overflow the static-sized array leading to memory corruption and a potentially exploitable crash. This vulnerability affects Thunderbird < 68.3, Firefox ESR < 68.3, and Firefox < 71. (CVE-2019-17005) 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:"http://security.gd-linux.com/notice/NS-SA-2020-0017"); script_set_attribute(attribute:"solution", value: "Upgrade the vulnerable CGSL firefox packages. Note that updated packages may not be available yet. Please contact ZTE for more information."); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C"); 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:C/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-11708"); 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/07/23"); script_set_attribute(attribute:"patch_publication_date", value:"2020/03/04"); script_set_attribute(attribute:"plugin_publication_date", value:"2020/03/11"); script_set_attribute(attribute:"plugin_type", value:"local"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_family(english:"NewStart CGSL Local Security Checks"); script_copyright(english:"This script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof."); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/ZTE-CGSL/release", "Host/ZTE-CGSL/rpm-list", "Host/cpu"); 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/ZTE-CGSL/release"); if (isnull(release) || release !~ "^CGSL (MAIN|CORE)") audit(AUDIT_OS_NOT, "NewStart Carrier Grade Server Linux"); if (release !~ "CGSL MAIN 4.05") audit(AUDIT_OS_NOT, 'NewStart CGSL MAIN 4.05'); if (!get_kb_item("Host/ZTE-CGSL/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING); cpu = get_kb_item("Host/cpu"); if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH); if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "NewStart Carrier Grade Server Linux", cpu); flag = 0; pkgs = { "CGSL MAIN 4.05": [ "firefox-68.4.1-1.el6.centos", "firefox-debuginfo-68.4.1-1.el6.centos" ] }; pkg_list = pkgs[release]; foreach (pkg in pkg_list) if (rpm_check(release:"ZTE " + release, reference:pkg)) flag++; if (flag) { security_report_v4( port : 0, severity : SECURITY_HOLE, extra : rpm_report_get() ); exit(0); } else { tested = pkg_tests_get(); if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested); else audit(AUDIT_PACKAGE_NOT_INSTALLED, "firefox"); }
NASL family SuSE Local Security Checks NASL id OPENSUSE-2019-1594.NASL description This update for MozillaThunderbird to version 60.7.2 fixes the following issues : Security issues fixed: 	 - CVE-2019-11707: Fixed a type confusion vulnerability in Arrary.pop (bsc#1138614) - CVE-2019-11708: Fixed an issue which could have allowed sandbox escape using Prompt:Open (bsc#1138872). last seen 2020-06-01 modified 2020-06-02 plugin id 126147 published 2019-06-24 reporter This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126147 title openSUSE Security Update : MozillaThunderbird (openSUSE-2019-1594) code # # (C) Tenable Network Security, Inc. # # The descriptive text and package checks in this plugin were # extracted from openSUSE Security Update openSUSE-2019-1594. # # The text description of this plugin is (C) SUSE LLC. # include("compat.inc"); if (description) { script_id(126147); script_version("1.5"); script_cvs_date("Date: 2019/08/13 10:54:57"); script_cve_id("CVE-2019-11707", "CVE-2019-11708"); script_name(english:"openSUSE Security Update : MozillaThunderbird (openSUSE-2019-1594)"); script_summary(english:"Check for the openSUSE-2019-1594 patch"); script_set_attribute( attribute:"synopsis", value:"The remote openSUSE host is missing a security update." ); script_set_attribute( attribute:"description", value: "This update for MozillaThunderbird to version 60.7.2 fixes the following issues : Security issues fixed: 	 - CVE-2019-11707: Fixed a type confusion vulnerability in Arrary.pop (bsc#1138614) - CVE-2019-11708: Fixed an issue which could have allowed sandbox escape using Prompt:Open (bsc#1138872)." ); script_set_attribute( attribute:"see_also", value:"https://bugzilla.opensuse.org/show_bug.cgi?id=1138614" ); script_set_attribute( attribute:"see_also", value:"https://bugzilla.opensuse.org/show_bug.cgi?id=1138872" ); script_set_attribute( attribute:"solution", value:"Update the affected MozillaThunderbird packages." ); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C"); 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:C/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:novell:opensuse:MozillaThunderbird"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:MozillaThunderbird-buildsymbols"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:MozillaThunderbird-debuginfo"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:MozillaThunderbird-debugsource"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:MozillaThunderbird-translations-common"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:MozillaThunderbird-translations-other"); script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:opensuse:42.3"); script_set_attribute(attribute:"vuln_publication_date", value:"2019/07/23"); script_set_attribute(attribute:"patch_publication_date", value:"2019/06/23"); script_set_attribute(attribute:"plugin_publication_date", value:"2019/06/24"); 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:"SuSE Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/SuSE/release", "Host/SuSE/rpm-list", "Host/cpu"); 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, "openSUSE"); if (release !~ "^(SUSE42\.3)$") audit(AUDIT_OS_RELEASE_NOT, "openSUSE", "42.3", release); if (!get_kb_item("Host/SuSE/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING); ourarch = get_kb_item("Host/cpu"); if (!ourarch) audit(AUDIT_UNKNOWN_ARCH); if (ourarch !~ "^(x86_64)$") audit(AUDIT_ARCH_NOT, "x86_64", ourarch); flag = 0; if ( rpm_check(release:"SUSE42.3", reference:"MozillaThunderbird-60.7.2-98.1") ) flag++; if ( rpm_check(release:"SUSE42.3", reference:"MozillaThunderbird-buildsymbols-60.7.2-98.1") ) flag++; if ( rpm_check(release:"SUSE42.3", reference:"MozillaThunderbird-debuginfo-60.7.2-98.1") ) flag++; if ( rpm_check(release:"SUSE42.3", reference:"MozillaThunderbird-debugsource-60.7.2-98.1") ) flag++; if ( rpm_check(release:"SUSE42.3", reference:"MozillaThunderbird-translations-common-60.7.2-98.1") ) flag++; if ( rpm_check(release:"SUSE42.3", reference:"MozillaThunderbird-translations-other-60.7.2-98.1") ) 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, "MozillaThunderbird / MozillaThunderbird-buildsymbols / etc"); }
NASL family SuSE Local Security Checks NASL id SUSE_SU-2019-1682-1.NASL description This update for MozillaFirefox fixes the following issues : Mozilla Firefox Firefox 60.7.2 MFSA 2019-19 (bsc#1138872) CVE-2019-11708: Fix sandbox escape using Prompt:Open. - Insufficient vetting of parameters passed with the Prompt:Open IPC message between child and parent processes could result in the non-sandboxed parent process opening web content chosen by a compromised child process. When combined with additional vulnerabilities this could result in executing arbitrary code on the user last seen 2020-06-01 modified 2020-06-02 plugin id 126172 published 2019-06-24 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126172 title SUSE SLED15 / SLES15 Security Update : MozillaFirefox (SUSE-SU-2019:1682-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:1682-1. # The text itself is copyright (C) SUSE. # include("compat.inc"); if (description) { script_id(126172); script_version("1.4"); script_cvs_date("Date: 2020/01/10"); script_cve_id("CVE-2019-11708"); script_name(english:"SUSE SLED15 / SLES15 Security Update : MozillaFirefox (SUSE-SU-2019:1682-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 fixes the following issues : Mozilla Firefox Firefox 60.7.2 MFSA 2019-19 (bsc#1138872) CVE-2019-11708: Fix sandbox escape using Prompt:Open. - Insufficient vetting of parameters passed with the Prompt:Open IPC message between child and parent processes could result in the non-sandboxed parent process opening web content chosen by a compromised child process. When combined with additional vulnerabilities this could result in executing arbitrary code on the user's computer. 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=1138872" ); script_set_attribute( attribute:"see_also", value:"https://www.suse.com/security/cve/CVE-2019-11708/" ); # https://www.suse.com/support/update/announcement/2019/suse-su-20191682-1/ script_set_attribute( attribute:"see_also", value:"http://www.nessus.org/u?188c1e59" ); 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-SP1:zypper in -t patch SUSE-SLE-Module-Development-Tools-OBS-15-SP1-2019-1682=1 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15:zypper in -t patch SUSE-SLE-Module-Development-Tools-OBS-15-2019-1682=1 SUSE Linux Enterprise Module for Desktop Applications 15-SP1:zypper in -t patch SUSE-SLE-Module-Desktop-Applications-15-SP1-2019-1682=1 SUSE Linux Enterprise Module for Desktop Applications 15:zypper in -t patch SUSE-SLE-Module-Desktop-Applications-15-2019-1682=1" ); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C"); 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:C/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: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-buildsymbols"); 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:"2019/07/23"); script_set_attribute(attribute:"patch_publication_date", value:"2019/06/22"); script_set_attribute(attribute:"plugin_publication_date", value:"2019/06/24"); 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|1)$", string:sp))) audit(AUDIT_OS_NOT, "SLES15 SP0/1", os_ver + " SP" + sp); if (os_ver == "SLED15" && (! preg(pattern:"^(0|1)$", string:sp))) audit(AUDIT_OS_NOT, "SLED15 SP0/1", os_ver + " SP" + sp); flag = 0; if (rpm_check(release:"SLES15", sp:"1", cpu:"x86_64", reference:"MozillaFirefox-buildsymbols-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLES15", sp:"1", cpu:"x86_64", reference:"MozillaFirefox-devel-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLES15", sp:"1", cpu:"s390x", reference:"MozillaFirefox-devel-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLES15", sp:"1", reference:"MozillaFirefox-branding-upstream-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLES15", sp:"1", reference:"MozillaFirefox-debuginfo-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLES15", sp:"1", reference:"MozillaFirefox-debugsource-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLES15", sp:"1", reference:"MozillaFirefox-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLES15", sp:"1", reference:"MozillaFirefox-debuginfo-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLES15", sp:"1", reference:"MozillaFirefox-debugsource-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLES15", sp:"1", reference:"MozillaFirefox-translations-common-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLES15", sp:"1", reference:"MozillaFirefox-translations-other-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLES15", sp:"0", reference:"MozillaFirefox-branding-upstream-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLES15", sp:"0", reference:"MozillaFirefox-debuginfo-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLES15", sp:"0", reference:"MozillaFirefox-debugsource-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLES15", sp:"0", reference:"MozillaFirefox-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLES15", sp:"0", reference:"MozillaFirefox-debuginfo-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLES15", sp:"0", reference:"MozillaFirefox-debugsource-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLES15", sp:"0", reference:"MozillaFirefox-devel-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLES15", sp:"0", reference:"MozillaFirefox-translations-common-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLES15", sp:"0", reference:"MozillaFirefox-translations-other-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLED15", sp:"1", cpu:"x86_64", reference:"MozillaFirefox-buildsymbols-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLED15", sp:"1", cpu:"x86_64", reference:"MozillaFirefox-devel-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLED15", sp:"1", cpu:"s390x", reference:"MozillaFirefox-devel-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLED15", sp:"1", reference:"MozillaFirefox-branding-upstream-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLED15", sp:"1", reference:"MozillaFirefox-debuginfo-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLED15", sp:"1", reference:"MozillaFirefox-debugsource-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLED15", sp:"1", reference:"MozillaFirefox-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLED15", sp:"1", reference:"MozillaFirefox-debuginfo-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLED15", sp:"1", reference:"MozillaFirefox-debugsource-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLED15", sp:"1", reference:"MozillaFirefox-translations-common-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLED15", sp:"1", reference:"MozillaFirefox-translations-other-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLED15", sp:"0", reference:"MozillaFirefox-branding-upstream-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLED15", sp:"0", reference:"MozillaFirefox-debuginfo-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLED15", sp:"0", reference:"MozillaFirefox-debugsource-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLED15", sp:"0", reference:"MozillaFirefox-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLED15", sp:"0", reference:"MozillaFirefox-debuginfo-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLED15", sp:"0", reference:"MozillaFirefox-debugsource-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLED15", sp:"0", reference:"MozillaFirefox-devel-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLED15", sp:"0", reference:"MozillaFirefox-translations-common-60.7.2-3.48.1")) flag++; if (rpm_check(release:"SLED15", sp:"0", reference:"MozillaFirefox-translations-other-60.7.2-3.48.1")) 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 family Debian Local Security Checks NASL id DEBIAN_DSA-4471.NASL description Multiple security issues have been found in Thunderbird which may lead to the execution of arbitrary code if malformed email messages are read. last seen 2020-06-01 modified 2020-06-02 plugin id 126224 published 2019-06-25 reporter This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126224 title Debian DSA-4471-1 : thunderbird - security update code # # (C) Tenable Network Security, Inc. # # The descriptive text and package checks in this plugin were # extracted from Debian Security Advisory DSA-4471. The text # itself is copyright (C) Software in the Public Interest, Inc. # include("compat.inc"); if (description) { script_id(126224); script_version("1.5"); script_cvs_date("Date: 2019/08/13 10:54:56"); script_cve_id("CVE-2019-11707", "CVE-2019-11708"); script_xref(name:"DSA", value:"4471"); script_name(english:"Debian DSA-4471-1 : thunderbird - security update"); script_summary(english:"Checks dpkg output for the updated package"); script_set_attribute( attribute:"synopsis", value:"The remote Debian host is missing a security-related update." ); script_set_attribute( attribute:"description", value: "Multiple security issues have been found in Thunderbird which may lead to the execution of arbitrary code if malformed email messages are read." ); script_set_attribute( attribute:"see_also", value:"https://security-tracker.debian.org/tracker/source-package/thunderbird" ); script_set_attribute( attribute:"see_also", value:"https://packages.debian.org/source/stretch/thunderbird" ); script_set_attribute( attribute:"see_also", value:"https://www.debian.org/security/2019/dsa-4471" ); script_set_attribute( attribute:"solution", value: "Upgrade the thunderbird packages. For the stable distribution (stretch), these problems have been fixed in version 1:60.7.2-1~deb9u1." ); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C"); 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:C/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:debian:debian_linux:thunderbird"); script_set_attribute(attribute:"cpe", value:"cpe:/o:debian:debian_linux:9.0"); script_set_attribute(attribute:"vuln_publication_date", value:"2019/07/23"); script_set_attribute(attribute:"patch_publication_date", value:"2019/06/24"); script_set_attribute(attribute:"plugin_publication_date", value:"2019/06/25"); 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:"Debian Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/Debian/release", "Host/Debian/dpkg-l"); exit(0); } include("audit.inc"); include("debian_package.inc"); if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); if (!get_kb_item("Host/Debian/release")) audit(AUDIT_OS_NOT, "Debian"); if (!get_kb_item("Host/Debian/dpkg-l")) audit(AUDIT_PACKAGE_LIST_MISSING); flag = 0; if (deb_check(release:"9.0", prefix:"calendar-google-provider", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-dbg", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-dev", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-all", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-ar", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-ast", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-be", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-bg", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-bn-bd", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-br", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-ca", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-cs", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-da", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-de", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-dsb", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-el", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-en-gb", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-es-ar", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-es-es", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-et", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-eu", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-fi", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-fr", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-fy-nl", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-ga-ie", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-gd", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-gl", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-he", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-hr", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-hsb", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-hu", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-hy-am", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-id", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-is", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-it", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-ja", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-kab", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-ko", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-lt", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-nb-no", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-nl", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-nn-no", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-pa-in", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-pl", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-pt-br", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-pt-pt", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-rm", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-ro", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-ru", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-si", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-sk", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-sl", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-sq", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-sr", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-sv-se", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-ta-lk", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-tr", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-uk", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-vi", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-zh-cn", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"icedove-l10n-zh-tw", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-extension", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-ar", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-ast", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-be", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-bg", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-bn-bd", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-br", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-ca", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-cs", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-cy", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-da", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-de", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-dsb", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-el", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-en-gb", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-es-ar", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-es-es", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-et", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-eu", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-fi", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-fr", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-fy-nl", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-ga-ie", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-gd", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-gl", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-he", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-hr", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-hsb", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-hu", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-hy-am", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-id", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-is", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-it", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-ja", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-kab", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-ko", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-lt", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-nb-no", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-nl", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-nn-no", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-pa-in", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-pl", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-pt-br", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-pt-pt", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-rm", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-ro", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-ru", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-si", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-sk", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-sl", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-sq", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-sr", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-sv-se", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-ta-lk", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-tr", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-uk", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-vi", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-zh-cn", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"iceowl-l10n-zh-tw", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-ar", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-ast", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-be", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-bg", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-bn-bd", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-br", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-ca", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-cs", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-cy", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-da", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-de", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-dsb", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-el", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-en-gb", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-es-ar", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-es-es", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-et", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-eu", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-fi", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-fr", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-fy-nl", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-ga-ie", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-gd", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-gl", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-he", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-hr", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-hsb", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-hu", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-hy-am", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-id", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-is", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-it", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-ja", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-kab", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-ko", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-lt", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-nb-no", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-nl", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-nn-no", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-pa-in", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-pl", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-pt-br", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-pt-pt", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-rm", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-ro", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-ru", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-si", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-sk", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-sl", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-sq", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-sr", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-sv-se", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-ta-lk", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-tr", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-uk", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-vi", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-zh-cn", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"lightning-l10n-zh-tw", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-dbg", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-dev", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-all", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-ar", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-ast", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-be", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-bg", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-bn-bd", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-br", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-ca", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-cs", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-da", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-de", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-dsb", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-el", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-en-gb", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-es-ar", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-es-es", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-et", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-eu", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-fi", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-fr", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-fy-nl", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-ga-ie", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-gd", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-gl", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-he", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-hr", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-hsb", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-hu", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-hy-am", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-id", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-is", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-it", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-ja", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-kab", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-ko", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-lt", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-nb-no", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-nl", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-nn-no", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-pa-in", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-pl", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-pt-br", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-pt-pt", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-rm", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-ro", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-ru", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-si", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-sk", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-sl", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-sq", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-sr", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-sv-se", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-ta-lk", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-tr", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-uk", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-vi", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-zh-cn", reference:"1:60.7.2-1~deb9u1")) flag++; if (deb_check(release:"9.0", prefix:"thunderbird-l10n-zh-tw", reference:"1:60.7.2-1~deb9u1")) flag++; if (flag) { if (report_verbosity > 0) security_hole(port:0, extra:deb_report_get()); else security_hole(0); exit(0); } else audit(AUDIT_HOST_NOT, "affected");
NASL family Red Hat Local Security Checks NASL id REDHAT-RHSA-2019-1696.NASL description An update for firefox is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Critical. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. Mozilla Firefox is an open source web browser, designed for standards compliance, performance, and portability. This update upgrades Firefox to version 60.7.2 ESR. Security Fix(es) : * Mozilla: Type confusion in Array.pop (CVE-2019-11707) * Mozilla: Sandbox escape using Prompt:Open (CVE-2019-11708) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. last seen 2020-05-31 modified 2019-07-09 plugin id 126558 published 2019-07-09 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126558 title RHEL 8 : firefox (RHSA-2019:1696) code # # (C) Tenable Network Security, Inc. # # The descriptive text and package checks in this plugin were # extracted from Red Hat Security Advisory RHSA-2019:1696. The text # itself is copyright (C) Red Hat, Inc. # include("compat.inc"); if (description) { script_id(126558); script_version("1.8"); script_set_attribute(attribute:"plugin_modification_date", value:"2020/05/29"); script_cve_id("CVE-2019-11707", "CVE-2019-11708"); script_xref(name:"RHSA", value:"2019:1696"); script_name(english:"RHEL 8 : firefox (RHSA-2019:1696)"); script_summary(english:"Checks the rpm output for the updated packages"); script_set_attribute( attribute:"synopsis", value:"The remote Red Hat host is missing one or more security updates." ); script_set_attribute( attribute:"description", value: "An update for firefox is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Critical. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. Mozilla Firefox is an open source web browser, designed for standards compliance, performance, and portability. This update upgrades Firefox to version 60.7.2 ESR. Security Fix(es) : * Mozilla: Type confusion in Array.pop (CVE-2019-11707) * Mozilla: Sandbox escape using Prompt:Open (CVE-2019-11708) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section." ); script_set_attribute( attribute:"see_also", value:"https://www.mozilla.org/en-US/security/advisories/mfsa2019-18/" ); script_set_attribute( attribute:"see_also", value:"https://www.mozilla.org/en-US/security/advisories/mfsa2019-19/" ); script_set_attribute( attribute:"see_also", value:"https://access.redhat.com/errata/RHSA-2019:1696" ); script_set_attribute( attribute:"see_also", value:"https://access.redhat.com/security/cve/cve-2019-11707" ); script_set_attribute( attribute:"see_also", value:"https://access.redhat.com/security/cve/cve-2019-11708" ); script_set_attribute( attribute:"solution", value: "Update the affected firefox, firefox-debuginfo and / or firefox-debugsource packages." ); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C"); 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:C/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:redhat:enterprise_linux:firefox"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:firefox-debuginfo"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:firefox-debugsource"); script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:8"); script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:8.0"); script_set_attribute(attribute:"vuln_publication_date", value:"2019/07/23"); script_set_attribute(attribute:"patch_publication_date", value:"2019/07/08"); script_set_attribute(attribute:"plugin_publication_date", value:"2019/07/09"); 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:"Red Hat Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/RedHat/release", "Host/RedHat/rpm-list", "Host/cpu"); exit(0); } include("audit.inc"); include("global_settings.inc"); include("misc_func.inc"); include("rpm.inc"); if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); release = get_kb_item("Host/RedHat/release"); if (isnull(release) || "Red Hat" >!< release) audit(AUDIT_OS_NOT, "Red Hat"); os_ver = pregmatch(pattern: "Red Hat Enterprise Linux.*release ([0-9]+(\.[0-9]+)?)", string:release); if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Red Hat"); os_ver = os_ver[1]; if (! preg(pattern:"^8([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Red Hat 8.x", "Red Hat " + os_ver); if (!get_kb_item("Host/RedHat/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING); cpu = get_kb_item("Host/cpu"); if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH); if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$" && "s390" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Red Hat", cpu); yum_updateinfo = get_kb_item("Host/RedHat/yum-updateinfo"); if (!empty_or_null(yum_updateinfo)) { rhsa = "RHSA-2019:1696"; yum_report = redhat_generate_yum_updateinfo_report(rhsa:rhsa); if (!empty_or_null(yum_report)) { security_report_v4( port : 0, severity : SECURITY_HOLE, extra : yum_report ); exit(0); } else { audit_message = "affected by Red Hat security advisory " + rhsa; audit(AUDIT_OS_NOT, audit_message); } } else { flag = 0; if (rpm_check(release:"RHEL8", cpu:"s390x", reference:"firefox-60.7.2-3.el8_0", allowmaj:TRUE)) flag++; if (rpm_check(release:"RHEL8", cpu:"x86_64", reference:"firefox-60.7.2-3.el8_0", allowmaj:TRUE)) flag++; if (rpm_check(release:"RHEL8", cpu:"s390x", reference:"firefox-debuginfo-60.7.2-3.el8_0", allowmaj:TRUE)) flag++; if (rpm_check(release:"RHEL8", cpu:"x86_64", reference:"firefox-debuginfo-60.7.2-3.el8_0", allowmaj:TRUE)) flag++; if (rpm_check(release:"RHEL8", cpu:"s390x", reference:"firefox-debugsource-60.7.2-3.el8_0", allowmaj:TRUE)) flag++; if (rpm_check(release:"RHEL8", cpu:"x86_64", reference:"firefox-debugsource-60.7.2-3.el8_0", allowmaj:TRUE)) flag++; if (flag) { security_report_v4( port : 0, severity : SECURITY_HOLE, extra : rpm_report_get() + redhat_report_package_caveat() ); exit(0); } else { tested = pkg_tests_get(); if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested); else audit(AUDIT_PACKAGE_NOT_INSTALLED, "firefox / firefox-debuginfo / firefox-debugsource"); } }
NASL family Ubuntu Local Security Checks NASL id UBUNTU_USN-4045-1.NASL description A type confusion bug was discovered in Thunderbird. If a user were tricked in to opening a specially crafted website in a browsing context, an attacker could exploit this by causing a denial of service, or executing arbirary code. (CVE-2019-11707) It was discovered that a sandboxed child process could open arbitrary web content in the parent process via the Prompt:Open IPC message. When combined with another vulnerability, an attacker could potentially exploit this to execute arbitrary code. (CVE-2019-11708). Note that Tenable Network Security has extracted the preceding description block directly from the Ubuntu security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues. last seen 2020-06-01 modified 2020-06-02 plugin id 126465 published 2019-07-03 reporter Ubuntu Security Notice (C) 2019 Canonical, Inc. / NASL script (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126465 title Ubuntu 16.04 LTS / 18.04 LTS / 18.10 / 19.04 : thunderbird vulnerabilities (USN-4045-1) NASL family Windows NASL id MOZILLA_FIREFOX_60_7_2_ESR.NASL description The version of Firefox ESR installed on the remote Windows host is prior to 60.7.2. It is, therefore, affected by a vulnerability as referenced in the mfsa2019-19 advisory. - Insufficient vetting of parameters passed with the Prompt:Open IPC message between child and parent processes can result in the non-sandboxed parent process opening web content chosen by a compromised child process. When combined with additional vulnerabilities this could result in executing arbitrary code on the user last seen 2020-06-01 modified 2020-06-02 plugin id 126071 published 2019-06-20 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126071 title Mozilla Firefox ESR < 60.7.2 NASL family Fedora Local Security Checks NASL id FEDORA_2019-C2FF49EF73.NASL description Fix CVE-2019-11707 Fix CVE-2019-11708 Note that Tenable Network Security has extracted the preceding description block directly from the Fedora update system website. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues. last seen 2020-06-01 modified 2020-06-02 plugin id 126133 published 2019-06-24 reporter This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126133 title Fedora 30 : gjs / mozjs60 (2019-c2ff49ef73) NASL family Fedora Local Security Checks NASL id FEDORA_2019-1AE01E6688.NASL description - New upstream version (67.0.4) - Fixes CVE-2019-11708: sandbox escape using Prompt:Open - Release notes are at https://www.mozilla.org/en-US/firefox/67.0.4/releasenote s/ Note that Tenable Network Security has extracted the preceding description block directly from the Fedora update system website. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues. last seen 2020-05-31 modified 2019-06-24 plugin id 126131 published 2019-06-24 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126131 title Fedora 30 : firefox (2019-1ae01e6688) NASL family CentOS Local Security Checks NASL id CENTOS_RHSA-2019-1603.NASL description An update for firefox is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Critical. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. Mozilla Firefox is an open source web browser, designed for standards compliance, performance, and portability. This update upgrades Firefox to version 60.7.2 ESR. Security Fix(es) : * Mozilla: Type confusion in Array.pop (CVE-2019-11707) * Mozilla: Sandbox escape using Prompt:Open (CVE-2019-11708) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. last seen 2020-06-01 modified 2020-06-02 plugin id 126385 published 2019-07-02 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126385 title CentOS 7 : firefox (CESA-2019:1603) NASL family Oracle Linux Local Security Checks NASL id ORACLELINUX_ELSA-2019-1604.NASL description From Red Hat Security Advisory 2019:1604 : An update for firefox is now available for Red Hat Enterprise Linux 6. Red Hat Product Security has rated this update as having a security impact of Critical. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. Mozilla Firefox is an open source web browser, designed for standards compliance, performance, and portability. This update upgrades Firefox to version 60.7.2 ESR. Security Fix(es) : * Mozilla: Type confusion in Array.pop (CVE-2019-11707) * Mozilla: Sandbox escape using Prompt:Open (CVE-2019-11708) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. last seen 2020-05-31 modified 2019-06-27 plugin id 126300 published 2019-06-27 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126300 title Oracle Linux 6 : firefox (ELSA-2019-1604) NASL family Red Hat Local Security Checks NASL id REDHAT-RHSA-2019-1626.NASL description An update for thunderbird is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. Mozilla Thunderbird is a standalone mail and newsgroup client. This update upgrades Thunderbird to version 60.7.2. Security Fix(es) : * Mozilla: Type confusion in Array.pop (CVE-2019-11707) * thunderbird: Stack buffer overflow in icalrecur_add_bydayrules in icalrecur.c (CVE-2019-11705) * Mozilla: Sandbox escape using Prompt:Open (CVE-2019-11708) * thunderbird: Heap buffer over read in icalparser.c parser_get_next_char (CVE-2019-11703) * thunderbird: Heap buffer overflow in icalmemory_strdup_and_dequote function in icalvalue.c (CVE-2019-11704) * thunderbird: Type confusion in icaltimezone_get_vtimezone_properties function in icalproperty.c (CVE-2019-11706) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. last seen 2020-05-31 modified 2019-06-28 plugin id 126321 published 2019-06-28 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126321 title RHEL 7 : thunderbird (RHSA-2019:1626) NASL family SuSE Local Security Checks NASL id SUSE_SU-2019-1684-1.NASL description This update for MozillaFirefox fixes the following issues : Mozilla Firefox Firefox 60.7.2 MFSA 2019-19 (bsc#1138872) CVE-2019-11708: Fix sandbox escape using Prompt:Open. - Insufficient vetting of parameters passed with the Prompt:Open IPC message between child and parent processes could result in the non-sandboxed parent process opening web content chosen by a compromised child process. When combined with additional vulnerabilities this could result in executing arbitrary code on the user last seen 2020-06-01 modified 2020-06-02 plugin id 126173 published 2019-06-24 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126173 title SUSE SLED12 / SLES12 Security Update : MozillaFirefox (SUSE-SU-2019:1684-1) NASL family Red Hat Local Security Checks NASL id REDHAT-RHSA-2019-1624.NASL description An update for thunderbird is now available for Red Hat Enterprise Linux 6. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. Mozilla Thunderbird is a standalone mail and newsgroup client. This update upgrades Thunderbird to version 60.7.2. Security Fix(es) : * Mozilla: Type confusion in Array.pop (CVE-2019-11707) * thunderbird: Stack buffer overflow in icalrecur_add_bydayrules in icalrecur.c (CVE-2019-11705) * Mozilla: Sandbox escape using Prompt:Open (CVE-2019-11708) * thunderbird: Heap buffer over read in icalparser.c parser_get_next_char (CVE-2019-11703) * thunderbird: Heap buffer overflow in icalmemory_strdup_and_dequote function in icalvalue.c (CVE-2019-11704) * thunderbird: Type confusion in icaltimezone_get_vtimezone_properties function in icalproperty.c (CVE-2019-11706) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. last seen 2020-05-31 modified 2019-06-28 plugin id 126320 published 2019-06-28 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126320 title RHEL 6 : thunderbird (RHSA-2019:1624) NASL family Scientific Linux Local Security Checks NASL id SL_20190627_THUNDERBIRD_ON_SL6_X.NASL description Security Fix(es) : - Mozilla: Type confusion in Array.pop (CVE-2019-11707) - thunderbird: Stack buffer overflow in icalrecur_add_bydayrules in icalrecur.c (CVE-2019-11705) - Mozilla: Sandbox escape using Prompt:Open (CVE-2019-11708) - thunderbird: Heap buffer over read in icalparser.c parser_get_next_char (CVE-2019-11703) - thunderbird: Heap buffer overflow in icalmemory_strdup_and_dequote function in icalvalue.c (CVE-2019-11704) - thunderbird: Type confusion in icaltimezone_get_vtimezone_properties function in icalproperty.c (CVE-2019-11706) last seen 2020-05-31 modified 2019-07-01 plugin id 126366 published 2019-07-01 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126366 title Scientific Linux Security Update : thunderbird on SL6.x i386/x86_64 (20190627) NASL family Red Hat Local Security Checks NASL id REDHAT-RHSA-2019-1604.NASL description An update for firefox is now available for Red Hat Enterprise Linux 6. Red Hat Product Security has rated this update as having a security impact of Critical. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. Mozilla Firefox is an open source web browser, designed for standards compliance, performance, and portability. This update upgrades Firefox to version 60.7.2 ESR. Security Fix(es) : * Mozilla: Type confusion in Array.pop (CVE-2019-11707) * Mozilla: Sandbox escape using Prompt:Open (CVE-2019-11708) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. last seen 2020-05-31 modified 2019-06-26 plugin id 126252 published 2019-06-26 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126252 title RHEL 6 : firefox (RHSA-2019:1604) NASL family NewStart CGSL Local Security Checks NASL id NEWSTART_CGSL_NS-SA-2019-0163_THUNDERBIRD.NASL description The remote NewStart CGSL host, running version CORE 5.05 / MAIN 5.05, has thunderbird packages installed that are affected by multiple vulnerabilities: - A flaw in Thunderbird last seen 2020-06-01 modified 2020-06-02 plugin id 127447 published 2019-08-12 reporter This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/127447 title NewStart CGSL CORE 5.05 / MAIN 5.05 : thunderbird Multiple Vulnerabilities (NS-SA-2019-0163) NASL family Amazon Linux Local Security Checks NASL id AL2_ALAS-2019-1250.NASL description libical: Heap buffer over read in icalparser.c parser_get_next_char (CVE-2019-11703) libical: Type confusion in icaltimezone_get_vtimezone_properties function in icalproperty.c (CVE-2019-11706) Mozilla: Sandbox escape using Prompt:Open (CVE-2019-11708) libical: Stack buffer overflow in icalrecur_add_bydayrules in icalrecur.c (CVE-2019-11705) libical: Heap buffer overflow in icalmemory_strdup_and_dequote function in icalvalue.c (CVE-2019-11704) Mozilla: Type confusion in Array.pop (CVE-2019-11707) last seen 2020-05-31 modified 2019-07-24 plugin id 126962 published 2019-07-24 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126962 title Amazon Linux 2 : thunderbird (ALAS-2019-1250) NASL family Oracle Linux Local Security Checks NASL id ORACLELINUX_ELSA-2019-1696.NASL description From Red Hat Security Advisory 2019:1696 : An update for firefox is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Critical. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. Mozilla Firefox is an open source web browser, designed for standards compliance, performance, and portability. This update upgrades Firefox to version 60.7.2 ESR. Security Fix(es) : * Mozilla: Type confusion in Array.pop (CVE-2019-11707) * Mozilla: Sandbox escape using Prompt:Open (CVE-2019-11708) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. last seen 2020-05-31 modified 2019-08-12 plugin id 127596 published 2019-08-12 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/127596 title Oracle Linux 8 : firefox (ELSA-2019-1696) NASL family Oracle Linux Local Security Checks NASL id ORACLELINUX_ELSA-2019-1623.NASL description From Red Hat Security Advisory 2019:1623 : An update for thunderbird is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. Mozilla Thunderbird is a standalone mail and newsgroup client. This update upgrades Thunderbird to version 60.7.2. Security Fix(es) : * Mozilla: Type confusion in Array.pop (CVE-2019-11707) * thunderbird: Stack buffer overflow in icalrecur_add_bydayrules in icalrecur.c (CVE-2019-11705) * Mozilla: Sandbox escape using Prompt:Open (CVE-2019-11708) * thunderbird: Heap buffer over read in icalparser.c parser_get_next_char (CVE-2019-11703) * thunderbird: Heap buffer overflow in icalmemory_strdup_and_dequote function in icalvalue.c (CVE-2019-11704) * thunderbird: Type confusion in icaltimezone_get_vtimezone_properties function in icalproperty.c (CVE-2019-11706) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. last seen 2020-05-31 modified 2019-08-12 plugin id 127595 published 2019-08-12 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/127595 title Oracle Linux 8 : thunderbird (ELSA-2019-1623) NASL family Gentoo Local Security Checks NASL id GENTOO_GLSA-201908-12.NASL description The remote host is affected by the vulnerability described in GLSA-201908-12 (Mozilla Firefox: Multiple vulnerabilities) Multiple vulnerabilities have been discovered in Mozilla Firefox. Please review the CVE identifiers referenced below for details. Impact : A remote attacker could entice a user to view a specially crafted web page, possibly resulting in the execution of arbitrary code with the privileges of the process or a Denial of Service condition. Workaround : There is no known workaround at this time. last seen 2020-06-01 modified 2020-06-02 plugin id 127961 published 2019-08-20 reporter This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/127961 title GLSA-201908-12 : Mozilla Firefox: Multiple vulnerabilities NASL family NewStart CGSL Local Security Checks NASL id NEWSTART_CGSL_NS-SA-2019-0178_THUNDERBIRD.NASL description The remote NewStart CGSL host, running version MAIN 4.06, has thunderbird packages installed that are affected by multiple vulnerabilities: - Lack of correct bounds checking in Skia in Google Chrome prior to 73.0.3683.75 allowed a remote attacker to perform an out of bounds memory read via a crafted HTML page. (CVE-2019-5798) - Cross-origin images can be read from a canvas element in violation of the same-origin policy using the transferFromImageBitmap method. *Note: This only affects Firefox 65. Previous versions are unaffected.*. This vulnerability affects Firefox < 65.0.1. (CVE-2018-18511) - 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. This vulnerability affects Firefox < 66. (CVE-2019-9797) - A flaw in Thunderbird last seen 2020-06-01 modified 2020-06-02 plugin id 128698 published 2019-09-11 reporter This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/128698 title NewStart CGSL MAIN 4.06 : thunderbird Multiple Vulnerabilities (NS-SA-2019-0178) NASL family NewStart CGSL Local Security Checks NASL id NEWSTART_CGSL_NS-SA-2019-0164_FIREFOX.NASL description The remote NewStart CGSL host, running version CORE 5.05 / MAIN 5.05, has firefox packages installed that are affected by multiple vulnerabilities: - Insufficient vetting of parameters passed with the Prompt:Open IPC message between child and parent processes can result in the non-sandboxed parent process opening web content chosen by a compromised child process. When combined with additional vulnerabilities this could result in executing arbitrary code on the user last seen 2020-06-01 modified 2020-06-02 plugin id 127448 published 2019-08-12 reporter This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/127448 title NewStart CGSL CORE 5.05 / MAIN 5.05 : firefox Multiple Vulnerabilities (NS-SA-2019-0164) NASL family FreeBSD Local Security Checks NASL id FREEBSD_PKG_49BEB00FA6E14A4293DF9CB14B4C2BEE.NASL description Mozilla Foundation reports : CVE-2019-11707: Type confusion in Array.pop A type confusion vulnerability can occur when manipulating JavaScript objects due to issues in Array.pop. This can allow for an exploitable crash. We are aware of targeted attacks in the wild abusing this flaw. CVE-2019-11708: sandbox escape using Prompt:Open Insufficient vetting of parameters passed with the Prompt:Open IPC message between child and parent processes can result in the non-sandboxed parent process opening web content chosen by a compromised child process. When combined with additional vulnerabilities this could result in executing arbitrary code on the user last seen 2020-06-01 modified 2020-06-02 plugin id 126137 published 2019-06-24 reporter This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126137 title FreeBSD : Mozilla -- multiple vulnerabilities (49beb00f-a6e1-4a42-93df-9cb14b4c2bee) NASL family Debian Local Security Checks NASL id DEBIAN_DSA-4474.NASL description A sandbox escape was found in the Mozilla Firefox web browser, which could potentially result in the execution of arbitrary code if combined with additional vulnerabilities. last seen 2020-06-01 modified 2020-06-02 plugin id 126391 published 2019-07-02 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126391 title Debian DSA-4474-1 : firefox-esr - security update NASL family Red Hat Local Security Checks NASL id REDHAT-RHSA-2019-1603.NASL description An update for firefox is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Critical. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. Mozilla Firefox is an open source web browser, designed for standards compliance, performance, and portability. This update upgrades Firefox to version 60.7.2 ESR. Security Fix(es) : * Mozilla: Type confusion in Array.pop (CVE-2019-11707) * Mozilla: Sandbox escape using Prompt:Open (CVE-2019-11708) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. last seen 2020-05-31 modified 2019-06-26 plugin id 126251 published 2019-06-26 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126251 title RHEL 7 : firefox (RHSA-2019:1603) NASL family SuSE Local Security Checks NASL id OPENSUSE-2019-1606.NASL description This update for MozillaThunderbird fixes the following issues : Security issues fixed : - CVE-2019-11703: Fixed a heap-based buffer overflow in icalmemorystrdupanddequote() (bsc#1137595). - CVE-2019-11704: Fixed a heap-based buffer overflow in parser_get_next_char() (bsc#1137595). - CVE-2019-11705: Fixed a stack-based buffer overflow in icalrecur_add_bydayrules() (bsc#1137595). - CVE-2019-11706: Fixed a type confusion in icaltimezone_get_vtimezone_properties() (bsc#1137595). - CVE-2019-11707: Fixed a type confusion in Array.pop (bsc#1138872). - CVE-2019-11708: Fixed a sandbox escape using Prompt:Open (bsc#1138872). This update was imported from the SUSE:SLE-15:Update update project. last seen 2020-06-01 modified 2020-06-02 plugin id 126231 published 2019-06-25 reporter This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126231 title openSUSE Security Update : MozillaThunderbird (openSUSE-2019-1606) NASL family SuSE Local Security Checks NASL id OPENSUSE-2019-1595.NASL description This update for MozillaFirefox fixes the following issues : - Mozilla Firefox Firefox 60.7.2 MFSA 2019-19 (bsc#1138872) - CVE-2019-11708: Fix sandbox escape using Prompt:Open. - Insufficient vetting of parameters passed with the Prompt:Open IPC message between child and parent processes could result in the non-sandboxed parent process opening web content chosen by a compromised child process. When combined with additional vulnerabilities this could result in executing arbitrary code on the user last seen 2020-06-01 modified 2020-06-02 plugin id 126148 published 2019-06-24 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126148 title openSUSE Security Update : MozillaFirefox (openSUSE-2019-1595) NASL family MacOS X Local Security Checks NASL id MACOS_FIREFOX_60_7_2_ESR.NASL description The version of Firefox ESR installed on the remote macOS or Mac OS X host is prior to 60.7.2. It is, therefore, affected by a vulnerability as referenced in the mfsa2019-19 advisory. - Insufficient vetting of parameters passed with the Prompt:Open IPC message between child and parent processes can result in the non-sandboxed parent process opening web content chosen by a compromised child process. When combined with additional vulnerabilities this could result in executing arbitrary code on the user last seen 2020-06-01 modified 2020-06-02 plugin id 126069 published 2019-06-20 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126069 title Mozilla Firefox ESR < 60.7.2 NASL family MacOS X Local Security Checks NASL id MACOS_THUNDERBIRD_60_7_2.NASL description The version of Thunderbird installed on the remote macOS or Mac OS X host is prior to 60.7.2. It is, therefore, affected by multiple vulnerabilities as referenced in the mfsa2019-20 advisory. - A denial of service (DoS) vulnerability exists in the Arrays.pop component due to a type confusion vulnerability. An unauthenticated, remote attacker can exploit this issue, by manipulating JavaScript objects, to cause the application to stop responding (CVE-2019-11707). - A remote command execution vulnerability exists in Thunderbird last seen 2020-06-01 modified 2020-06-02 plugin id 126217 published 2019-06-25 reporter This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126217 title Mozilla Thunderbird < 60.7.2 NASL family NewStart CGSL Local Security Checks NASL id NEWSTART_CGSL_NS-SA-2020-0022_THUNDERBIRD.NASL description The remote NewStart CGSL host, running version MAIN 4.05, has thunderbird packages installed that are affected by multiple vulnerabilities: - Insufficient vetting of parameters passed with the Prompt:Open IPC message between child and parent processes can result in the non-sandboxed parent process opening web content chosen by a compromised child process. When combined with additional vulnerabilities this could result in executing arbitrary code on the user last seen 2020-03-18 modified 2020-03-11 plugin id 134410 published 2020-03-11 reporter This script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/134410 title NewStart CGSL MAIN 4.05 : thunderbird Multiple Vulnerabilities (NS-SA-2020-0022) NASL family Windows NASL id MOZILLA_FIREFOX_67_0_4.NASL description The version of Firefox installed on the remote Windows host is prior to 67.0.4. It is, therefore, affected by a vulnerability as referenced in the mfsa2019-19 advisory. - Insufficient vetting of parameters passed with the Prompt:Open IPC message between child and parent processes can result in the non-sandboxed parent process opening web content chosen by a compromised child process. When combined with additional vulnerabilities this could result in executing arbitrary code on the user last seen 2020-06-01 modified 2020-06-02 plugin id 126072 published 2019-06-20 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126072 title Mozilla Firefox < 67.0.4 NASL family Scientific Linux Local Security Checks NASL id SL_20190626_FIREFOX_ON_SL6_X.NASL description Security Fix(es) : - Mozilla: Type confusion in Array.pop (CVE-2019-11707) - Mozilla: Sandbox escape using Prompt:Open (CVE-2019-11708) last seen 2020-05-31 modified 2019-06-27 plugin id 126303 published 2019-06-27 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126303 title Scientific Linux Security Update : firefox on SL6.x i386/x86_64 (20190626) NASL family Slackware Local Security Checks NASL id SLACKWARE_SSA_2019-172-01.NASL description New mozilla-firefox packages are available for Slackware 14.2 and -current to fix a security issue. last seen 2020-06-01 modified 2020-06-02 plugin id 126093 published 2019-06-21 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126093 title Slackware 14.2 / current : mozilla-firefox (SSA:2019-172-01) NASL family NewStart CGSL Local Security Checks NASL id NEWSTART_CGSL_NS-SA-2019-0175_FIREFOX.NASL description The remote NewStart CGSL host, running version MAIN 4.06, has firefox packages installed that are affected by multiple vulnerabilities: - Lack of correct bounds checking in Skia in Google Chrome prior to 73.0.3683.75 allowed a remote attacker to perform an out of bounds memory read via a crafted HTML page. (CVE-2019-5798) - Cross-origin images can be read from a canvas element in violation of the same-origin policy using the transferFromImageBitmap method. *Note: This only affects Firefox 65. Previous versions are unaffected.*. This vulnerability affects Firefox < 65.0.1. (CVE-2018-18511) - 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. This vulnerability affects Firefox < 66. (CVE-2019-9797) - Insufficient vetting of parameters passed with the Prompt:Open IPC message between child and parent processes can result in the non-sandboxed parent process opening web content chosen by a compromised child process. When combined with additional vulnerabilities this could result in executing arbitrary code on the user last seen 2020-06-01 modified 2020-06-02 plugin id 128691 published 2019-09-11 reporter This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/128691 title NewStart CGSL MAIN 4.06 : firefox Multiple Vulnerabilities (NS-SA-2019-0175) NASL family Debian Local Security Checks NASL id DEBIAN_DLA-1836.NASL description Multiple security issues have been found in Thunderbird which may lead to the execution of arbitrary code if malformed email messages are read. For Debian 8 last seen 2020-06-01 modified 2020-06-02 plugin id 126247 published 2019-06-26 reporter This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126247 title Debian DLA-1836-1 : thunderbird security update NASL family CentOS Local Security Checks NASL id CENTOS_RHSA-2019-1624.NASL description An update for thunderbird is now available for Red Hat Enterprise Linux 6. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. Mozilla Thunderbird is a standalone mail and newsgroup client. This update upgrades Thunderbird to version 60.7.2. Security Fix(es) : * Mozilla: Type confusion in Array.pop (CVE-2019-11707) * thunderbird: Stack buffer overflow in icalrecur_add_bydayrules in icalrecur.c (CVE-2019-11705) * Mozilla: Sandbox escape using Prompt:Open (CVE-2019-11708) * thunderbird: Heap buffer over read in icalparser.c parser_get_next_char (CVE-2019-11703) * thunderbird: Heap buffer overflow in icalmemory_strdup_and_dequote function in icalvalue.c (CVE-2019-11704) * thunderbird: Type confusion in icaltimezone_get_vtimezone_properties function in icalproperty.c (CVE-2019-11706) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. last seen 2020-05-31 modified 2019-07-02 plugin id 126388 published 2019-07-02 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126388 title CentOS 6 : thunderbird (CESA-2019:1624) NASL family Oracle Linux Local Security Checks NASL id ORACLELINUX_ELSA-2019-1624.NASL description From Red Hat Security Advisory 2019:1624 : An update for thunderbird is now available for Red Hat Enterprise Linux 6. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. Mozilla Thunderbird is a standalone mail and newsgroup client. This update upgrades Thunderbird to version 60.7.2. Security Fix(es) : * Mozilla: Type confusion in Array.pop (CVE-2019-11707) * thunderbird: Stack buffer overflow in icalrecur_add_bydayrules in icalrecur.c (CVE-2019-11705) * Mozilla: Sandbox escape using Prompt:Open (CVE-2019-11708) * thunderbird: Heap buffer over read in icalparser.c parser_get_next_char (CVE-2019-11703) * thunderbird: Heap buffer overflow in icalmemory_strdup_and_dequote function in icalvalue.c (CVE-2019-11704) * thunderbird: Type confusion in icaltimezone_get_vtimezone_properties function in icalproperty.c (CVE-2019-11706) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. last seen 2020-05-31 modified 2019-06-28 plugin id 126317 published 2019-06-28 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126317 title Oracle Linux 6 : thunderbird (ELSA-2019-1624) NASL family CentOS Local Security Checks NASL id CENTOS_RHSA-2019-1604.NASL description An update for firefox is now available for Red Hat Enterprise Linux 6. Red Hat Product Security has rated this update as having a security impact of Critical. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. Mozilla Firefox is an open source web browser, designed for standards compliance, performance, and portability. This update upgrades Firefox to version 60.7.2 ESR. Security Fix(es) : * Mozilla: Type confusion in Array.pop (CVE-2019-11707) * Mozilla: Sandbox escape using Prompt:Open (CVE-2019-11708) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. last seen 2020-06-01 modified 2020-06-02 plugin id 126386 published 2019-07-02 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126386 title CentOS 6 : firefox (CESA-2019:1604) NASL family Windows NASL id MOZILLA_THUNDERBIRD_60_7_2.NASL description The version of Thunderbird installed on the remote Windows host is prior to 60.7.2. It is, therefore, affected by multiple vulnerabilities as referenced in the mfsa2019-20 advisory. - A denial of service (DoS) vulnerability exists in the Arrays.pop component due to a type confusion vulnerability. An unauthenticated, remote attacker can exploit this issue, by manipulating JavaScript objects, to cause the application to stop responding (CVE-2019-11707). - A remote command execution vulnerability exists in Thunderbird last seen 2020-06-01 modified 2020-06-02 plugin id 126218 published 2019-06-25 reporter This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126218 title Mozilla Thunderbird < 60.7.2 NASL family Scientific Linux Local Security Checks NASL id SL_20190626_FIREFOX_ON_SL7_X.NASL description Security Fix(es) : - Mozilla: Type confusion in Array.pop (CVE-2019-11707) - Mozilla: Sandbox escape using Prompt:Open (CVE-2019-11708) last seen 2020-05-31 modified 2019-07-02 plugin id 126434 published 2019-07-02 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126434 title Scientific Linux Security Update : firefox on SL7.x x86_64 (20190626) NASL family NewStart CGSL Local Security Checks NASL id NEWSTART_CGSL_NS-SA-2019-0160_THUNDERBIRD.NASL description The remote NewStart CGSL host, running version CORE 5.04 / MAIN 5.04, has thunderbird packages installed that are affected by multiple vulnerabilities: - A flaw in Thunderbird last seen 2020-06-01 modified 2020-06-02 plugin id 127441 published 2019-08-12 reporter This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/127441 title NewStart CGSL CORE 5.04 / MAIN 5.04 : thunderbird Multiple Vulnerabilities (NS-SA-2019-0160) NASL family Scientific Linux Local Security Checks NASL id SL_20190627_THUNDERBIRD_ON_SL7_X.NASL description Security Fix(es) : - Mozilla: Type confusion in Array.pop (CVE-2019-11707) - thunderbird: Stack buffer overflow in icalrecur_add_bydayrules in icalrecur.c (CVE-2019-11705) - Mozilla: Sandbox escape using Prompt:Open (CVE-2019-11708) - thunderbird: Heap buffer over read in icalparser.c parser_get_next_char (CVE-2019-11703) - thunderbird: Heap buffer overflow in icalmemory_strdup_and_dequote function in icalvalue.c (CVE-2019-11704) - thunderbird: Type confusion in icaltimezone_get_vtimezone_properties function in icalproperty.c (CVE-2019-11706) last seen 2020-05-31 modified 2019-07-02 plugin id 126435 published 2019-07-02 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126435 title Scientific Linux Security Update : thunderbird on SL7.x x86_64 (20190627) NASL family Oracle Linux Local Security Checks NASL id ORACLELINUX_ELSA-2019-1626.NASL description From Red Hat Security Advisory 2019:1626 : An update for thunderbird is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. Mozilla Thunderbird is a standalone mail and newsgroup client. This update upgrades Thunderbird to version 60.7.2. Security Fix(es) : * Mozilla: Type confusion in Array.pop (CVE-2019-11707) * thunderbird: Stack buffer overflow in icalrecur_add_bydayrules in icalrecur.c (CVE-2019-11705) * Mozilla: Sandbox escape using Prompt:Open (CVE-2019-11708) * thunderbird: Heap buffer over read in icalparser.c parser_get_next_char (CVE-2019-11703) * thunderbird: Heap buffer overflow in icalmemory_strdup_and_dequote function in icalvalue.c (CVE-2019-11704) * thunderbird: Type confusion in icaltimezone_get_vtimezone_properties function in icalproperty.c (CVE-2019-11706) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. last seen 2020-05-31 modified 2019-06-28 plugin id 126318 published 2019-06-28 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126318 title Oracle Linux 7 : thunderbird (ELSA-2019-1626) NASL family Oracle Linux Local Security Checks NASL id ORACLELINUX_ELSA-2019-1603.NASL description From Red Hat Security Advisory 2019:1603 : An update for firefox is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Critical. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. Mozilla Firefox is an open source web browser, designed for standards compliance, performance, and portability. This update upgrades Firefox to version 60.7.2 ESR. Security Fix(es) : * Mozilla: Type confusion in Array.pop (CVE-2019-11707) * Mozilla: Sandbox escape using Prompt:Open (CVE-2019-11708) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. last seen 2020-05-31 modified 2019-06-26 plugin id 126249 published 2019-06-26 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126249 title Oracle Linux 7 : firefox (ELSA-2019-1603) NASL family NewStart CGSL Local Security Checks NASL id NEWSTART_CGSL_NS-SA-2019-0161_FIREFOX.NASL description The remote NewStart CGSL host, running version CORE 5.04 / MAIN 5.04, has firefox packages installed that are affected by multiple vulnerabilities: - Insufficient vetting of parameters passed with the Prompt:Open IPC message between child and parent processes can result in the non-sandboxed parent process opening web content chosen by a compromised child process. When combined with additional vulnerabilities this could result in executing arbitrary code on the user last seen 2020-06-01 modified 2020-06-02 plugin id 127442 published 2019-08-12 reporter This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/127442 title NewStart CGSL CORE 5.04 / MAIN 5.04 : firefox Multiple Vulnerabilities (NS-SA-2019-0161) NASL family Red Hat Local Security Checks NASL id REDHAT-RHSA-2019-1623.NASL description An update for thunderbird is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. Mozilla Thunderbird is a standalone mail and newsgroup client. This update upgrades Thunderbird to version 60.7.2. Security Fix(es) : * Mozilla: Type confusion in Array.pop (CVE-2019-11707) * thunderbird: Stack buffer overflow in icalrecur_add_bydayrules in icalrecur.c (CVE-2019-11705) * Mozilla: Sandbox escape using Prompt:Open (CVE-2019-11708) * thunderbird: Heap buffer over read in icalparser.c parser_get_next_char (CVE-2019-11703) * thunderbird: Heap buffer overflow in icalmemory_strdup_and_dequote function in icalvalue.c (CVE-2019-11704) * thunderbird: Type confusion in icaltimezone_get_vtimezone_properties function in icalproperty.c (CVE-2019-11706) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. last seen 2020-05-31 modified 2019-06-28 plugin id 126319 published 2019-06-28 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126319 title RHEL 8 : thunderbird (RHSA-2019:1623) NASL family Fedora Local Security Checks NASL id FEDORA_2019-53E4772BB8.NASL description - New upstream version (67.0.4) - Fixes CVE-2019-11708: sandbox escape using Prompt:Open - Release notes are at https://www.mozilla.org/en-US/firefox/67.0.4/releasenote s/ Note that Tenable Network Security has extracted the preceding description block directly from the Fedora update system website. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues. last seen 2020-06-01 modified 2020-06-02 plugin id 126132 published 2019-06-24 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126132 title Fedora 29 : firefox (2019-53e4772bb8) NASL family CentOS Local Security Checks NASL id CENTOS_RHSA-2019-1626.NASL description An update for thunderbird is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. Mozilla Thunderbird is a standalone mail and newsgroup client. This update upgrades Thunderbird to version 60.7.2. Security Fix(es) : * Mozilla: Type confusion in Array.pop (CVE-2019-11707) * thunderbird: Stack buffer overflow in icalrecur_add_bydayrules in icalrecur.c (CVE-2019-11705) * Mozilla: Sandbox escape using Prompt:Open (CVE-2019-11708) * thunderbird: Heap buffer over read in icalparser.c parser_get_next_char (CVE-2019-11703) * thunderbird: Heap buffer overflow in icalmemory_strdup_and_dequote function in icalvalue.c (CVE-2019-11704) * thunderbird: Type confusion in icaltimezone_get_vtimezone_properties function in icalproperty.c (CVE-2019-11706) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. last seen 2020-05-31 modified 2019-07-02 plugin id 126389 published 2019-07-02 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126389 title CentOS 7 : thunderbird (CESA-2019:1626) NASL family MacOS X Local Security Checks NASL id MACOS_FIREFOX_67_0_4.NASL description The version of Firefox installed on the remote macOS or Mac OS X host is prior to 67.0.4. It is, therefore, affected by a vulnerability as referenced in the mfsa2019-19 advisory. - Insufficient vetting of parameters passed with the Prompt:Open IPC message between child and parent processes can result in the non-sandboxed parent process opening web content chosen by a compromised child process. When combined with additional vulnerabilities this could result in executing arbitrary code on the user last seen 2020-06-01 modified 2020-06-02 plugin id 126070 published 2019-06-20 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/126070 title Mozilla Firefox < 67.0.4
Redhat
advisories |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
rpms |
|
The Hacker News
id | THN:20A9EF5BF96A4D0377CA2D6F796E268C |
last seen | 2019-06-21 |
modified | 2019-06-21 |
published | 2019-06-21 |
reporter | The Hacker News |
source | https://thehackernews.com/2019/06/firefox-0day-vulnerability.html |
title | Firefox 67.0.4 Released — Mozilla Patches Second 0-Day Flaw This Week |
References
- https://www.mozilla.org/security/advisories/mfsa2019-20/
- https://www.mozilla.org/security/advisories/mfsa2019-19/
- https://bugzilla.mozilla.org/show_bug.cgi?id=1559858
- https://security.gentoo.org/glsa/201908-12
- http://packetstormsecurity.com/files/155592/Mozilla-Firefox-Windows-64-Bit-Chain-Exploit.html