Mozilla Foundation Security Advisory 2019-27
Security vulnerabilities fixed in Firefox ESR 60.9
- Announced
- September 3, 2019
- Impact
- high
- Products
- Firefox ESR
- Fixed in
-
- Firefox ESR 60.9
#CVE-2019-11746: Use-after-free while manipulating video
- Reporter
- Nils
- Impact
- high
Description
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.
References
#CVE-2019-11744: XSS by breaking out of title and textarea elements using innerHTML
- Reporter
- Rakesh Mane
- Impact
- high
Description
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.
References
#CVE-2019-11742: Same-origin policy violation with SVG filters and canvas to steal cross-origin images
- Reporter
- Paul Stone
- Impact
- high
Description
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.
References
#CVE-2019-11753: Privilege escalation with Mozilla Maintenance Service in custom Firefox installation location
- Reporter
- Holger Fuhrmannek
- Impact
- high
Description
The Firefox installer allows Firefox to be installed to a custom user writable location, leaving it unprotected from manipulation by unprivileged users or malware. If the Mozilla Maintenance Service is manipulated to update this unprotected location and the updated maintenance service in the unprotected location has been altered, the altered maintenance service can run with elevated privileges during the update process due to a lack of integrity checks. This allows for privilege escalation if the executable has been replaced locally.
Note: This attack requires local system access and only affects Windows. Other operating systems are not affected.
References
#CVE-2019-11752: Use-after-free while extracting a key value in IndexedDB
- Reporter
- Zhanjia Song
- Impact
- high
Description
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.
References
#CVE-2019-9812: Sandbox escape through Firefox Sync
- Reporter
- Niklas Baumstark via TrendMicro's Zero Day Initiative
- Impact
- high
Description
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.
References
#CVE-2019-11743: Cross-origin access to unload event attributes
- Reporter
- Yoav Weiss
- Impact
- moderate
Description
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.
References
#CVE-2019-11740: Memory safety bugs fixed in Firefox 69, Firefox ESR 68.1, and Firefox ESR 60.9
- Reporter
- Mozilla developers and community
- Impact
- high
Description
Mozilla developers and community members Tyson Smith and Nathan Froyd 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.