-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
## mfsa2024-28.yml | ||
announced: June 13, 2024 | ||
impact: high | ||
fixed_in: | ||
- Thunderbird 115.12 | ||
title: Security Vulnerabilities fixed in Firefox ESR 115.12 | ||
advisories: | ||
CVE-2024-5702: | ||
title: Use-after-free in networking | ||
impact: high | ||
reporter: Kershaw Chang | ||
description: | | ||
Memory corruption in the networking stack could have led to a potentially exploitable crash. | ||
bugs: | ||
- url: 1193389 | ||
CVE-2024-5688: | ||
title: Use-after-free in JavaScript object transplant | ||
impact: high | ||
reporter: Lukas Bernhard | ||
description: | | ||
If a garbage collection was triggered at the right time, a use-after-free could have occurred during object transplant. | ||
bugs: | ||
- url: 1895086 | ||
CVE-2024-5690: | ||
title: External protocol handlers leaked by timing attack | ||
impact: moderate | ||
reporter: Satoki Tsuji | ||
description: | | ||
By monitoring the time certain operations take, an attacker could have guessed which external protocol handlers were functional on a user's system. | ||
bugs: | ||
- url: 1883693 | ||
CVE-2024-5691: | ||
title: Sandboxed iframes were able to bypass sandbox restrictions to open a new window | ||
impact: moderate | ||
reporter: Luan Herrera | ||
description: | | ||
By tricking the browser with a <code>X-Frame-Options</code> header, a sandboxed iframe could have presented a button that, if clicked by a user, would bypass restrictions to open a new window. | ||
bugs: | ||
- url: 1888695 | ||
CVE-2024-5692: | ||
title: Bypass of file name restrictions during saving | ||
impact: moderate | ||
reporter: Raphael Shaniyazov | ||
description: | | ||
On Windows 10, when using the 'Save As' functionality, an attacker could have tricked the browser into saving the file with a disallowed extension such as <code>.url</code> by including an invalid character in the extension. *Note:* This issue only affected Windows operating systems. Other operating systems are unaffected. | ||
bugs: | ||
- url: 1891234 | ||
CVE-2024-5693: | ||
title: Cross-Origin Image leak via Offscreen Canvas | ||
impact: moderate | ||
reporter: Kirtikumar Anandrao Ramchandani | ||
description: | | ||
Offscreen Canvas did not properly track cross-origin tainting, which could be used to access image data from another site in violation of same-origin policy. | ||
bugs: | ||
- url: 1891319 | ||
CVE-2024-5696: | ||
title: Memory Corruption in Text Fragments | ||
impact: moderate | ||
reporter: Irvan Kurniawan | ||
description: | | ||
By manipulating the text in an <code><input></code> tag, an attacker could have caused corrupt memory leading to a potentially exploitable crash. | ||
bugs: | ||
- url: 1896555 | ||
CVE-2024-5700: | ||
title: Memory safety bugs fixed in Firefox 127, Firefox ESR 115.12, and Thunderbird 115.12 | ||
impact: high | ||
reporter: The Mozilla Fuzzing Team | ||
description: | | ||
Memory safety bugs present in Firefox 126, Firefox ESR 115.11, and Thunderbird 115.11. 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. | ||
bugs: | ||
- url: 1862809, 1889355, 1893388, 1895123 | ||
desc: Memory safety bugs fixed in Firefox 127, Firefox ESR 115.12, and Thunderbird 115.12 |