Mozilla Foundation Security Advisory 2018-27
Security vulnerabilities fixed in Firefox ESR 60.3
- Announced
- October 23, 2018
- Impact
- critical
- Products
- Firefox ESR
- Fixed in
-
- Firefox ESR 60.3
#CVE-2018-12391: HTTP Live Stream audio data is accessible cross-origin
- Reporter
- Jun Kokatsu
- Impact
- high
Description
During HTTP Live Stream playback on Firefox for Android, audio data can be accessed across origins in violation of security policies. Because the problem is in the underlying Android service, this issue is addressed by treating all HLS streams as cross-origin and opaque to access.
Note: this issue only affects Firefox for Android. Desktop versions of Firefox are unaffected.
References
#CVE-2018-12392: Crash with nested event loops
- Reporter
- Nils
- Impact
- high
Description
When manipulating user events in nested loops while opening a document through script, it is possible to trigger a potentially exploitable crash due to poor event handling.
References
#CVE-2018-12393: Integer overflow during Unicode conversion while loading JavaScript
- Reporter
- R at Zero Day LLC
- Impact
- high
Description
A potential vulnerability was found in 32-bit builds where an integer overflow during the conversion of scripts to an internal UTF-16 representation could result in allocating a buffer too small for the conversion. This leads to a possible out-of-bounds write.
Note: 64-bit builds are not vulnerable to this issue.
References
#CVE-2018-12395: WebExtension bypass of domain restrictions through header rewriting
- Reporter
- Rob Wu, Andrew Swan
- Impact
- moderate
Description
By rewriting the Host
request headers using the webRequest
API, a WebExtension can bypass domain restrictions through domain fronting. This would allow access to domains that share a host that are otherwise restricted.
References
#CVE-2018-12396: WebExtension content scripts can execute in disallowed contexts
- Reporter
- Rob Wu
- Impact
- moderate
Description
A vulnerability where a WebExtension can run content scripts in disallowed contexts following navigation or other events. This allows for potential privilege escalation by the WebExtension on sites where content scripts should not be run.
References
#CVE-2018-12397: Missing warning prompt when WebExtension requests local file access
- Reporter
- Rob Wu
- Impact
- moderate
Description
A WebExtension can request access to local files without the warning prompt stating that the extension will "Access your data for all websites" being displayed to the user. This allows extensions to run content scripts in local pages without permission warnings when a local file is opened.
References
#CVE-2018-12389: Memory safety bugs fixed in Firefox ESR 60.3
- Reporter
- Mozilla developers and community
- Impact
- low
Description
Mozilla developers and community members Daniel Veditz and Philipp reported memory safety bugs present in Firefox ESR 60.2. 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.
References
#CVE-2018-12390: Memory safety bugs fixed in Firefox 63 and Firefox ESR 60.3
- Reporter
- Mozilla developers and community
- Impact
- critical
Description
Mozilla developers and community members Christian Holler, Bob Owen, Boris Zbarsky, Calixte Denizet, Jason Kratzer, Jed Davis, Taegeon Lee, Philipp, Ronald Crane, Raul Gurzau, Gary Kwong, Tyson Smith, Raymond Forbes, and Bogdan Tara reported memory safety bugs present in Firefox 62 and Firefox ESR 60.2. 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.