Mozilla Foundation Security Advisory 2018-25
Security vulnerabilities fixed in Thunderbird 60.2.1
- Announced
- October 4, 2018
- Impact
- critical
- Products
- Thunderbird
- Fixed in
-
- Thunderbird 60.2.1
In general, these flaws cannot be exploited through email in the Thunderbird product because scripting is disabled when reading mail, but are potentially risks in browser or browser-like contexts.
#CVE-2018-12377: Use-after-free in refresh driver timers
- Reporter
- Nils
- Impact
- high
Description
A use-after-free vulnerability can occur when refresh driver timers are refreshed in some circumstances during shutdown when the timer is deleted while still in use. This results in a potentially exploitable crash.
References
#CVE-2018-12378: Use-after-free in IndexedDB
- Reporter
- Zhanjia Song
- Impact
- high
Description
A use-after-free vulnerability can occur when an IndexedDB index is deleted while still in use by JavaScript code that is providing payload values to be stored. This results in a potentially exploitable crash.
References
#CVE-2018-18499: Same-origin policy violation using meta refresh and performance.getEntries to steal cross-origin URLs
- Reporter
- James Lee (@Windowsrcer) of Kryptos Logic
- Impact
- high
Description
A same-origin policy violation allowing the theft of cross-origin URL entries when using a <meta> meta http-equiv="refresh"
on a page to cause a redirection to another site using performance.getEntries()
. This is a same-origin policy violation and could allow for data theft.
References
#CVE-2018-12379: Out-of-bounds write with malicious MAR file
- Reporter
- Holger Fuhrmannek
- Impact
- moderate
Description
When the Mozilla Updater opens a MAR format file which contains a very long item filename, an out-of-bounds write can be triggered, leading to a potentially exploitable crash. This requires running the Mozilla Updater manually on the local system with the malicious MAR file in order to occur.
References
#CVE-2017-16541: Proxy bypass using automount and autofs
- Reporter
- Filippo Cavallarin
- Impact
- moderate
Description
Browser proxy settings can be bypassed by using the automount feature with autofs to create a mount point on the local file system. Content can be loaded from this mounted file system directly using a file:
URI, bypassing configured proxy settings.
Note: this issue only affects OS X in default configurations. On Linux systems, autofs must be installed for the vulnerability to occur and Windows is not affected.
References
#CVE-2018-12385: Crash in TransportSecurityInfo due to cached data
- Reporter
- Philipp
- Impact
- moderate
Description
A potentially exploitable crash in TransportSecurityInfo
used for SSL can be triggered by data stored in the local cache in the user profile directory. This issue is only exploitable in combination with another vulnerability allowing an attacker to write data into the local cache or from locally installed malware. This issue also triggers a non-exploitable startup crash for users switching between the Nightly and Release versions of Firefox if the same profile is used.
References
#CVE-2018-12383: Setting a master password post-Firefox 58 does not delete unencrypted previously stored passwords
- Reporter
- Jurgen Gaeremyn
- Impact
- low
Description
If a user saved passwords before Firefox 58 and then later set a master password, an unencrypted copy of these passwords is still accessible. This is because the older stored password file was not deleted when the data was copied to a new format starting in Firefox 58. The new master password is added only on the new file. This could allow the exposure of stored password data outside of user expectations.
References
#CVE-2018-12376: Memory safety bugs fixed in Firefox 62, Firefox ESR 60.2, and Thunderbird 60.2.1
- Reporter
- Mozilla developers and community
- Impact
- critical
Description
Mozilla developers and community members Alex Gaynor, Boris Zbarsky, Christoph Diehl, Christian Holler, Jason Kratzer, Jed Davis, Tyson Smith, Bogdan Tara, Karl Tomlinson, Mats Palmgren, Nika Layzell, Ted Campbell, and Andrei Cristian Petcu reported memory safety bugs present in Firefox 61 and Firefox ESR 60.1. 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.