Mozilla Foundation Security Advisory 2022-45
Security Vulnerabilities fixed in Firefox ESR 102.4
- Announced
- October 18, 2022
- Impact
- high
- Products
- Firefox ESR
- Fixed in
-
- Firefox ESR 102.4
#CVE-2022-42927: Same-origin policy violation could have leaked cross-origin URLs
- Reporter
- James Lee
- Impact
- high
Description
A same-origin policy violation could have allowed the theft of cross-origin URL entries, leaking the result of a redirect, via performance.getEntries()
.
References
#CVE-2022-42928: Memory Corruption in JS Engine
- Reporter
- Samuel Groß
- Impact
- high
Description
Certain types of allocations were missing annotations that, if the Garbage Collector was in a specific state, could have lead to memory corruption and a potentially exploitable crash.
References
#CVE-2022-42929: Denial of Service via window.print
- Reporter
- Andrei Enache
- Impact
- moderate
Description
If a website called window.print()
in a particular way, it could cause a denial of service of the browser, which may persist beyond browser restart depending on the user's session restore settings.
References
#CVE-2022-42932: Memory safety bugs fixed in Firefox 106 and Firefox ESR 102.4
- Reporter
- Mozilla developers and community
- Impact
- moderate
Description
Mozilla developers Ashley Hale and the Mozilla Fuzzing Team reported memory safety bugs present in Firefox 105 and Firefox ESR 102.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.