Описание
Security update for MozillaThunderbird
This update for MozillaThunderbird fixes the following issues:
Updated to Mozilla Thunderbird 102.2.2:
-
CVE-2022-3033: Fixed leaking of sensitive information when composing a response to an HTML email with a META refresh tag (bsc#1203007).
-
CVE-2022-3032: Fixed missing blocking of remote content specified in an HTML document that was nested inside an iframe's srcdoc attribute (bsc#1203007).
-
CVE-2022-3034: Fixed issue where iframe element in an HTML email could trigger a network request (bsc#1203007).
-
CVE-2022-36059: Fixed DoS in Matrix SDK bundled with Thunderbird service attack (bsc#1203007).
-
CVE-2022-38472: Fixed Address bar spoofing via XSLT error handling (bsc#1202645).
-
CVE-2022-38473: Fixed cross-origin XSLT Documents inheriting the parent's permissions (bsc#1202645).
-
CVE-2022-38476: Fixed data race and potential use-after-free in PK11_ChangePW (bsc#1202645).
-
CVE-2022-38477: Fixed memory safety bugs (bsc#1202645).
-
CVE-2022-38478: Fixed memory safety bugs (bsc#1202645).
-
CVE-2022-36319: Fixed mouse position spoofing with CSS transforms (bsc#1201758).
-
CVE-2022-36318: Fixed directory indexes for bundled resources reflected URL parameters (bsc#1201758).
-
CVE-2022-36314: Fixed unexpected network loads when opening local .lnk files (bsc#1201758).
-
CVE-2022-2505: Fixed memory safety bugs (bsc#1201758).
-
CVE-2022-34479: Fixed vulnerability which could overlay the address bar with web content (bsc#1200793).
-
CVE-2022-34470: Fixed use-after-free in nsSHistory (bsc#1200793).
-
CVE-2022-34468: Fixed CSP sandbox header without
allow-scripts
bypass via retargeted javascript (bsc#1200793). -
CVE-2022-2226: Fixed emails with a mismatching OpenPGP signature date incorrectly accepted as valid (bsc#1200793).
-
CVE-2022-34481: Fixed integer overflow in ReplaceElementsAt (bsc#1200793).
-
CVE-2022-31744: Fixed CSP bypass enabling stylesheet injection (bsc#1200793).
-
CVE-2022-34472: Fixed unavailable PAC file resulting in OCSP requests being blocked (bsc#1200793).
-
CVE-2022-34478: Fixed Microsoft protocols attacks if a user accepts a prompt (bsc#1200793).
-
CVE-2022-2200: Fixed vulnerability where undesired attributes could be set as part of prototype pollution (bsc#1200793).
-
CVE-2022-34484: Fixed memory safety bugs (bsc#1200793).
Список пакетов
SUSE Linux Enterprise Module for Package Hub 15 SP3
SUSE Linux Enterprise Module for Package Hub 15 SP4
SUSE Linux Enterprise Workstation Extension 15 SP3
SUSE Linux Enterprise Workstation Extension 15 SP4
openSUSE Leap 15.3
openSUSE Leap 15.4
Ссылки
- Link for SUSE-SU-2022:3281-1
- E-Mail link for SUSE-SU-2022:3281-1
- SUSE Security Ratings
- SUSE Bug 1200793
- SUSE Bug 1201758
- SUSE Bug 1202645
- SUSE Bug 1203007
- SUSE CVE CVE-2022-2200 page
- SUSE CVE CVE-2022-2226 page
- SUSE CVE CVE-2022-2505 page
- SUSE CVE CVE-2022-3032 page
- SUSE CVE CVE-2022-3033 page
- SUSE CVE CVE-2022-3034 page
- SUSE CVE CVE-2022-31744 page
- SUSE CVE CVE-2022-34468 page
- SUSE CVE CVE-2022-34470 page
- SUSE CVE CVE-2022-34472 page
- SUSE CVE CVE-2022-34478 page
- SUSE CVE CVE-2022-34479 page
- SUSE CVE CVE-2022-34481 page
Описание
If an object prototype was corrupted by an attacker, they would have been able to set undesired attributes on a JavaScript object, leading to privileged code execution. This vulnerability affects Firefox < 102, Firefox ESR < 91.11, Thunderbird < 102, and Thunderbird < 91.11.
Затронутые продукты
Ссылки
- CVE-2022-2200
Описание
An OpenPGP digital signature includes information about the date when the signature was created. When displaying an email that contains a digital signature, the email's date will be shown. If the dates were different, then Thunderbird didn't report the email as having an invalid signature. If an attacker performed a replay attack, in which an old email with old contents are resent at a later time, it could lead the victim to believe that the statements in the email are current. Fixed versions of Thunderbird will require that the signature's date roughly matches the displayed date of the email. This vulnerability affects Thunderbird < 102 and Thunderbird < 91.11.
Затронутые продукты
Ссылки
- CVE-2022-2226
Описание
Mozilla developers and the Mozilla Fuzzing Team reported memory safety bugs present in Firefox 102. 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. This vulnerability affects Firefox ESR < 102.1, Firefox < 103, and Thunderbird < 102.1.
Затронутые продукты
Ссылки
- CVE-2022-2505
Описание
When receiving an HTML email that contained an <code>iframe</code> element, which used a <code>srcdoc</code> attribute to define the inner HTML document, remote objects specified in the nested document, for example images or videos, were not blocked. Rather, the network was accessed, the objects were loaded and displayed. This vulnerability affects Thunderbird < 102.2.1 and Thunderbird < 91.13.1.
Затронутые продукты
Ссылки
- CVE-2022-3032
- SUSE Bug 1203007
Описание
If a Thunderbird user replied to a crafted HTML email containing a <code>meta</code> tag, with the <code>meta</code> tag having the <code>http-equiv="refresh"</code> attribute, and the content attribute specifying an URL, then Thunderbird started a network request to that URL, regardless of the configuration to block remote content. In combination with certain other HTML elements and attributes in the email, it was possible to execute JavaScript code included in the message in the context of the message compose document. The JavaScript code was able to perform actions including, but probably not limited to, read and modify the contents of the message compose document, including the quoted original message, which could potentially contain the decrypted plaintext of encrypted data in the crafted email. The contents could then be transmitted to the network, either to the URL specified in the META refresh tag, or to a different URL, as the JavaScript code could modify the URL specified in the document. This bug doesn't affect users who have changed the default Message Body display setting to 'simple html' or 'plain text'. This vulnerability affects Thunderbird < 102.2.1 and Thunderbird < 91.13.1.
Затронутые продукты
Ссылки
- CVE-2022-3033
- SUSE Bug 1203007
- SUSE Bug 1205941
Описание
When receiving an HTML email that specified to load an <code>iframe</code> element from a remote location, a request to the remote document was sent. However, Thunderbird didn't display the document. This vulnerability affects Thunderbird < 102.2.1 and Thunderbird < 91.13.1.
Затронутые продукты
Ссылки
- CVE-2022-3034
- SUSE Bug 1203007
Описание
An attacker could have injected CSS into stylesheets accessible via internal URIs, such as resource:, and in doing so bypass a page's Content Security Policy. This vulnerability affects Firefox ESR < 91.11, Thunderbird < 102, Thunderbird < 91.11, and Firefox < 101.
Затронутые продукты
Ссылки
- CVE-2022-31744
- SUSE Bug 1200027
Описание
An iframe that was not permitted to run scripts could do so if the user clicked on a <code>javascript:</code> link. This vulnerability affects Firefox < 102, Firefox ESR < 91.11, Thunderbird < 102, and Thunderbird < 91.11.
Затронутые продукты
Ссылки
- CVE-2022-34468
Описание
Session history navigations may have led to a use-after-free and potentially exploitable crash. This vulnerability affects Firefox < 102, Firefox ESR < 91.11, Thunderbird < 102, and Thunderbird < 91.11.
Затронутые продукты
Ссылки
- CVE-2022-34470
Описание
If there was a PAC URL set and the server that hosts the PAC was not reachable, OCSP requests would have been blocked, resulting in incorrect error pages being shown. This vulnerability affects Firefox < 102, Firefox ESR < 91.11, Thunderbird < 102, and Thunderbird < 91.11.
Затронутые продукты
Ссылки
- CVE-2022-34472
Описание
The <code>ms-msdt</code>, <code>search</code>, and <code>search-ms</code> protocols deliver content to Microsoft applications, bypassing the browser, when a user accepts a prompt. These applications have had known vulnerabilities, exploited in the wild (although we know of none exploited through Thunderbird), so in this release Thunderbird has blocked these protocols from prompting the user to open them.<br>*This bug only affects Thunderbird on Windows. Other operating systems are unaffected.*. This vulnerability affects Firefox < 102, Firefox ESR < 91.11, Thunderbird < 102, and Thunderbird < 91.11.
Затронутые продукты
Ссылки
- CVE-2022-34478
Описание
A malicious website that could create a popup could have resized the popup to overlay the address bar with its own content, resulting in potential user confusion or spoofing attacks. <br>*This bug only affects Thunderbird for Linux. Other operating systems are unaffected.*. This vulnerability affects Firefox < 102, Firefox ESR < 91.11, Thunderbird < 102, and Thunderbird < 91.11.
Затронутые продукты
Ссылки
- CVE-2022-34479
Описание
In the <code>nsTArray_Impl::ReplaceElementsAt()</code> function, an integer overflow could have occurred when the number of elements to replace was too large for the container. This vulnerability affects Firefox < 102, Firefox ESR < 91.11, Thunderbird < 102, and Thunderbird < 91.11.
Затронутые продукты
Ссылки
- CVE-2022-34481
Описание
The Mozilla Fuzzing Team reported potential vulnerabilities present in Thunderbird 91.10. 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. This vulnerability affects Firefox < 102, Firefox ESR < 91.11, Thunderbird < 102, and Thunderbird < 91.11.
Затронутые продукты
Ссылки
- CVE-2022-34484
Описание
matrix-js-sdk is a Matrix messaging protocol Client-Server SDK for JavaScript. In versions prior to 19.4.0 events sent with special strings in key places can temporarily disrupt or impede the matrix-js-sdk from functioning properly, potentially impacting the consumer's ability to process data safely. Note that the matrix-js-sdk can appear to be operating normally but be excluding or corrupting runtime data presented to the consumer. This issue has been fixed in matrix-js-sdk 19.4.0 and users are advised to upgrade. Users unable to upgrade may mitigate this issue by redacting applicable events, waiting for the sync processor to store data, and restarting the client. Alternatively, redacting the applicable events and clearing all storage will often fix most perceived issues. In some cases, no workarounds are possible.
Затронутые продукты
Ссылки
- CVE-2022-36059
- SUSE Bug 1203007
Описание
When opening a Windows shortcut from the local filesystem, an attacker could supply a remote path that would lead to unexpected network requests from the operating system.<br>This bug only affects Firefox for Windows. Other operating systems are unaffected.*. This vulnerability affects Firefox ESR < 102.1, Firefox < 103, and Thunderbird < 102.1.
Затронутые продукты
Ссылки
- CVE-2022-36314
Описание
When visiting directory listings for `chrome://` URLs as source text, some parameters were reflected. This vulnerability affects Firefox ESR < 102.1, Firefox ESR < 91.12, Firefox < 103, Thunderbird < 102.1, and Thunderbird < 91.12.
Затронутые продукты
Ссылки
- CVE-2022-36318
Описание
When combining CSS properties for overflow and transform, the mouse cursor could interact with different coordinates than displayed. This vulnerability affects Firefox ESR < 102.1, Firefox ESR < 91.12, Firefox < 103, Thunderbird < 102.1, and Thunderbird < 91.12.
Затронутые продукты
Ссылки
- CVE-2022-36319
Описание
An attacker could have abused XSLT error handling to associate attacker-controlled content with another origin which was displayed in the address bar. This could have been used to fool the user into submitting data intended for the spoofed origin. This vulnerability affects Thunderbird < 102.2, Thunderbird < 91.13, Firefox ESR < 91.13, Firefox ESR < 102.2, and Firefox < 104.
Затронутые продукты
Ссылки
- CVE-2022-38472
- SUSE Bug 1202645
- SUSE Bug 1205832
Описание
A cross-origin iframe referencing an XSLT document would inherit the parent domain's permissions (such as microphone or camera access). This vulnerability affects Thunderbird < 102.2, Thunderbird < 91.13, Firefox ESR < 91.13, Firefox ESR < 102.2, and Firefox < 104.
Затронутые продукты
Ссылки
- CVE-2022-38473
- SUSE Bug 1202645
Описание
A data race could occur in the <code>PK11_ChangePW</code> function, potentially leading to a use-after-free vulnerability. In Firefox, this lock protected the data when a user changed their master password. This vulnerability affects Firefox ESR < 102.2 and Thunderbird < 102.2.
Затронутые продукты
Ссылки
- CVE-2022-38476
- SUSE Bug 1202645
Описание
Mozilla developer Nika Layzell and the Mozilla Fuzzing Team reported memory safety bugs present in Firefox 103 and Firefox ESR 102.1. 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. This vulnerability affects Firefox ESR < 102.2, Thunderbird < 102.2, and Firefox < 104.
Затронутые продукты
Ссылки
- CVE-2022-38477
- SUSE Bug 1202645
Описание
Members the Mozilla Fuzzing Team reported memory safety bugs present in Firefox 103, Firefox ESR 102.1, and Firefox ESR 91.12. 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. This vulnerability affects Thunderbird < 102.2, Thunderbird < 91.13, Firefox ESR < 91.13, Firefox ESR < 102.2, and Firefox < 104.
Затронутые продукты
Ссылки
- CVE-2022-38478
- SUSE Bug 1202645