|
Bugzilla – Full Text Bug Listing |
| Summary: | VUL-0: MozillaFirefox / MozillaThunderbird: update to 117 and 115.2esr | ||
|---|---|---|---|
| Product: | [Novell Products] SUSE Security Incidents | Reporter: | Martin Sirringhaus <martin.sirringhaus> |
| Component: | Incidents | Assignee: | Security Team bot <security-team> |
| Status: | RESOLVED FIXED | QA Contact: | Security Team bot <security-team> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | meissner, rfrohl, wolfgang |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| URL: | https://smash.suse.de/issue/376337/ | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Comment 2
OBSbugzilla Bot
2023-08-29 13:35:02 UTC
Mozilla Foundation Security Advisory 2023-35
Security Vulnerabilities fixed in Firefox ESR 102.15
Announced
August 29, 2023
Impact
high
Products
Firefox ESR
Fixed in
Firefox ESR 102.15
#CVE-2023-4573: Memory corruption in IPC CanvasTranslator
Reporter
sonakkbi
Impact
high
Description
When receiving rendering data over IPC mStream could have been destroyed when initialized, which could have led to a use-after-free causing a potentially exploitable crash.
References
Bug 1846687
#CVE-2023-4574: Memory corruption in IPC ColorPickerShownCallback
Reporter
sonakkbi
Impact
high
Description
When creating a callback over IPC for showing the Color Picker window, multiple of the same callbacks could have been created at a time and eventually all simultaneously destroyed as soon as one of the callbacks finished. This could have led to a use-after-free causing a potentially exploitable crash.
References
Bug 1846688
#CVE-2023-4575: Memory corruption in IPC FilePickerShownCallback
Reporter
sonakkbi
Impact
high
Description
When creating a callback over IPC for showing the File Picker window, multiple of the same callbacks could have been created at a time and eventually all simultaneously destroyed as soon as one of the callbacks finished. This could have led to a use-after-free causing a potentially exploitable crash.
References
Bug 1846689
#CVE-2023-4576: Integer Overflow in RecordedSourceSurfaceCreation
Reporter
fffvr
Impact
high
Description
On Windows, an integer overflow could occur in RecordedSourceSurfaceCreation which resulted in a heap buffer overflow potentially leaking sensitive data that could have led to a sandbox escape.
This bug only affects Firefox on Windows. Other operating systems are unaffected.
References
Bug 1846694
#CVE-2023-4581: XLL file extensions were downloadable without warnings
Reporter
Umar Farooq (@Puf)
Impact
moderate
Description
Excel .xll add-in files did not have a blocklist entry in Firefox's executable blocklist which allowed them to be downloaded without any warning of their potential harm.
References
Bug 1843758
#CVE-2023-4584: Memory safety bugs fixed in Firefox 117, Firefox ESR 102.15, Firefox ESR 115.2, Thunderbird 102.15, and Thunderbird 115.2
Reporter
Randell Jesup, Andrew McCreight, the Mozilla Fuzzing Team
Impact
high
Description
Memory safety bugs present in Firefox 116, Firefox ESR 102.14, Firefox ESR 115.1, Thunderbird 102.14, and Thunderbird 115.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.
References
Memory safety bugs fixed in Firefox 117, Firefox ESR 102.15, Firefox ESR 115.2, Thunderbird 102.15, and Thunderbird 115.2
https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/ Mozilla Foundation Security Advisory 2023-36 Security Vulnerabilities fixed in Firefox ESR 115.2 Announced August 29, 2023 Impact high Products Firefox ESR Fixed in Firefox ESR 115.2 #CVE-2023-4573: Memory corruption in IPC CanvasTranslator Reporter sonakkbi Impact high Description When receiving rendering data over IPC mStream could have been destroyed when initialized, which could have led to a use-after-free causing a potentially exploitable crash. References Bug 1846687 #CVE-2023-4574: Memory corruption in IPC ColorPickerShownCallback Reporter sonakkbi Impact high Description When creating a callback over IPC for showing the Color Picker window, multiple of the same callbacks could have been created at a time and eventually all simultaneously destroyed as soon as one of the callbacks finished. This could have led to a use-after-free causing a potentially exploitable crash. References Bug 1846688 #CVE-2023-4575: Memory corruption in IPC FilePickerShownCallback Reporter sonakkbi Impact high Description When creating a callback over IPC for showing the File Picker window, multiple of the same callbacks could have been created at a time and eventually all simultaneously destroyed as soon as one of the callbacks finished. This could have led to a use-after-free causing a potentially exploitable crash. References Bug 1846689 #CVE-2023-4576: Integer Overflow in RecordedSourceSurfaceCreation Reporter fffvr Impact high Description On Windows, an integer overflow could occur in RecordedSourceSurfaceCreation which resulted in a heap buffer overflow potentially leaking sensitive data that could have led to a sandbox escape. This bug only affects Firefox on Windows. Other operating systems are unaffected. References Bug 1846694 #CVE-2023-4577: Memory corruption in JIT UpdateRegExpStatics Reporter Lukas Bernhard Impact high Description When UpdateRegExpStatics attempted to access initialStringHeap it could already have been garbage collected prior to entering the function, which could potentially have led to an exploitable crash. References Bug 1847397 #CVE-2023-4051: Full screen notification obscured by file open dialog Reporter Hafiizh Impact moderate Description A website could have obscured the full screen notification by using the file open dialog. This could have led to user confusion and possible spoofing attacks. References Bug 1821884 #CVE-2023-4578: Error reporting methods in SpiderMonkey could have triggered an Out of Memory Exception Reporter Irvan Kurniawan (@sourc7) Impact moderate Description When calling JS::CheckRegExpSyntax a Syntax Error could have been set which would end in calling convertToRuntimeErrorAndClear. A path in the function could attempt to allocate memory when none is available which would have caused a newly created Out of Memory exception to be mishandled as a Syntax Error. References Bug 1839007 #CVE-2023-4053: Full screen notification obscured by external program Reporter Umar Farooq Impact moderate Description A website could have obscured the full screen notification by using a URL with a scheme handled by an external program, such as a mailto URL. This could have led to user confusion and possible spoofing attacks. References Bug 1839079 #CVE-2023-4580: Push notifications saved to disk unencrypted Reporter Harveer Singh Impact moderate Description Push notifications stored on disk in private browsing mode were not being encrypted potentially allowing the leak of sensitive information. References Bug 1843046 #CVE-2023-4581: XLL file extensions were downloadable without warnings Reporter Umar Farooq (@Puf) Impact moderate Description Excel .xll add-in files did not have a blocklist entry in Firefox's executable blocklist which allowed them to be downloaded without any warning of their potential harm. References Bug 1843758 #CVE-2023-4582: Buffer Overflow in WebGL glGetProgramiv Reporter Dohyun Lee (@l33d0hyun) of SSD-Disclosure Labs & DNSLab, Korea Univ. Impact low Description Due to large allocation checks in Angle for glsl shaders being too lenient a buffer overflow could have occured when allocating too much private shader memory on mac OS. This bug only affects Firefox on macOS. Other operating systems are unaffected. References Bug 1773874 #CVE-2023-4583: Browsing Context potentially not cleared when closing Private Window Reporter Thejaka Maldeniya Impact low Description When checking if the Browsing Context had been discarded in HttpBaseChannel, if the load group was not available then it was assumed to have already been discarded which was not always the case for private channels after the private session had ended. References Bug 1842030 #CVE-2023-4584: Memory safety bugs fixed in Firefox 117, Firefox ESR 102.15, Firefox ESR 115.2, Thunderbird 102.15, and Thunderbird 115.2 Reporter Randell Jesup, Andrew McCreight, the Mozilla Fuzzing Team Impact high Description Memory safety bugs present in Firefox 116, Firefox ESR 102.14, Firefox ESR 115.1, Thunderbird 102.14, and Thunderbird 115.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. References Memory safety bugs fixed in Firefox 117, Firefox ESR 102.15, Firefox ESR 115.2, Thunderbird 102.15, and Thunderbird 115.2 #CVE-2023-4585: Memory safety bugs fixed in Firefox 117, Firefox ESR 115.2, and Thunderbird 115.2 Reporter Donal Meehan, Sebastian Hengst, and the Mozilla Fuzzing Team Impact high Description Memory safety bugs present in Firefox 116, Firefox ESR 115.1, and Thunderbird 115.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. References Memory safety bugs fixed in Firefox 117, Firefox ESR 115.2, and Thunderbird 115.2 https://www.mozilla.org/en-US/security/advisories/mfsa2023-34/ Mozilla Foundation Security Advisory 2023-34 Security Vulnerabilities fixed in Firefox 117 Announced August 29, 2023 Impact high Products Firefox Fixed in Firefox 117 #CVE-2023-4573: Memory corruption in IPC CanvasTranslator Reporter sonakkbi Impact high Description When receiving rendering data over IPC mStream could have been destroyed when initialized, which could have led to a use-after-free causing a potentially exploitable crash. References Bug 1846687 #CVE-2023-4574: Memory corruption in IPC ColorPickerShownCallback Reporter sonakkbi Impact high Description When creating a callback over IPC for showing the Color Picker window, multiple of the same callbacks could have been created at a time and eventually all simultaneously destroyed as soon as one of the callbacks finished. This could have led to a use-after-free causing a potentially exploitable crash. References Bug 1846688 #CVE-2023-4575: Memory corruption in IPC FilePickerShownCallback Reporter sonakkbi Impact high Description When creating a callback over IPC for showing the File Picker window, multiple of the same callbacks could have been created at a time and eventually all simultaneously destroyed as soon as one of the callbacks finished. This could have led to a use-after-free causing a potentially exploitable crash. References Bug 1846689 #CVE-2023-4576: Integer Overflow in RecordedSourceSurfaceCreation Reporter fffvr Impact high Description On Windows, an integer overflow could occur in RecordedSourceSurfaceCreation which resulted in a heap buffer overflow potentially leaking sensitive data that could have led to a sandbox escape. This bug only affects Firefox on Windows. Other operating systems are unaffected. References Bug 1846694 #CVE-2023-4577: Memory corruption in JIT UpdateRegExpStatics Reporter Lukas Bernhard Impact high Description When UpdateRegExpStatics attempted to access initialStringHeap it could already have been garbage collected prior to entering the function, which could potentially have led to an exploitable crash. References Bug 1847397 #CVE-2023-4578: Error reporting methods in SpiderMonkey could have triggered an Out of Memory Exception Reporter Irvan Kurniawan (@sourc7) Impact moderate Description When calling JS::CheckRegExpSyntax a Syntax Error could have been set which would end in calling convertToRuntimeErrorAndClear. A path in the function could attempt to allocate memory when none is available which would have caused a newly created Out of Memory exception to be mishandled as a Syntax Error. References Bug 1839007 #CVE-2023-4579: Persisted search terms were formatted as URLs Reporter Malte Jürgens Impact moderate Description Search queries in the default search engine could appear to have been the currently navigated URL if the search query itself was a well formed URL. This could have led to a site spoofing another if it had been maliciously set as the default search engine. References Bug 1842766 #CVE-2023-4580: Push notifications saved to disk unencrypted Reporter Harveer Singh Impact moderate Description Push notifications stored on disk in private browsing mode were not being encrypted potentially allowing the leak of sensitive information. References Bug 1843046 #CVE-2023-4581: XLL file extensions were downloadable without warnings Reporter Umar Farooq (@Puf) Impact moderate Description Excel .xll add-in files did not have a blocklist entry in Firefox's executable blocklist which allowed them to be downloaded without any warning of their potential harm. References Bug 1843758 #CVE-2023-4582: Buffer Overflow in WebGL glGetProgramiv Reporter Dohyun Lee (@l33d0hyun) of SSD-Disclosure Labs & DNSLab, Korea Univ. Impact low Description Due to large allocation checks in Angle for glsl shaders being too lenient a buffer overflow could have occured when allocating too much private shader memory on mac OS. This bug only affects Firefox on macOS. Other operating systems are unaffected. References Bug 1773874 #CVE-2023-4583: Browsing Context potentially not cleared when closing Private Window Reporter Thejaka Maldeniya Impact low Description When checking if the Browsing Context had been discarded in HttpBaseChannel, if the load group was not available then it was assumed to have already been discarded which was not always the case for private channels after the private session had ended. References Bug 1842030 #CVE-2023-4584: Memory safety bugs fixed in Firefox 117, Firefox ESR 102.15, Firefox ESR 115.2, Thunderbird 102.15, and Thunderbird 115.2 Reporter Randell Jesup, Andrew McCreight, the Mozilla Fuzzing Team Impact high Description Memory safety bugs present in Firefox 116, Firefox ESR 102.14, Firefox ESR 115.1, Thunderbird 102.14, and Thunderbird 115.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. References Memory safety bugs fixed in Firefox 117, Firefox ESR 102.15, Firefox ESR 115.2, Thunderbird 102.15, and Thunderbird 115.2 #CVE-2023-4585: Memory safety bugs fixed in Firefox 117, Firefox ESR 115.2, and Thunderbird 115.2 Reporter Donal Meehan, Sebastian Hengst, and the Mozilla Fuzzing Team Impact high Description Memory safety bugs present in Firefox 116, Firefox ESR 115.1, and Thunderbird 115.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. References Memory safety bugs fixed in Firefox 117, Firefox ESR 115.2, and Thunderbird 115.2 SUSE-SU-2023:3519-1: An update that solves 13 vulnerabilities can now be installed. Category: security (important) Bug References: 1214606 CVE References: CVE-2023-4051, CVE-2023-4053, CVE-2023-4574, CVE-2023-4575, CVE-2023-4576, CVE-2023-4577, CVE-2023-4578, CVE-2023-4580, CVE-2023-4581, CVE-2023-4582, CVE-2023-4583, CVE-2023-4584, CVE-2023-4585 Sources used: openSUSE Leap 15.4 (src): MozillaFirefox-115.2.0-150200.152.102.1 openSUSE Leap 15.5 (src): MozillaFirefox-115.2.0-150200.152.102.1 Desktop Applications Module 15-SP4 (src): MozillaFirefox-115.2.0-150200.152.102.1 Desktop Applications Module 15-SP5 (src): MozillaFirefox-115.2.0-150200.152.102.1 SUSE Linux Enterprise High Performance Computing 15 SP2 LTSS 15-SP2 (src): MozillaFirefox-115.2.0-150200.152.102.1 SUSE Linux Enterprise High Performance Computing ESPOS 15 SP3 (src): MozillaFirefox-115.2.0-150200.152.102.1 SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 (src): MozillaFirefox-115.2.0-150200.152.102.1 SUSE Linux Enterprise Server 15 SP2 LTSS 15-SP2 (src): MozillaFirefox-115.2.0-150200.152.102.1 SUSE Linux Enterprise Server 15 SP3 LTSS 15-SP3 (src): MozillaFirefox-115.2.0-150200.152.102.1 SUSE Linux Enterprise Server for SAP Applications 15 SP2 (src): MozillaFirefox-115.2.0-150200.152.102.1 SUSE Linux Enterprise Server for SAP Applications 15 SP3 (src): MozillaFirefox-115.2.0-150200.152.102.1 SUSE Enterprise Storage 7.1 (src): MozillaFirefox-115.2.0-150200.152.102.1 SUSE Enterprise Storage 7 (src): MozillaFirefox-115.2.0-150200.152.102.1 NOTE: This line indicates an update has been released for the listed product(s). At times this might be only a partial fix. If you have questions please reach out to maintenance coordination. This is an autogenerated message for OBS integration: This bug (1214606) was mentioned in https://build.opensuse.org/request/show/1109528 Factory / MozillaThunderbird SUSE-SU-2023:3562-1: An update that solves 13 vulnerabilities can now be installed. Category: security (important) Bug References: 1213746, 1214606 CVE References: CVE-2023-4051, CVE-2023-4053, CVE-2023-4574, CVE-2023-4575, CVE-2023-4576, CVE-2023-4577, CVE-2023-4578, CVE-2023-4580, CVE-2023-4581, CVE-2023-4582, CVE-2023-4583, CVE-2023-4584, CVE-2023-4585 Sources used: SUSE Linux Enterprise High Performance Computing 15 SP1 LTSS 15-SP1 (src): MozillaFirefox-115.2.0-150000.150.100.1 SUSE Linux Enterprise Server 15 SP1 LTSS 15-SP1 (src): MozillaFirefox-115.2.0-150000.150.100.1 SUSE Linux Enterprise Server for SAP Applications 15 SP1 (src): MozillaFirefox-115.2.0-150000.150.100.1 SUSE CaaS Platform 4.0 (src): MozillaFirefox-115.2.0-150000.150.100.1 NOTE: This line indicates an update has been released for the listed product(s). At times this might be only a partial fix. If you have questions please reach out to maintenance coordination. SUSE-SU-2023:3559-1: An update that solves 13 vulnerabilities can now be installed. Category: security (important) Bug References: 1214606 CVE References: CVE-2023-4051, CVE-2023-4053, CVE-2023-4574, CVE-2023-4575, CVE-2023-4576, CVE-2023-4577, CVE-2023-4578, CVE-2023-4580, CVE-2023-4581, CVE-2023-4582, CVE-2023-4583, CVE-2023-4584, CVE-2023-4585 Sources used: SUSE Linux Enterprise Software Development Kit 12 SP5 (src): MozillaFirefox-115.2.0-112.176.1 SUSE Linux Enterprise High Performance Computing 12 SP5 (src): MozillaFirefox-115.2.0-112.176.1 SUSE Linux Enterprise Server 12 SP5 (src): MozillaFirefox-115.2.0-112.176.1 SUSE Linux Enterprise Server for SAP Applications 12 SP5 (src): MozillaFirefox-115.2.0-112.176.1 NOTE: This line indicates an update has been released for the listed product(s). At times this might be only a partial fix. If you have questions please reach out to maintenance coordination. SUSE-SU-2023:3664-1: An update that solves 15 vulnerabilities can now be installed. Category: security (critical) Bug References: 1214606, 1215231, 1215245 CVE References: CVE-2023-4051, CVE-2023-4053, CVE-2023-4573, CVE-2023-4574, CVE-2023-4575, CVE-2023-4576, CVE-2023-4577, CVE-2023-4578, CVE-2023-4580, CVE-2023-4581, CVE-2023-4582, CVE-2023-4583, CVE-2023-4584, CVE-2023-4585, CVE-2023-4863 Sources used: SUSE Linux Enterprise Workstation Extension 15 SP5 (src): MozillaThunderbird-115.2.2-150200.8.130.1 openSUSE Leap 15.4 (src): MozillaThunderbird-115.2.2-150200.8.130.1 openSUSE Leap 15.5 (src): MozillaThunderbird-115.2.2-150200.8.130.1 SUSE Package Hub 15 15-SP4 (src): MozillaThunderbird-115.2.2-150200.8.130.1 SUSE Package Hub 15 15-SP5 (src): MozillaThunderbird-115.2.2-150200.8.130.1 SUSE Linux Enterprise Workstation Extension 15 SP4 (src): MozillaThunderbird-115.2.2-150200.8.130.1 NOTE: This line indicates an update has been released for the listed product(s). At times this might be only a partial fix. If you have questions please reach out to maintenance coordination. done |