Skip to content

Commit

Permalink
Thunderbird 115.5.0 advisories (#67)
Browse files Browse the repository at this point in the history
* Advisories for iOS Release 115

* Thunderbird 115.0.1 advisories

* Thunderbird 115.5.0 advisories

---------

Co-authored-by: Laurie Marceau <lmarceau@mozilla.com>
Co-authored-by: Daniel Veditz <dveditz@gmail.com>
Co-authored-by: Frederik Braun <fb@frederik-braun.com>
  • Loading branch information
4 people committed Nov 21, 2023
1 parent 21a871d commit 62744a1
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions announce/2023/mfsa2023-52.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
## mfsa2023-52.yml
announced: November 21, 2023
impact: high
fixed_in:
- Thunderbird 115.5.0
title: Security Vulnerabilities fixed in Thunderbird 115.5.0
description: |
*In general, these flaws cannot be exploited through email in the Thunderbird product because scripting is disabled when reading mail, but are potentially risks in browser or browser-like contexts.*
advisories:
CVE-2023-6204:
title: Out-of-bound memory access in WebGL2 blitFramebuffer
impact: high
reporter: JSec of Hayyim Security
description: |
On some systems—depending on the graphics settings and drivers—it was possible to force an out-of-bounds read and leak memory data into the images created on the canvas element.
bugs:
- url: 1841050
CVE-2023-6205:
title: 'Use-after-free in MessagePort::Entangled'
impact: high
reporter: Yangkang of 360 ATA Team
description: |
It was possible to cause the use of a MessagePort after it had already
been freed, which could potentially have led to an exploitable crash.
bugs:
- url: 1854076
CVE-2023-6206:
title: Clickjacking permission prompts using the fullscreen transition
impact: high
reporter: Hafiizh
description: |
The black fade animation when exiting fullscreen is roughly
the length of the anti-clickjacking delay on permission prompts.
It was possible to use this fact to surprise users by luring them
to click where the permission grant button would be about to appear.
bugs:
- url: 1857430
CVE-2023-6207:
title: 'Use-after-free in ReadableByteStreamQueueEntry::Buffer'
impact: high
reporter: M. Coolie
description: |
Ownership mismanagement led to a use-after-free in ReadableByteStreams
bugs:
- url: 1861344
CVE-2023-6208:
title: Using Selection API would copy contents into X11 primary selection.
impact: moderate
reporter: turistu
description: |
When using X11, text selected by the page using the Selection API was erroneously copied into the primary selection, a temporary storage not unlike the clipboard.<br>*This bug only affects Thunderbird on X11. Other systems are unaffected.*
bugs:
- url: 1855345
CVE-2023-6209:
title: Incorrect parsing of relative URLs starting with "///"
impact: moderate
reporter: Rachmat Abdul Rokhim
description: |
Relative URLs starting with three slashes were incorrectly parsed, and a
path-traversal "/../" part in the path could be used to override the
specified host. This could contribute to security problems in web sites.
bugs:
- url: 1858570
CVE-2023-6212:
title: Memory safety bugs fixed in Firefox 120, Firefox ESR 115.5, and Thunderbird 115.5.0
impact: high
reporter: Mozilla Developers
description: |
Memory safety bugs present in Firefox 119, Firefox 115.4, and Thunderbird 115.4. 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: 1658432, 1820983, 1829252, 1856072, 1856091, 1859030, 1860943, 1862782
desc: Memory safety bugs fixed in Firefox 120, Firefox 115.5, and Thunderbird 115.5.0

0 comments on commit 62744a1

Please sign in to comment.