Download Firefox

Firefox is no longer supported on Windows 8.1 and below.

Please download Firefox ESR (Extended Support Release) to use Firefox.

Firefox is no longer supported on macOS 10.14 and below.

Please download Firefox ESR (Extended Support Release) to use Firefox.

Firefox Privacy Notice

Mozilla Foundation Security Advisory 2020-45

Security Vulnerabilities fixed in Firefox 82

Announced
October 20, 2020
Impact
high
Products
Firefox
Fixed in
  • Firefox 82

#CVE-2020-15969: Use-after-free in usersctp

Reporter
Mark Wodrich of Google
Impact
high
Description

A use-after-free bug in the usersctp library was reported upstream. We assume this could have led to memory corruption and a potentially exploitable crash.

References

#CVE-2020-15254: Undefined behavior in bounded channel of crossbeam rust crate

Reporter
Caelum van Ispelen
Impact
high
Description

In the crossbeam rust crate, the bounded channel incorrectly assumed that Vec::from_iter had allocated capacity that was the same as the number of iterator elements. Vec::from_iter does not actually guarantee that and may allocate extra memory. The destructor of the bounded channel reconstructs Vec from the raw pointer based on the incorrect assumptions - this is unsound and caused a deallocation with the incorrect capacity when Vec::from_iter had allocated different sizes than the number of iterator elements. The impact on Firefox is undetermined, but in another use case, the behavior was causing corruption of jemalloc structures.

References

#CVE-2020-15680: Presence of external protocol handlers could be determined through image tags

Reporter
Rotem Kerner
Impact
moderate
Description

If a valid external protocol handler was referenced in an image tag, the resulting broken image size could be distinguished from a broken image size of a non-existent protocol handler. This allowed an attacker to successfully probe whether an external protocol handler was registered.

References

#CVE-2020-15681: Multiple WASM threads may have overwritten each others' stub table entries

Reporter
Alon Zakai
Impact
moderate
Description

When multiple WASM threads had a reference to a module, and were looking up exported functions, one WASM thread could have overwritten another's entry in a shared stub table, resulting in a potentially exploitable crash.

References

#CVE-2020-15682: The domain associated with the prompt to open an external protocol could be spoofed to display the incorrect origin

Reporter
Lijo A.T.
Impact
low
Description

When a link to an external protocol was clicked, a prompt was presented that allowed the user to choose what application to open it in. An attacker could induce that prompt to be associated with an origin they didn't control, resulting in a spoofing attack. This was fixed by changing external protocol prompts to be tab-modal while also ensuring they could not be incorrectly associated with a different origin.

References

#CVE-2020-15683: Memory safety bugs fixed in Firefox 82 and Firefox ESR 78.4

Reporter
Mozilla developers and community
Impact
high
Description

Mozilla developers and community members Simon Giesecke, Christian Holler, Philipp, and Jason Kratzer reported memory safety bugs present in Firefox 81 and Firefox ESR 78.3. 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.

References

#CVE-2020-15684: Memory safety bugs fixed in Firefox 82

Reporter
Mozilla developers
Impact
high
Description

Mozilla developers Christian Holler, Sebastian Hengst, Bogdan Tara, and Tyson Smith reported memory safety bugs present in Firefox 81. 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.

References