Add Thunderbird 68.5 and correct the date in the Firefox advisories

This commit is contained in:
Tom Ritter 2020-02-10 14:39:48 -06:00
Родитель c3631c246f
Коммит 82d902d64c
3 изменённых файлов: 68 добавлений и 4 удалений

Просмотреть файл

@ -1,5 +1,5 @@
## mfsa2020-06.yml
announced: February 2, 2020
## mfsa2020-05.yml
announced: February 11, 2020
impact: high
fixed_in:
- Firefox 73

Просмотреть файл

@ -1,5 +1,5 @@
## mfsa2020-07.yml
announced: February 2, 2020
## mfsa2020-06.yml
announced: February 11, 2020
impact: high
fixed_in:
- Firefox ESR68.5

Просмотреть файл

@ -0,0 +1,64 @@
## mfsa2020-07.yml
announced: February 11, 2020
impact: moderate
fixed_in:
- Thunderbird 68.5
title: Security Vulnerabilities fixed in Thunderbird 68.5
advisories:
CVE-2020-6793:
title: Out-of-bounds read when processing certain email messages
impact: moderate
reporter: Chiaki ISHIKAWA
description: |
When processing an email message with an ill-formed envelope, Thunderbird could read data from a random memory location.
bugs:
- url: 1608539
CVE-2020-6794:
title: Setting a master password post-Thunderbird 52 does not delete unencrypted previously stored passwords
impact: moderate
reporter: Jurgen Gaeremyn
description: |
If a user saved passwords before Thunderbird 60 and then later set a master password, an unencrypted file of passwords is not deleted andremains accessible. The new master password is added only on the new format of password file, and the end result exposes previously saved password data outside of user expectations.
bugs:
- url: 1606619
CVE-2020-6795:
title: Crash processing S/MIME messages with multiple signatures
impact: moderate
reporter: Stephan Lauffer
description: |
When processing a message that contains multiple S/MIME signatures, a bug in the MIME processing code caused a null pointer dereference, leading to an unexploitable crash.
bugs:
- url: 1611105
CVE-2020-6797:
title: Extensions granted downloads.open permission could open arbitrary applications on Mac OSX
impact: moderate
reporter: Vladimir Metnew
description: |
By downloading a file with the .fileloc extension, a semi-privileged extension could launch an arbitrary application on the user's computer. The attacker is restricted as they are unable to download non-quarantined files or supply command line arguments to the application, limiting the impact.<br>*Note: this issue only occurs on Mac OSX. Other operating systems are unaffected.*
bugs:
- url: 1596668
CVE-2020-6798:
title: Incorrect parsing of template tag could result in JavaScript injection
impact: moderate
reporter: terjanq
description: |
If a <code>&lt;template&gt;</code> tag was used in a <code>&lt;select%gt;</code> tag, the parser could be confused and allow JavaScript parsing and execution when it should not be allowed. A site that relied on the browser behaving correctly could suffer a cross-site scripting vulnerability as a result.<br>*In general, this flaw cannot be exploited through email in the Thunderbird product because scripting is disabled when reading mail, but is potentially a risk in browser or browser-like contexts.*
bugs:
- url: 1602944
CVE-2020-6792:
title: Message ID calculcation was based on uninitialized data
impact: low
reporter: Chiaki ISHIKAWA
description: |
When deriving an identifier for an email message, uninitialized memory was used in addition to the message contents.
bugs:
- url: 1609607
CVE-2020-6800:
title: Memory safety bugs fixed in Thunderbird 68.5
impact: high
reporter: Mozilla developers and community
description: |
Mozilla developers and community members Raul Gurzau, Tyson Smith, Bob Clary, Liz Henry, and Christian Holler reported memory safety bugs present in Firefox 72 and Firefox ESR 68.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.<br>*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.*
bugs:
- url: 1595786, 1596706, 1598543, 1604851, 1608580, 1608785, 1605777
desc: Memory safety bugs fixed in Firefox 73, Firefox ESR 68.5, and Thunderbird 68.5