Mozilla Foundation Security Advisory 2020-43
Security Vulnerabilities fixed in Firefox ESR 78.3
- Announced
- September 22, 2020
- Impact
- moderate
- Products
- Firefox ESR
- Fixed in
-
- Firefox ESR 78.3
#CVE-2020-15677: Download origin spoofing via redirect
- Reporter
- Richard Thomas and Tom Chothia of University of Birmingham
- Impact
- moderate
Description
By exploiting an Open Redirect vulnerability on a website, an attacker could have spoofed the site displayed in the download file dialog to show the original site (the one suffering from the open redirect) rather than the site the file was actually downloaded from.
References
#CVE-2020-15676: XSS when pasting attacker-controlled data into a contenteditable element
- Reporter
- Daniel Fröjdendahl
- Impact
- moderate
Description
Firefox sometimes ran the onload handler for SVG elements that the DOM sanitizer decided to remove, resulting in JavaScript being executed after pasting attacker-controlled data into a contenteditable element.
References
#CVE-2020-15678: When recursing through layers while scrolling, an iterator may have become invalid, resulting in a potential use-after-free scenario
- Reporter
- Lukas Bernhard
- Impact
- moderate
Description
When recursing through graphical layers while scrolling, an iterator may have become invalid, resulting in a potential use-after-free. This occurs because the function APZCTreeManager::ComputeClippedCompositionBounds
did not follow iterator invalidation rules.
References
#CVE-2020-15673: Memory safety bugs fixed in Firefox 81 and Firefox ESR 78.3
- Reporter
- Jason Kratzer
- Impact
- high
Description
Mozilla developer Jason Kratzer reported memory safety bugs present in Firefox 80 and Firefox ESR 78.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.