Bug 1140868 - VUL-0: MozillaFirefox: 68.0 / 60.8.0esr / MozillaThunderbird 68.8.0
Summary: VUL-0: MozillaFirefox: 68.0 / 60.8.0esr / MozillaThunderbird 68.8.0
Status: RESOLVED FIXED
Alias: None
Product: SUSE Security Incidents
Classification: Novell Products
Component: Incidents (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Major
Target Milestone: ---
Assignee: Charles Robertson
QA Contact: Security Team bot
URL: https://smash.suse.de/issue/236700/
Whiteboard: CVSSv2:NVD:CVE-2019-11709:7.5:(AV:N/A...
Keywords:
Depends on: 1152848
Blocks:
  Show dependency treegraph
 
Reported: 2019-07-09 11:39 UTC by Wolfgang Rosenauer
Modified: 2022-09-06 16:41 UTC (History)
3 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfgang Rosenauer 2019-07-09 11:39:47 UTC
New regular (security) updates planned for today. Details not exposed yet.

Firefox 68.0
Firefox 60.8.0esr
Thunderbird 60.8.0

NSS requires update to 3.44.1 for FF68.
ESR only requires 3.36.8 but we are currently on 3.41.x for which no minor release exists. So 3.44.1 is the proposed update target given that FF68esr will require that as well.
Comment 1 Swamp Workflow Management 2019-07-10 06:50:07 UTC
This is an autogenerated message for OBS integration:
This bug (1140868) was mentioned in
https://build.opensuse.org/request/show/714368 Factory / MozillaFirefox
Comment 2 Marcus Meissner 2019-07-10 06:55:53 UTC
https://www.mozilla.org/en-US/security/advisories/mfsa2019-22/

Mozilla Foundation Security Advisory 2019-22
Security vulnerabilities fixed in Firefox ESR 60.8

Announced
    July 9, 2019
Impact
    critical
Products
    Firefox ESR
Fixed in

        Firefox ESR 60.8

#CVE-2019-9811: Sandbox escape via installation of malicious language pack

Reporter
    Niklas Baumstark
Impact
    high

Description

As part of his winning Pwn2Own entry, Niklas Baumstark demonstrated a sandbox escape by installing a malicious language pack and then opening a browser feature that used the compromised translation.
References

    Bug 1538007
    Bug 1539598
    Bug 1563327

#CVE-2019-11711: Script injection within domain through inner window reuse

Reporter
    Boris Zbarsky
Impact
    high

Description

When an inner window is reused, it does not consider the use of document.domain for cross-origin protections. If pages on different subdomains ever cooperatively use document.domain, then either page can abuse this to inject script into arbitrary pages on the other subdomain, even those that did not use document.domain to relax their origin security.
References

    Bug 1552541

#CVE-2019-11712: Cross-origin POST requests can be made with NPAPI plugins by following 308 redirects

Reporter
    Gregory Smiley of Security Compass
Impact
    high

Description

POST requests made by NPAPI plugins, such as Flash, that receive a status 308 redirect response can bypass CORS requirements. This can allow an attacker to perform Cross-Site Request Forgery (CSRF) attacks.
References

    Bug 1543804

#CVE-2019-11713: Use-after-free with HTTP/2 cached stream

Reporter
    Hanno Böck
Impact
    high

Description

A use-after-free vulnerability can occur in HTTP/2 when a cached HTTP/2 stream is closed while still in use, resulting in a potentially exploitable crash.
References

    Bug 1528481

#CVE-2019-11729: Empty or malformed p256-ECDH public keys may trigger a segmentation fault

Reporter
    Jonas Allmann
Impact
    moderate

Description

Empty or malformed p256-ECDH public keys may trigger a segmentation fault due values being improperly sanitized before being copied into memory and used.
References

    Bug 1515342

#CVE-2019-11715: HTML parsing error can contribute to content XSS

Reporter
    Linus Särud
Impact
    moderate

Description

Due to an error while parsing page content, it is possible for properly sanitized user input to be misinterpreted and lead to XSS hazards on web sites in certain circumstances.
References

    Bug 1555523

#CVE-2019-11717: Caret character improperly escaped in origins

Reporter
    Tyson Smith
Impact
    moderate

Description

A vulnerability exists where the caret ("^") character is improperly escaped constructing some URIs due to it being used as a separator, allowing for possible spoofing of origin attributes.
References

    Bug 1548306

#CVE-2019-11719: Out-of-bounds read when importing curve25519 private key

Reporter
    Henry Corrigan-Gibbs
Impact
    moderate

Description

When importing a curve25519 private key in PKCS#8format with leading 0x00 bytes, it is possible to trigger an out-of-bounds read in the Network Security Services (NSS) library. This could lead to information disclosure.
References

    Bug 1540541

#CVE-2019-11730: Same-origin policy treats all files in a directory as having the same-origin

Reporter
    Luigi Gubello
Impact
    moderate

Description

A vulnerability exists where if a user opens a locally saved HTML file, this file can use file: URIs to access other files in the same directory or sub-directories if the names are known or guessed. The Fetch API can then be used to read the contents of any files stored in these directories and they may uploaded to a server. Luigi Gubello demonstrated that in combination with a popular Android messaging app, if a malicious HTML attachment is sent to a user and they opened that attachment in Firefox, due to that app's predictable pattern for locally-saved file names, it is possible to read attachments the victim received from other correspondents.
References

    Bug 1558299

#CVE-2019-11709: Memory safety bugs fixed in Firefox 68 and Firefox ESR 60.8

Reporter
    Mozilla developers and community
Impact
    critical

Description

Mozilla developers and community members Andreea Pavel, Christian Holler, Honza Bambas, Jason Kratzer, and Jeff Gilbert reported memory safety bugs present in Firefox 67 and Firefox ESR 60.7. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code.
References

    Memory safety bugs fixed in Firefox 68 and Firefox ESR 60.8
Comment 3 Marcus Meissner 2019-07-10 06:56:15 UTC
https://www.mozilla.org/en-US/security/advisories/mfsa2019-21/


Mozilla Foundation Security Advisory 2019-21
Security vulnerabilities fixed in Firefox 68

Announced
    July 9, 2019
Impact
    critical
Products
    Firefox
Fixed in

        Firefox 68

#CVE-2019-9811: Sandbox escape via installation of malicious language pack

Reporter
    Niklas Baumstark
Impact
    high

Description

As part of his winning Pwn2Own entry, Niklas Baumstark demonstrated a sandbox escape by installing a malicious language pack and then opening a browser feature that used the compromised translation.
References

    Bug 1538007
    Bug 1539598
    Bug 1539759
    Bug 1523741
    Bug 1563327

#CVE-2019-11711: Script injection within domain through inner window reuse

Reporter
    Boris Zbarsky
Impact
    high

Description

When an inner window is reused, it does not consider the use of document.domain for cross-origin protections. If pages on different subdomains ever cooperatively use document.domain, then either page can abuse this to inject script into arbitrary pages on the other subdomain, even those that did not use document.domain to relax their origin security.
References

    Bug 1552541

#CVE-2019-11712: Cross-origin POST requests can be made with NPAPI plugins by following 308 redirects

Reporter
    Gregory Smiley of Security Compass
Impact
    high

Description

POST requests made by NPAPI plugins, such as Flash, that receive a status 308 redirect response can bypass CORS requirements. This can allow an attacker to perform Cross-Site Request Forgery (CSRF) attacks.
References

    Bug 1543804

#CVE-2019-11713: Use-after-free with HTTP/2 cached stream

Reporter
    Hanno Böck
Impact
    high

Description

A use-after-free vulnerability can occur in HTTP/2 when a cached HTTP/2 stream is closed while still in use, resulting in a potentially exploitable crash.
References

    Bug 1528481

#CVE-2019-11714: NeckoChild can trigger crash when accessed off of main thread

Reporter
    Hanno Böck
Impact
    moderate

Description

Necko can access a child on the wrong thread during UDP connections, resulting in a potentially exploitable crash in some instances.
References

    Bug 1542593

#CVE-2019-11729: Empty or malformed p256-ECDH public keys may trigger a segmentation fault

Reporter
    Jonas Allmann
Impact
    moderate

Description

Empty or malformed p256-ECDH public keys may trigger a segmentation fault due values being improperly sanitized before being copied into memory and used.
References

    Bug 1515342

#CVE-2019-11715: HTML parsing error can contribute to content XSS

Reporter
    Linus Särud
Impact
    moderate

Description

Due to an error while parsing page content, it is possible for properly sanitized user input to be misinterpreted and lead to XSS hazards on web sites in certain circumstances.
References

    Bug 1555523

#CVE-2019-11716: globalThis not enumerable until accessed

Reporter
    Chris Hacking
Impact
    moderate

Description

Until explicitly accessed by script, window.globalThis is not enumerable and, as a result, is not visible to code such as Object.getOwnPropertyNames(window). Sites that deploy a sandboxing that depends on enumerating and freezing access to the window object may miss this, allowing their sandboxes to be bypassed.
References

    Bug 1552632

#CVE-2019-11717: Caret character improperly escaped in origins

Reporter
    Tyson Smith
Impact
    moderate

Description

A vulnerability exists where the caret ("^") character is improperly escaped constructing some URIs due to it being used as a separator, allowing for possible spoofing of origin attributes.
References

    Bug 1548306

#CVE-2019-11718: Activity Stream writes unsanitized content to innerHTML

Reporter
    Mark Banner
Impact
    moderate

Description

Activity Stream can display content from sent from the Snippet Service website. This content is written to innerHTML on the Activity Stream page without sanitization, allowing for a potential access to other information available to the Activity Stream, such as browsing history, if the Snipper Service were compromised.
References

    Bug 1408349

#CVE-2019-11719: Out-of-bounds read when importing curve25519 private key

Reporter
    Henry Corrigan-Gibbs
Impact
    moderate

Description

When importing a curve25519 private key in PKCS#8format with leading 0x00 bytes, it is possible to trigger an out-of-bounds read in the Network Security Services (NSS) library. This could lead to information disclosure.
References

    Bug 1540541

#CVE-2019-11720: Character encoding XSS vulnerability

Reporter
    Rakesh Mane
Impact
    moderate

Description

Some unicode characters are incorrectly treated as whitespace during the parsing of web content instead of triggering parsing errors. This allows malicious code to then be processed, evading cross-site scripting (XSS) filtering.
References

    Bug 1556230

#CVE-2019-11721: Domain spoofing through unicode latin 'kra' character

Reporter
    Anonymous
Impact
    moderate

Description

The unicode latin 'kra' character can be used to spoof a standard 'k' character in the addressbar. This allows for domain spoofing attacks as do not display as punycode text, allowing for user confusion.
References

    Bug 1256009

#CVE-2019-11730: Same-origin policy treats all files in a directory as having the same-origin

Reporter
    Luigi Gubello
Impact
    moderate

Description

A vulnerability exists where if a user opens a locally saved HTML file, this file can use file: URIs to access other files in the same directory or sub-directories if the names are known or guessed. The Fetch API can then be used to read the contents of any files stored in these directories and they may uploaded to a server. Luigi Gubello demonstrated that in combination with a popular Android messaging app, if a malicious HTML attachment is sent to a user and they opened that attachment in Firefox, due to that app's predictable pattern for locally-saved file names, it is possible to read attachments the victim received from other correspondents.
References

    Bug 1558299

#CVE-2019-11723: Cookie leakage during add-on fetching across private browsing boundaries

Reporter
    Andreas Wagner
Impact
    low

Description

A vulnerability exists during the installation of add-ons where the initial fetch ignored the origin attributes of the browsing context. This could leak cookies in private browsing mode or across different "containers" for people who use the Firefox Multi-Account Containers Web Extension.
References

    Bug 1528335

#CVE-2019-11724: Retired site input.mozilla.org has remote troubleshooting permissions

Reporter
    Frederik Braun
Impact
    low

Description

Application permissions give additional remote troubleshooting permission to the site input.mozilla.org, which has been retired and now redirects to another site. This additional permission is unnecessary and is a potential vector for malicious attacks.
References

    Bug 1512511

#CVE-2019-11725: Websocket resources bypass safebrowsing protections

Reporter
    Andrey
Impact
    low

Description

When a user navigates to site marked as unsafe by the Safebrowsing API, warning messages are displayed and navigation is interrupted but resources from the same site loaded through websockets are not blocked, leading to the loading of unsafe resources and bypassing safebrowsing protections.
References

    Bug 1483510

#CVE-2019-11727: PKCS#1 v1.5 signatures can be used for TLS 1.3

Reporter
    Hubert Kario
Impact
    low

Description

A vulnerability exists where it possible to force Network Security Services (NSS) to sign CertificateVerify with PKCS#1 v1.5 signatures when those are the only ones advertised by server in CertificateRequest in TLS 1.3. PKCS#1 v1.5 signatures should not be used for TLS 1.3 messages.
References

    Bug 1552208

#CVE-2019-11728: Port scanning through Alt-Svc header

Reporter
    Trishita Tiwari, Ari Trachtenberg
Impact
    low

Description

The HTTP Alternative Services header, Alt-Svc, can be used by a malicious site to scan all TCP ports of any host that the accessible to a user when web content is loaded.
References

    Bug 1552993

#CVE-2019-11710: Memory safety bugs fixed in Firefox 68

Reporter
    Mozilla developers and community
Impact
    critical

Description

Mozilla developers and community members André Bargull, Christian Holler, Natalia Csoregi, Raul Gurzau, Daniel Varga, Jon Coppeard, Marcia Knous, Gary Kwong, Randell Jesup, David Bolter, Jeff Gilbert, and Deian Stefan reported memory safety bugs present in Firefox 67. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code.
References

    Memory safety bugs fixed in Firefox 68

#CVE-2019-11709: Memory safety bugs fixed in Firefox 68 and Firefox ESR 60.8

Reporter
    Mozilla developers and community
Impact
    critical

Description

Mozilla developers and community members Andreea Pavel, Christian Holler, Honza Bambas, Jason Kratzer, and Jeff Gilbert reported memory safety bugs present in Firefox 67 and Firefox ESR 60.7. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code.
References

    Memory safety bugs fixed in Firefox 68 and Firefox ESR 60.8
Comment 5 Wolfgang Rosenauer 2019-07-11 07:58:01 UTC
Can some report the update status of NSS for Leap?

I cannot submit Firefox and Thunderbird for 15.0 (15.1) without NSS being updated. Actually I could but it doesn't help. Or can/should I do anything about NSS?
Comment 7 Marcus Meissner 2019-07-11 12:10:16 UTC
mozilla-nss currently has:

openSUSE:Leap:15.0:Update               SUSE:SLE-15:GA
openSUSE:Leap:15.1:Update               openSUSE:Leap:15.0:Update

SO it imports from SLE15.

Which version is needed?
Comment 8 Wolfgang Rosenauer 2019-07-11 13:01:07 UTC
Please see the initial comment for the version details.
Comment 9 Swamp Workflow Management 2019-07-11 15:50:11 UTC
This is an autogenerated message for OBS integration:
This bug (1140868) was mentioned in
https://build.opensuse.org/request/show/714676 Factory / MozillaFirefox
Comment 11 Wolfgang Rosenauer 2019-07-12 06:58:58 UTC
Submitted:
Firefox 68 -> Factory
Thunderbird 60.8 -> Factory
Firefox 60.8 -> 15.0 (bit blind because of missing NSS update)

AFAICS, everything else (NSS, TB for 15.0 and 15.1, Firefox for 15.1) needs to come from SLE). Obviously could be copied from the origins I prepared especially for TB (in case we do not have forks here as well already).
Please let me know if I can do anything else or missed something.
Comment 12 Swamp Workflow Management 2019-07-12 07:30:13 UTC
This is an autogenerated message for OBS integration:
This bug (1140868) was mentioned in
https://build.opensuse.org/request/show/714774 Factory / MozillaThunderbird
https://build.opensuse.org/request/show/714775 15.0 / MozillaFirefox
Comment 14 Swamp Workflow Management 2019-07-15 15:50:12 UTC
This is an autogenerated message for OBS integration:
This bug (1140868) was mentioned in
https://build.opensuse.org/request/show/715501 Factory / MozillaFirefox
Comment 16 Swamp Workflow Management 2019-07-17 13:15:14 UTC
SUSE-SU-2019:1861-1: An update that fixes 10 vulnerabilities is now available.

Category: security (important)
Bug References: 1140868
CVE References: CVE-2019-11709,CVE-2019-11711,CVE-2019-11712,CVE-2019-11713,CVE-2019-11715,CVE-2019-11717,CVE-2019-11719,CVE-2019-11729,CVE-2019-11730,CVE-2019-9811
Sources used:
SUSE OpenStack Cloud 8 (src):    MozillaFirefox-60.8.0-109.83.3, mozilla-nss-3.44.1-58.28.1
SUSE OpenStack Cloud 7 (src):    MozillaFirefox-60.8.0-109.83.3, mozilla-nss-3.44.1-58.28.1
SUSE Linux Enterprise Software Development Kit 12-SP5 (src):    MozillaFirefox-60.8.0-109.83.3, mozilla-nss-3.44.1-58.28.1
SUSE Linux Enterprise Software Development Kit 12-SP4 (src):    MozillaFirefox-60.8.0-109.83.3, mozilla-nss-3.44.1-58.28.1
SUSE Linux Enterprise Server for SAP 12-SP3 (src):    MozillaFirefox-60.8.0-109.83.3, mozilla-nss-3.44.1-58.28.1
SUSE Linux Enterprise Server for SAP 12-SP2 (src):    MozillaFirefox-60.8.0-109.83.3, mozilla-nss-3.44.1-58.28.1
SUSE Linux Enterprise Server for SAP 12-SP1 (src):    MozillaFirefox-60.8.0-109.83.3, mozilla-nss-3.44.1-58.28.1
SUSE Linux Enterprise Server 12-SP5 (src):    MozillaFirefox-60.8.0-109.83.3, mozilla-nss-3.44.1-58.28.1
SUSE Linux Enterprise Server 12-SP4 (src):    MozillaFirefox-60.8.0-109.83.3, mozilla-nss-3.44.1-58.28.1
SUSE Linux Enterprise Server 12-SP3-LTSS (src):    MozillaFirefox-60.8.0-109.83.3, mozilla-nss-3.44.1-58.28.1
SUSE Linux Enterprise Server 12-SP3-BCL (src):    MozillaFirefox-60.8.0-109.83.3, mozilla-nss-3.44.1-58.28.1
SUSE Linux Enterprise Server 12-SP2-LTSS (src):    MozillaFirefox-60.8.0-109.83.3, mozilla-nss-3.44.1-58.28.1
SUSE Linux Enterprise Server 12-SP2-BCL (src):    MozillaFirefox-60.8.0-109.83.3, mozilla-nss-3.44.1-58.28.1
SUSE Linux Enterprise Server 12-SP1-LTSS (src):    MozillaFirefox-60.8.0-109.83.3, mozilla-nss-3.44.1-58.28.1
SUSE Linux Enterprise Desktop 12-SP5 (src):    MozillaFirefox-60.8.0-109.83.3, mozilla-nss-3.44.1-58.28.1
SUSE Linux Enterprise Desktop 12-SP4 (src):    MozillaFirefox-60.8.0-109.83.3, mozilla-nss-3.44.1-58.28.1
SUSE Enterprise Storage 5 (src):    MozillaFirefox-60.8.0-109.83.3, mozilla-nss-3.44.1-58.28.1
SUSE Enterprise Storage 4 (src):    MozillaFirefox-60.8.0-109.83.3, mozilla-nss-3.44.1-58.28.1
SUSE CaaS Platform 3.0 (src):    mozilla-nss-3.44.1-58.28.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.
Comment 17 Swamp Workflow Management 2019-07-17 16:14:05 UTC
SUSE-SU-2019:1869-1: An update that fixes 10 vulnerabilities is now available.

Category: security (important)
Bug References: 1140868
CVE References: CVE-2019-11709,CVE-2019-11711,CVE-2019-11712,CVE-2019-11713,CVE-2019-11715,CVE-2019-11717,CVE-2019-11719,CVE-2019-11729,CVE-2019-11730,CVE-2019-9811
Sources used:
SUSE Linux Enterprise Module for Server Applications 15-SP1 (src):    mozilla-nss-3.44.1-3.16.2
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15-SP1 (src):    MozillaFirefox-60.8.0-3.51.4, mozilla-nss-3.44.1-3.16.2
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 (src):    MozillaFirefox-60.8.0-3.51.4
SUSE Linux Enterprise Module for Desktop Applications 15-SP1 (src):    MozillaFirefox-60.8.0-3.51.4
SUSE Linux Enterprise Module for Desktop Applications 15 (src):    MozillaFirefox-60.8.0-3.51.4
SUSE Linux Enterprise Module for Basesystem 15-SP1 (src):    mozilla-nss-3.44.1-3.16.2
SUSE Linux Enterprise Module for Basesystem 15 (src):    mozilla-nss-3.44.1-3.16.2

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.
Comment 18 Swamp Workflow Management 2019-07-17 16:17:26 UTC
SUSE-SU-2019:14124-1: An update that fixes 12 vulnerabilities is now available.

Category: security (important)
Bug References: 1137792,1138614,1138872,1140868
CVE References: CVE-2019-11707,CVE-2019-11708,CVE-2019-11709,CVE-2019-11711,CVE-2019-11712,CVE-2019-11713,CVE-2019-11715,CVE-2019-11717,CVE-2019-11719,CVE-2019-11729,CVE-2019-11730,CVE-2019-9811
Sources used:
SUSE Linux Enterprise Server 11-SP4-LTSS (src):    MozillaFirefox-60.8.0esr-78.43.2

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.
Comment 19 Swamp Workflow Management 2019-07-20 08:00:18 UTC
This is an autogenerated message for OBS integration:
This bug (1140868) was mentioned in
https://build.opensuse.org/request/show/717184 Factory / MozillaFirefox
Comment 20 Swamp Workflow Management 2019-07-21 10:27:29 UTC
openSUSE-SU-2019:1782-1: An update that fixes 10 vulnerabilities is now available.

Category: security (important)
Bug References: 1140868
CVE References: CVE-2019-11709,CVE-2019-11711,CVE-2019-11712,CVE-2019-11713,CVE-2019-11715,CVE-2019-11717,CVE-2019-11719,CVE-2019-11729,CVE-2019-11730,CVE-2019-9811
Sources used:
openSUSE Leap 15.1 (src):    MozillaFirefox-60.8.0-lp151.2.10.1, mozilla-nss-3.44.1-lp151.2.3.1
Comment 21 Swamp Workflow Management 2019-07-24 16:13:59 UTC
SUSE-SU-2019:1960-1: An update that fixes 10 vulnerabilities is now available.

Category: security (important)
Bug References: 1140868
CVE References: CVE-2019-11709,CVE-2019-11711,CVE-2019-11712,CVE-2019-11713,CVE-2019-11715,CVE-2019-11717,CVE-2019-11719,CVE-2019-11729,CVE-2019-11730,CVE-2019-9811
Sources used:
SUSE Linux Enterprise Workstation Extension 15-SP1 (src):    MozillaThunderbird-60.8.0-3.46.2
SUSE Linux Enterprise Workstation Extension 15 (src):    MozillaThunderbird-60.8.0-3.46.2

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.
Comment 22 Swamp Workflow Management 2019-07-29 13:10:50 UTC
openSUSE-SU-2019:1811-1: An update that fixes 10 vulnerabilities is now available.

Category: security (important)
Bug References: 1140868
CVE References: CVE-2019-11709,CVE-2019-11711,CVE-2019-11712,CVE-2019-11713,CVE-2019-11715,CVE-2019-11717,CVE-2019-11719,CVE-2019-11729,CVE-2019-11730,CVE-2019-9811
Sources used:
openSUSE Leap 15.0 (src):    mozilla-nss-3.44.1-lp150.2.24.1
Comment 23 Swamp Workflow Management 2019-07-29 13:11:31 UTC
SUSE-SU-2019:1861-2: An update that fixes 10 vulnerabilities is now available.

Category: security (important)
Bug References: 1140868
CVE References: CVE-2019-11709,CVE-2019-11711,CVE-2019-11712,CVE-2019-11713,CVE-2019-11715,CVE-2019-11717,CVE-2019-11719,CVE-2019-11729,CVE-2019-11730,CVE-2019-9811
Sources used:
SUSE OpenStack Cloud Crowbar 8 (src):    MozillaFirefox-60.8.0-109.83.3, mozilla-nss-3.44.1-58.28.1
HPE Helion Openstack 8 (src):    MozillaFirefox-60.8.0-109.83.3, mozilla-nss-3.44.1-58.28.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.
Comment 24 Swamp Workflow Management 2019-07-30 16:15:19 UTC
openSUSE-SU-2019:1813-1: An update that fixes 10 vulnerabilities is now available.

Category: security (important)
Bug References: 1140868
CVE References: CVE-2019-11709,CVE-2019-11711,CVE-2019-11712,CVE-2019-11713,CVE-2019-11715,CVE-2019-11717,CVE-2019-11719,CVE-2019-11729,CVE-2019-11730,CVE-2019-9811
Sources used:
openSUSE Leap 15.1 (src):    MozillaThunderbird-60.8.0-lp151.2.10.1
openSUSE Leap 15.0 (src):    MozillaThunderbird-60.8.0-lp150.3.48.1
Comment 25 Swamp Workflow Management 2019-08-12 21:30:10 UTC
This is an autogenerated message for OBS integration:
This bug (1140868) was mentioned in
https://build.opensuse.org/request/show/722924 Backports:SLE-12 / MozillaThunderbird
Comment 26 Swamp Workflow Management 2019-08-16 22:18:10 UTC
SUSE-SU-2019:1861-3: An update that fixes 10 vulnerabilities is now available.

Category: security (important)
Bug References: 1140868
CVE References: CVE-2019-11709,CVE-2019-11711,CVE-2019-11712,CVE-2019-11713,CVE-2019-11715,CVE-2019-11717,CVE-2019-11719,CVE-2019-11729,CVE-2019-11730,CVE-2019-9811
Sources used:
SUSE Enterprise Storage 5 (src):    MozillaFirefox-60.8.0-109.83.3, mozilla-nss-3.44.1-58.28.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.
Comment 27 Swamp Workflow Management 2019-08-23 19:19:08 UTC
openSUSE-SU-2019:1990-1: An update that fixes 10 vulnerabilities is now available.

Category: security (moderate)
Bug References: 1137970,1140868
CVE References: CVE-2019-11709,CVE-2019-11711,CVE-2019-11712,CVE-2019-11713,CVE-2019-11715,CVE-2019-11717,CVE-2019-11719,CVE-2019-11729,CVE-2019-11730,CVE-2019-9811
Sources used:
SUSE Package Hub for SUSE Linux Enterprise 12 (src):    MozillaThunderbird-60.8.0-88.1
Comment 30 Swamp Workflow Management 2019-10-02 16:27:37 UTC
SUSE-SU-2019:2515-1: An update that fixes 27 vulnerabilities is now available.

Category: security (important)
Bug References: 1140868,1141322,1149296,1149297,1149298,1149299,1149303,1149304,1150939,1152375
CVE References: CVE-2019-11709,CVE-2019-11710,CVE-2019-11711,CVE-2019-11712,CVE-2019-11713,CVE-2019-11714,CVE-2019-11715,CVE-2019-11716,CVE-2019-11717,CVE-2019-11719,CVE-2019-11720,CVE-2019-11721,CVE-2019-11723,CVE-2019-11724,CVE-2019-11725,CVE-2019-11727,CVE-2019-11728,CVE-2019-11729,CVE-2019-11730,CVE-2019-11739,CVE-2019-11740,CVE-2019-11742,CVE-2019-11743,CVE-2019-11744,CVE-2019-11746,CVE-2019-11752,CVE-2019-11755
Sources used:
SUSE Linux Enterprise Workstation Extension 15-SP1 (src):    MozillaThunderbird-68.1.1-3.51.1
SUSE Linux Enterprise Workstation Extension 15 (src):    MozillaThunderbird-68.1.1-3.51.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.
Comment 31 Swamp Workflow Management 2019-10-03 19:12:00 UTC
SUSE-SU-2019:2545-1: An update that fixes 29 vulnerabilities is now available.

Category: security (important)
Bug References: 1109465,1117473,1123482,1124525,1133810,1138688,1140868,1141322,1145665,1149292,1149293,1149294,1149295,1149296,1149297,1149298,1149299,1149302,1149303,1149304,1149323
CVE References: CVE-2019-11710,CVE-2019-11714,CVE-2019-11716,CVE-2019-11718,CVE-2019-11720,CVE-2019-11721,CVE-2019-11723,CVE-2019-11724,CVE-2019-11725,CVE-2019-11727,CVE-2019-11728,CVE-2019-11733,CVE-2019-11735,CVE-2019-11736,CVE-2019-11738,CVE-2019-11740,CVE-2019-11742,CVE-2019-11743,CVE-2019-11744,CVE-2019-11746,CVE-2019-11747,CVE-2019-11748,CVE-2019-11749,CVE-2019-11750,CVE-2019-11751,CVE-2019-11752,CVE-2019-11753,CVE-2019-9811,CVE-2019-9812
Sources used:
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15-SP1 (src):    MozillaFirefox-68.1.0-3.54.2
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 (src):    MozillaFirefox-68.1.0-3.54.2
SUSE Linux Enterprise Module for Desktop Applications 15-SP1 (src):    MozillaFirefox-68.1.0-3.54.2, MozillaFirefox-branding-SLE-68-4.8.5
SUSE Linux Enterprise Module for Desktop Applications 15 (src):    MozillaFirefox-68.1.0-3.54.2, MozillaFirefox-branding-SLE-68-4.8.5

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.
Comment 32 Swamp Workflow Management 2019-10-04 16:23:38 UTC
openSUSE-SU-2019:2249-1: An update that fixes 27 vulnerabilities is now available.

Category: security (important)
Bug References: 1140868,1141322,1149296,1149297,1149298,1149299,1149303,1149304,1150939,1152375
CVE References: CVE-2019-11709,CVE-2019-11710,CVE-2019-11711,CVE-2019-11712,CVE-2019-11713,CVE-2019-11714,CVE-2019-11715,CVE-2019-11716,CVE-2019-11717,CVE-2019-11719,CVE-2019-11720,CVE-2019-11721,CVE-2019-11723,CVE-2019-11724,CVE-2019-11725,CVE-2019-11727,CVE-2019-11728,CVE-2019-11729,CVE-2019-11730,CVE-2019-11739,CVE-2019-11740,CVE-2019-11742,CVE-2019-11743,CVE-2019-11744,CVE-2019-11746,CVE-2019-11752,CVE-2019-11755
Sources used:
openSUSE Leap 15.1 (src):    MozillaThunderbird-68.1.1-lp151.2.13.1, enigmail-2.1.2-lp151.2.6.1
Comment 33 Swamp Workflow Management 2019-10-04 16:27:38 UTC
openSUSE-SU-2019:2248-1: An update that fixes 27 vulnerabilities is now available.

Category: security (important)
Bug References: 1140868,1141322,1149296,1149297,1149298,1149299,1149303,1149304,1150939,1152375
CVE References: CVE-2019-11709,CVE-2019-11710,CVE-2019-11711,CVE-2019-11712,CVE-2019-11713,CVE-2019-11714,CVE-2019-11715,CVE-2019-11716,CVE-2019-11717,CVE-2019-11719,CVE-2019-11720,CVE-2019-11721,CVE-2019-11723,CVE-2019-11724,CVE-2019-11725,CVE-2019-11727,CVE-2019-11728,CVE-2019-11729,CVE-2019-11730,CVE-2019-11739,CVE-2019-11740,CVE-2019-11742,CVE-2019-11743,CVE-2019-11744,CVE-2019-11746,CVE-2019-11752,CVE-2019-11755
Sources used:
openSUSE Leap 15.0 (src):    MozillaThunderbird-68.1.1-lp150.3.51.1, enigmail-2.1.2-lp150.34.1
Comment 34 Swamp Workflow Management 2019-10-05 04:12:04 UTC
openSUSE-SU-2019:2251-1: An update that fixes 29 vulnerabilities is now available.

Category: security (important)
Bug References: 1109465,1117473,1123482,1124525,1133810,1138688,1140868,1141322,1145665,1149292,1149293,1149294,1149295,1149296,1149297,1149298,1149299,1149302,1149303,1149304,1149323
CVE References: CVE-2019-11710,CVE-2019-11714,CVE-2019-11716,CVE-2019-11718,CVE-2019-11720,CVE-2019-11721,CVE-2019-11723,CVE-2019-11724,CVE-2019-11725,CVE-2019-11727,CVE-2019-11728,CVE-2019-11733,CVE-2019-11735,CVE-2019-11736,CVE-2019-11738,CVE-2019-11740,CVE-2019-11742,CVE-2019-11743,CVE-2019-11744,CVE-2019-11746,CVE-2019-11747,CVE-2019-11748,CVE-2019-11749,CVE-2019-11750,CVE-2019-11751,CVE-2019-11752,CVE-2019-11753,CVE-2019-9811,CVE-2019-9812
Sources used:
openSUSE Leap 15.1 (src):    MozillaFirefox-68.1.0-lp151.2.14.1
Comment 35 Swamp Workflow Management 2019-10-06 13:19:51 UTC
openSUSE-SU-2019:2260-1: An update that fixes 29 vulnerabilities is now available.

Category: security (important)
Bug References: 1109465,1117473,1123482,1124525,1133810,1138688,1140868,1141322,1145665,1149292,1149293,1149294,1149295,1149296,1149297,1149298,1149299,1149302,1149303,1149304,1149323
CVE References: CVE-2019-11710,CVE-2019-11714,CVE-2019-11716,CVE-2019-11718,CVE-2019-11720,CVE-2019-11721,CVE-2019-11723,CVE-2019-11724,CVE-2019-11725,CVE-2019-11727,CVE-2019-11728,CVE-2019-11733,CVE-2019-11735,CVE-2019-11736,CVE-2019-11738,CVE-2019-11740,CVE-2019-11742,CVE-2019-11743,CVE-2019-11744,CVE-2019-11746,CVE-2019-11747,CVE-2019-11748,CVE-2019-11749,CVE-2019-11750,CVE-2019-11751,CVE-2019-11752,CVE-2019-11753,CVE-2019-9811,CVE-2019-9812
Sources used:
openSUSE Leap 15.0 (src):    MozillaFirefox-68.1.0-lp150.3.66.1
Comment 36 Swamp Workflow Management 2019-10-09 13:12:07 UTC
SUSE-SU-2019:2620-1: An update that fixes 38 vulnerabilities is now available.

Category: security (important)
Bug References: 1087200,1109465,1117473,1123482,1124525,1133810,1140868,1145665,1149323
CVE References: CVE-2019-11709,CVE-2019-11710,CVE-2019-11711,CVE-2019-11712,CVE-2019-11713,CVE-2019-11714,CVE-2019-11715,CVE-2019-11716,CVE-2019-11717,CVE-2019-11718,CVE-2019-11719,CVE-2019-11720,CVE-2019-11721,CVE-2019-11723,CVE-2019-11724,CVE-2019-11725,CVE-2019-11727,CVE-2019-11728,CVE-2019-11729,CVE-2019-11730,CVE-2019-11733,CVE-2019-11735,CVE-2019-11736,CVE-2019-11738,CVE-2019-11740,CVE-2019-11742,CVE-2019-11743,CVE-2019-11744,CVE-2019-11746,CVE-2019-11747,CVE-2019-11748,CVE-2019-11749,CVE-2019-11750,CVE-2019-11751,CVE-2019-11752,CVE-2019-11753,CVE-2019-9811,CVE-2019-9812
Sources used:
SUSE OpenStack Cloud Crowbar 8 (src):    MozillaFirefox-68.1.0-109.89.1, MozillaFirefox-branding-SLE-68-32.8.1
SUSE OpenStack Cloud 8 (src):    MozillaFirefox-68.1.0-109.89.1, MozillaFirefox-branding-SLE-68-32.8.1
SUSE OpenStack Cloud 7 (src):    MozillaFirefox-68.1.0-109.89.1, MozillaFirefox-branding-SLE-68-32.8.1
SUSE Linux Enterprise Software Development Kit 12-SP5 (src):    MozillaFirefox-68.1.0-109.89.1
SUSE Linux Enterprise Software Development Kit 12-SP4 (src):    MozillaFirefox-68.1.0-109.89.1
SUSE Linux Enterprise Server for SAP 12-SP3 (src):    MozillaFirefox-68.1.0-109.89.1, MozillaFirefox-branding-SLE-68-32.8.1
SUSE Linux Enterprise Server for SAP 12-SP2 (src):    MozillaFirefox-68.1.0-109.89.1, MozillaFirefox-branding-SLE-68-32.8.1
SUSE Linux Enterprise Server for SAP 12-SP1 (src):    MozillaFirefox-68.1.0-109.89.1, MozillaFirefox-branding-SLE-68-32.8.1
SUSE Linux Enterprise Server 12-SP5 (src):    MozillaFirefox-68.1.0-109.89.1, MozillaFirefox-branding-SLE-68-32.8.1
SUSE Linux Enterprise Server 12-SP4 (src):    MozillaFirefox-68.1.0-109.89.1, MozillaFirefox-branding-SLE-68-32.8.1
SUSE Linux Enterprise Server 12-SP3-LTSS (src):    MozillaFirefox-68.1.0-109.89.1, MozillaFirefox-branding-SLE-68-32.8.1
SUSE Linux Enterprise Server 12-SP3-BCL (src):    MozillaFirefox-68.1.0-109.89.1, MozillaFirefox-branding-SLE-68-32.8.1
SUSE Linux Enterprise Server 12-SP2-LTSS (src):    MozillaFirefox-68.1.0-109.89.1, MozillaFirefox-branding-SLE-68-32.8.1
SUSE Linux Enterprise Server 12-SP2-BCL (src):    MozillaFirefox-68.1.0-109.89.1, MozillaFirefox-branding-SLE-68-32.8.1
SUSE Linux Enterprise Server 12-SP1-LTSS (src):    MozillaFirefox-68.1.0-109.89.1, MozillaFirefox-branding-SLE-68-32.8.1
SUSE Linux Enterprise Desktop 12-SP5 (src):    MozillaFirefox-68.1.0-109.89.1, MozillaFirefox-branding-SLE-68-32.8.1
SUSE Linux Enterprise Desktop 12-SP4 (src):    MozillaFirefox-68.1.0-109.89.1, MozillaFirefox-branding-SLE-68-32.8.1
SUSE Enterprise Storage 5 (src):    MozillaFirefox-68.1.0-109.89.1, MozillaFirefox-branding-SLE-68-32.8.1
SUSE Enterprise Storage 4 (src):    MozillaFirefox-68.1.0-109.89.1, MozillaFirefox-branding-SLE-68-32.8.1
HPE Helion Openstack 8 (src):    MozillaFirefox-68.1.0-109.89.1, MozillaFirefox-branding-SLE-68-32.8.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.
Comment 42 Swamp Workflow Management 2019-12-11 20:28:19 UTC
SUSE-SU-2019:14246-1: An update that fixes 118 vulnerabilities is now available.

Category: security (important)
Bug References: 1000036,1001652,1025108,1029377,1029902,1040164,104105,1042670,1043008,1044946,1047925,1047936,1048299,1049186,1050653,1056058,1058013,1066242,1066953,1070738,1070853,1072320,1072322,1073796,1073798,1073799,1073803,1073808,1073818,1073823,1073829,1073830,1073832,1073846,1074235,1077230,1079761,1081750,1082318,1087453,1087459,1087463,1088573,1091764,1094814,1097158,1097375,1097401,1097404,1097748,1104841,1105019,1107030,1109465,1117473,1117626,1117627,1117629,1117630,1120644,1122191,1123482,1124525,1127532,1129346,1130694,1130840,1133452,1133810,1134209,1138459,1140290,1140868,1141853,1144919,1145665,1146090,1146091,1146093,1146094,1146095,1146097,1146099,1146100,1149323,1153423,1154738,1447070,1447409,744625,744629,845955,865853,905528,917607,935856,937414,947747,948045,948602,955142,957814,957815,961254,962297,966076,966077,985201,986541,991344,998743
CVE References: CVE-2013-2882,CVE-2013-6639,CVE-2013-6640,CVE-2013-6668,CVE-2014-0224,CVE-2015-3193,CVE-2015-3194,CVE-2015-5380,CVE-2015-7384,CVE-2016-2086,CVE-2016-2178,CVE-2016-2183,CVE-2016-2216,CVE-2016-5172,CVE-2016-5325,CVE-2016-6304,CVE-2016-6306,CVE-2016-7052,CVE-2016-7099,CVE-2017-1000381,CVE-2017-10686,CVE-2017-11111,CVE-2017-11499,CVE-2017-14228,CVE-2017-14849,CVE-2017-14919,CVE-2017-15896,CVE-2017-15897,CVE-2017-17810,CVE-2017-17811,CVE-2017-17812,CVE-2017-17813,CVE-2017-17814,CVE-2017-17815,CVE-2017-17816,CVE-2017-17817,CVE-2017-17818,CVE-2017-17819,CVE-2017-17820,CVE-2017-18207,CVE-2017-3735,CVE-2017-3736,CVE-2017-3738,CVE-2018-0732,CVE-2018-1000168,CVE-2018-12115,CVE-2018-12116,CVE-2018-12121,CVE-2018-12122,CVE-2018-12123,CVE-2018-20406,CVE-2018-20852,CVE-2018-7158,CVE-2018-7159,CVE-2018-7160,CVE-2018-7161,CVE-2018-7167,CVE-2019-10160,CVE-2019-11709,CVE-2019-11710,CVE-2019-11711,CVE-2019-11712,CVE-2019-11713,CVE-2019-11714,CVE-2019-11715,CVE-2019-11716,CVE-2019-11717,CVE-2019-11718,CVE-2019-11719,CVE-2019-11720,CVE-2019-11721,CVE-2019-11723,CVE-2019-11724,CVE-2019-11725,CVE-2019-11727,CVE-2019-11728,CVE-2019-11729,CVE-2019-11730,CVE-2019-11733,CVE-2019-11735,CVE-2019-11736,CVE-2019-11738,CVE-2019-11740,CVE-2019-11742,CVE-2019-11743,CVE-2019-11744,CVE-2019-11746,CVE-2019-11747,CVE-2019-11748,CVE-2019-11749,CVE-2019-11750,CVE-2019-11751,CVE-2019-11752,CVE-2019-11753,CVE-2019-11757,CVE-2019-11758,CVE-2019-11759,CVE-2019-11760,CVE-2019-11761,CVE-2019-11762,CVE-2019-11763,CVE-2019-11764,CVE-2019-13173,CVE-2019-15903,CVE-2019-5010,CVE-2019-5737,CVE-2019-9511,CVE-2019-9512,CVE-2019-9513,CVE-2019-9514,CVE-2019-9515,CVE-2019-9516,CVE-2019-9517,CVE-2019-9518,CVE-2019-9636,CVE-2019-9811,CVE-2019-9812,CVE-2019-9947
Sources used:
SUSE Linux Enterprise Server 11-SP4-LTSS (src):    MozillaFirefox-68.2.0-78.51.4, MozillaFirefox-branding-SLED-68-21.9.8, firefox-atk-2.26.1-2.8.4, firefox-cairo-1.15.10-2.13.4, firefox-gcc5-5.3.1+r233831-14.1, firefox-gcc8-8.2.1+r264010-2.5.1, firefox-gdk-pixbuf-2.36.11-2.8.4, firefox-glib2-2.54.3-2.14.7, firefox-gtk3-3.10.9-2.15.3, firefox-harfbuzz-1.7.5-2.7.4, firefox-libffi-3.2.1.git259-2.3.3, firefox-libffi-gcc5-5.3.1+r233831-14.1, firefox-pango-1.40.14-2.7.4, mozilla-nspr-4.21-29.6.1, mozilla-nss-3.45-38.9.3

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.
Comment 43 Alexandros Toptsoglou 2020-02-04 14:47:38 UTC
Closing