Mozilla Foundation Security Advisory 2024-44
Security Vulnerabilities fixed in Thunderbird 115.15
- Announced
- September 3, 2024
- Impact
- high
- Products
- Thunderbird
- Fixed in
-
- Thunderbird 115.15
In general, these flaws cannot be exploited through email in the Thunderbird product because scripting is disabled when reading mail, but are potential risks in browser or browser-like contexts.
#CVE-2024-8381: Type confusion when looking up a property name in a "with" block
- Reporter
- Nils Bars
- Impact
- high
Description
A potentially exploitable type confusion could be triggered when looking up a property name on an object being used as the with
environment.
References
#CVE-2024-8382: Internal event interfaces were exposed to web content when browser EventHandler listener callbacks ran
- Reporter
- Gregory Pappas
- Impact
- moderate
Description
Internal browser event interfaces were exposed to web content when privileged EventHandler listener callbacks ran for those events. Web content that tried to use those interfaces would not be able to use them with elevated privileges, but their presence would indicate certain browser features had been used, such as when a user opened the Dev Tools console.
References
#CVE-2024-8384: Garbage collection could mis-color cross-compartment objects in OOM conditions
- Reporter
- the Mozilla Fuzzing Team
- Impact
- moderate
Description
The JavaScript garbage collector could mis-color cross-compartment objects if OOM conditions were detected at the right point between two passes. This could have led to memory corruption.