GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

RHSA-2020:2824

Vulnerability from csaf_redhat - Published: 2020-07-06 20:52 - Updated: 2026-06-25 10:56
Summary
Red Hat Security Advisory: firefox security update
Severity
Important
Notes
Topic: An update for firefox is now available for Red Hat Enterprise Linux 6. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details: Mozilla Firefox is an open-source web browser, designed for standards compliance, performance, and portability. This update upgrades Firefox to version 68.10.0 ESR. Security Fix(es): * Mozilla: Information disclosure due to manipulated URL object (CVE-2020-12418) * Mozilla: Use-after-free in nsGlobalWindowInner (CVE-2020-12419) * Mozilla: Use-After-Free when trying to connect to a STUN server (CVE-2020-12420) * Mozilla: Add-On updates did not respect the same certificate trust rules as software updates (CVE-2020-12421) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use: This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.

The Mozilla Foundation Security Advisory describes this flaw as: Manipulating individual parts of a URL object could have caused an out-of-bounds read, leaking process memory to malicious JavaScript.

CWE-200 - Exposure of Sensitive Information to an Unauthorized Actor
Affected products
Product Identifier Version Remediation
Unresolved product id: 6Client-6.10.z:firefox-0:68.10.0-1.el6_10.i686
Vendor Fix fix
Unresolved product id: 6Client-6.10.z:firefox-0:68.10.0-1.el6_10.src
Vendor Fix fix
Unresolved product id: 6Client-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64
Vendor Fix fix
Unresolved product id: 6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686
Vendor Fix fix
Unresolved product id: 6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64
Vendor Fix fix
Unresolved product id: 6Client-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686
Vendor Fix fix
Unresolved product id: 6Client-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686
Vendor Fix fix
Unresolved product id: 6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686
Vendor Fix fix
Unresolved product id: 6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.src
Vendor Fix fix
Unresolved product id: 6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64
Vendor Fix fix
Unresolved product id: 6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686
Vendor Fix fix
Unresolved product id: 6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64
Vendor Fix fix
Unresolved product id: 6Server-6.10.z:firefox-0:68.10.0-1.el6_10.i686
Vendor Fix fix
Unresolved product id: 6Server-6.10.z:firefox-0:68.10.0-1.el6_10.ppc64
Vendor Fix fix
Unresolved product id: 6Server-6.10.z:firefox-0:68.10.0-1.el6_10.s390x
Vendor Fix fix
Unresolved product id: 6Server-6.10.z:firefox-0:68.10.0-1.el6_10.src
Vendor Fix fix
Unresolved product id: 6Server-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64
Vendor Fix fix
Unresolved product id: 6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686
Vendor Fix fix
Unresolved product id: 6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.ppc64
Vendor Fix fix
Unresolved product id: 6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.s390x
Vendor Fix fix
Unresolved product id: 6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64
Vendor Fix fix
Unresolved product id: 6Server-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686
Vendor Fix fix
Unresolved product id: 6Server-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686
Vendor Fix fix
Unresolved product id: 6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.i686
Vendor Fix fix
Unresolved product id: 6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.src
Vendor Fix fix
Unresolved product id: 6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64
Vendor Fix fix
Unresolved product id: 6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686
Vendor Fix fix
Unresolved product id: 6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64
Vendor Fix fix
Unresolved product id: 6Workstation-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686
Vendor Fix fix
Unresolved product id: 6Workstation-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686
Vendor Fix fix
Threats
Impact Important

The Mozilla Foundation Security Advisory describes this flaw as: When processing callbacks that occurred during window flushing in the parent process, the associated window may die; causing a use-after-free condition. This could have led to memory corruption and a potentially exploitable crash.

CWE-416 - Use After Free
Affected products
Fixed 30 products, the same list as for CVE-2020-12418
Threats
Impact Important

The Mozilla Foundation Security Advisory describes this flaw as: When trying to connect to a STUN server, a race condition could have caused a use-after-free of a pointer, leading to memory corruption and a potentially exploitable crash.

CWE-416 - Use After Free
Affected products
Fixed 30 products, the same list as for CVE-2020-12418
Threats
Impact Important

The Mozilla Foundation Security Advisory describes this flaw as: When performing add-on updates, certificate chains terminating in non-built-in-roots were rejected (even if they were legitimately added by an administrator.) This could have caused add-ons to become out-of-date silently without notification to the user.

CWE-296 - Improper Following of a Certificate's Chain of Trust
Affected products
Fixed 30 products, the same list as for CVE-2020-12418
Threats
Impact Moderate
References
URL Category
https://access.redhat.com/errata/RHSA-2020:2824 self
https://access.redhat.com/security/updates/classi… external
https://bugzilla.redhat.com/show_bug.cgi?id=1853015 external
https://bugzilla.redhat.com/show_bug.cgi?id=1853016 external
https://bugzilla.redhat.com/show_bug.cgi?id=1853017 external
https://bugzilla.redhat.com/show_bug.cgi?id=1853018 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2020-12418 self
https://bugzilla.redhat.com/show_bug.cgi?id=1853015 external
https://www.cve.org/CVERecord?id=CVE-2020-12418 external
https://nvd.nist.gov/vuln/detail/CVE-2020-12418 external
https://www.mozilla.org/en-US/security/advisories… external
https://access.redhat.com/security/cve/CVE-2020-12419 self
https://bugzilla.redhat.com/show_bug.cgi?id=1853016 external
https://www.cve.org/CVERecord?id=CVE-2020-12419 external
https://nvd.nist.gov/vuln/detail/CVE-2020-12419 external
https://www.mozilla.org/en-US/security/advisories… external
https://access.redhat.com/security/cve/CVE-2020-12420 self
https://bugzilla.redhat.com/show_bug.cgi?id=1853017 external
https://www.cve.org/CVERecord?id=CVE-2020-12420 external
https://nvd.nist.gov/vuln/detail/CVE-2020-12420 external
https://www.mozilla.org/en-US/security/advisories… external
https://access.redhat.com/security/cve/CVE-2020-12421 self
https://bugzilla.redhat.com/show_bug.cgi?id=1853018 external
https://www.cve.org/CVERecord?id=CVE-2020-12421 external
https://nvd.nist.gov/vuln/detail/CVE-2020-12421 external
https://www.mozilla.org/en-US/security/advisories… external

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for firefox is now available for Red Hat Enterprise Linux 6.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Mozilla Firefox is an open-source web browser, designed for standards compliance, performance, and portability.\n\nThis update upgrades Firefox to version 68.10.0 ESR.\n\nSecurity Fix(es):\n\n* Mozilla: Information disclosure due to manipulated URL object (CVE-2020-12418)\n\n* Mozilla: Use-after-free in nsGlobalWindowInner (CVE-2020-12419)\n\n* Mozilla: Use-After-Free when trying to connect to a STUN server (CVE-2020-12420)\n\n* Mozilla: Add-On updates did not respect the same certificate trust rules as software updates (CVE-2020-12421)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2020:2824",
        "url": "https://access.redhat.com/errata/RHSA-2020:2824"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "1853015",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1853015"
      },
      {
        "category": "external",
        "summary": "1853016",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1853016"
      },
      {
        "category": "external",
        "summary": "1853017",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1853017"
      },
      {
        "category": "external",
        "summary": "1853018",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1853018"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_2824.json"
      }
    ],
    "title": "Red Hat Security Advisory: firefox security update",
    "tracking": {
      "current_release_date": "2026-06-25T10:56:15+00:00",
      "generator": {
        "date": "2026-06-25T10:56:15+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "5.1.0"
        }
      },
      "id": "RHSA-2020:2824",
      "initial_release_date": "2020-07-06T20:52:09+00:00",
      "revision_history": [
        {
          "date": "2020-07-06T20:52:09+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2020-07-06T20:52:09+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2026-06-25T10:56:15+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Desktop (v. 6)",
                "product": {
                  "name": "Red Hat Enterprise Linux Desktop (v. 6)",
                  "product_id": "6Client-6.10.z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:6::client"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Desktop Optional (v. 6)",
                "product": {
                  "name": "Red Hat Enterprise Linux Desktop Optional (v. 6)",
                  "product_id": "6Client-optional-6.10.z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:6::client"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux HPC Node Optional (v. 6)",
                "product": {
                  "name": "Red Hat Enterprise Linux HPC Node Optional (v. 6)",
                  "product_id": "6ComputeNode-optional-6.10.z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:6::computenode"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Server (v. 6)",
                "product": {
                  "name": "Red Hat Enterprise Linux Server (v. 6)",
                  "product_id": "6Server-6.10.z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:6::server"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Server Optional (v. 6)",
                "product": {
                  "name": "Red Hat Enterprise Linux Server Optional (v. 6)",
                  "product_id": "6Server-optional-6.10.z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:6::server"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Workstation (v. 6)",
                "product": {
                  "name": "Red Hat Enterprise Linux Workstation (v. 6)",
                  "product_id": "6Workstation-6.10.z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:6::workstation"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Workstation Optional (v. 6)",
                "product": {
                  "name": "Red Hat Enterprise Linux Workstation Optional (v. 6)",
                  "product_id": "6Workstation-optional-6.10.z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:6::workstation"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "firefox-0:68.10.0-1.el6_10.i686",
                "product": {
                  "name": "firefox-0:68.10.0-1.el6_10.i686",
                  "product_id": "firefox-0:68.10.0-1.el6_10.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/firefox@68.10.0-1.el6_10?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "firefox-debuginfo-0:68.10.0-1.el6_10.i686",
                "product": {
                  "name": "firefox-debuginfo-0:68.10.0-1.el6_10.i686",
                  "product_id": "firefox-debuginfo-0:68.10.0-1.el6_10.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/firefox-debuginfo@68.10.0-1.el6_10?arch=i686"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "i686"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "firefox-0:68.10.0-1.el6_10.x86_64",
                "product": {
                  "name": "firefox-0:68.10.0-1.el6_10.x86_64",
                  "product_id": "firefox-0:68.10.0-1.el6_10.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/firefox@68.10.0-1.el6_10?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
                "product": {
                  "name": "firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
                  "product_id": "firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/firefox-debuginfo@68.10.0-1.el6_10?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "firefox-0:68.10.0-1.el6_10.src",
                "product": {
                  "name": "firefox-0:68.10.0-1.el6_10.src",
                  "product_id": "firefox-0:68.10.0-1.el6_10.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/firefox@68.10.0-1.el6_10?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "firefox-0:68.10.0-1.el6_10.ppc64",
                "product": {
                  "name": "firefox-0:68.10.0-1.el6_10.ppc64",
                  "product_id": "firefox-0:68.10.0-1.el6_10.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/firefox@68.10.0-1.el6_10?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "firefox-debuginfo-0:68.10.0-1.el6_10.ppc64",
                "product": {
                  "name": "firefox-debuginfo-0:68.10.0-1.el6_10.ppc64",
                  "product_id": "firefox-debuginfo-0:68.10.0-1.el6_10.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/firefox-debuginfo@68.10.0-1.el6_10?arch=ppc64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "firefox-0:68.10.0-1.el6_10.s390x",
                "product": {
                  "name": "firefox-0:68.10.0-1.el6_10.s390x",
                  "product_id": "firefox-0:68.10.0-1.el6_10.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/firefox@68.10.0-1.el6_10?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "firefox-debuginfo-0:68.10.0-1.el6_10.s390x",
                "product": {
                  "name": "firefox-debuginfo-0:68.10.0-1.el6_10.s390x",
                  "product_id": "firefox-debuginfo-0:68.10.0-1.el6_10.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/firefox-debuginfo@68.10.0-1.el6_10?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:68.10.0-1.el6_10.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
          "product_id": "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.i686"
        },
        "product_reference": "firefox-0:68.10.0-1.el6_10.i686",
        "relates_to_product_reference": "6Client-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:68.10.0-1.el6_10.src as a component of Red Hat Enterprise Linux Desktop (v. 6)",
          "product_id": "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.src"
        },
        "product_reference": "firefox-0:68.10.0-1.el6_10.src",
        "relates_to_product_reference": "6Client-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:68.10.0-1.el6_10.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
          "product_id": "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64"
        },
        "product_reference": "firefox-0:68.10.0-1.el6_10.x86_64",
        "relates_to_product_reference": "6Client-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:68.10.0-1.el6_10.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
          "product_id": "6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686"
        },
        "product_reference": "firefox-debuginfo-0:68.10.0-1.el6_10.i686",
        "relates_to_product_reference": "6Client-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:68.10.0-1.el6_10.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
          "product_id": "6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64"
        },
        "product_reference": "firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
        "relates_to_product_reference": "6Client-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:68.10.0-1.el6_10.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
          "product_id": "6Client-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686"
        },
        "product_reference": "firefox-0:68.10.0-1.el6_10.i686",
        "relates_to_product_reference": "6Client-optional-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:68.10.0-1.el6_10.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
          "product_id": "6Client-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686"
        },
        "product_reference": "firefox-debuginfo-0:68.10.0-1.el6_10.i686",
        "relates_to_product_reference": "6Client-optional-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:68.10.0-1.el6_10.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
          "product_id": "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686"
        },
        "product_reference": "firefox-0:68.10.0-1.el6_10.i686",
        "relates_to_product_reference": "6ComputeNode-optional-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:68.10.0-1.el6_10.src as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
          "product_id": "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.src"
        },
        "product_reference": "firefox-0:68.10.0-1.el6_10.src",
        "relates_to_product_reference": "6ComputeNode-optional-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:68.10.0-1.el6_10.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
          "product_id": "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64"
        },
        "product_reference": "firefox-0:68.10.0-1.el6_10.x86_64",
        "relates_to_product_reference": "6ComputeNode-optional-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:68.10.0-1.el6_10.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
          "product_id": "6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686"
        },
        "product_reference": "firefox-debuginfo-0:68.10.0-1.el6_10.i686",
        "relates_to_product_reference": "6ComputeNode-optional-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:68.10.0-1.el6_10.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
          "product_id": "6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64"
        },
        "product_reference": "firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
        "relates_to_product_reference": "6ComputeNode-optional-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:68.10.0-1.el6_10.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.i686"
        },
        "product_reference": "firefox-0:68.10.0-1.el6_10.i686",
        "relates_to_product_reference": "6Server-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:68.10.0-1.el6_10.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.ppc64"
        },
        "product_reference": "firefox-0:68.10.0-1.el6_10.ppc64",
        "relates_to_product_reference": "6Server-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:68.10.0-1.el6_10.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.s390x"
        },
        "product_reference": "firefox-0:68.10.0-1.el6_10.s390x",
        "relates_to_product_reference": "6Server-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:68.10.0-1.el6_10.src as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.src"
        },
        "product_reference": "firefox-0:68.10.0-1.el6_10.src",
        "relates_to_product_reference": "6Server-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:68.10.0-1.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64"
        },
        "product_reference": "firefox-0:68.10.0-1.el6_10.x86_64",
        "relates_to_product_reference": "6Server-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:68.10.0-1.el6_10.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686"
        },
        "product_reference": "firefox-debuginfo-0:68.10.0-1.el6_10.i686",
        "relates_to_product_reference": "6Server-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:68.10.0-1.el6_10.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.ppc64"
        },
        "product_reference": "firefox-debuginfo-0:68.10.0-1.el6_10.ppc64",
        "relates_to_product_reference": "6Server-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:68.10.0-1.el6_10.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.s390x"
        },
        "product_reference": "firefox-debuginfo-0:68.10.0-1.el6_10.s390x",
        "relates_to_product_reference": "6Server-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:68.10.0-1.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64"
        },
        "product_reference": "firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
        "relates_to_product_reference": "6Server-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:68.10.0-1.el6_10.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
          "product_id": "6Server-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686"
        },
        "product_reference": "firefox-0:68.10.0-1.el6_10.i686",
        "relates_to_product_reference": "6Server-optional-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:68.10.0-1.el6_10.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
          "product_id": "6Server-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686"
        },
        "product_reference": "firefox-debuginfo-0:68.10.0-1.el6_10.i686",
        "relates_to_product_reference": "6Server-optional-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:68.10.0-1.el6_10.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
          "product_id": "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.i686"
        },
        "product_reference": "firefox-0:68.10.0-1.el6_10.i686",
        "relates_to_product_reference": "6Workstation-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:68.10.0-1.el6_10.src as a component of Red Hat Enterprise Linux Workstation (v. 6)",
          "product_id": "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.src"
        },
        "product_reference": "firefox-0:68.10.0-1.el6_10.src",
        "relates_to_product_reference": "6Workstation-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:68.10.0-1.el6_10.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
          "product_id": "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64"
        },
        "product_reference": "firefox-0:68.10.0-1.el6_10.x86_64",
        "relates_to_product_reference": "6Workstation-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:68.10.0-1.el6_10.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
          "product_id": "6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686"
        },
        "product_reference": "firefox-debuginfo-0:68.10.0-1.el6_10.i686",
        "relates_to_product_reference": "6Workstation-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:68.10.0-1.el6_10.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
          "product_id": "6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64"
        },
        "product_reference": "firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
        "relates_to_product_reference": "6Workstation-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:68.10.0-1.el6_10.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
          "product_id": "6Workstation-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686"
        },
        "product_reference": "firefox-0:68.10.0-1.el6_10.i686",
        "relates_to_product_reference": "6Workstation-optional-6.10.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:68.10.0-1.el6_10.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
          "product_id": "6Workstation-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686"
        },
        "product_reference": "firefox-debuginfo-0:68.10.0-1.el6_10.i686",
        "relates_to_product_reference": "6Workstation-optional-6.10.z"
      }
    ]
  },
  "vulnerabilities": [
    {
      "acknowledgments": [
        {
          "names": [
            "the Mozilla project"
          ]
        },
        {
          "names": [
            "Marcin \u0027Icewall\u0027 Noga"
          ],
          "organization": "Cisco Talos",
          "summary": "Acknowledged by upstream."
        }
      ],
      "cve": "CVE-2020-12418",
      "cwe": {
        "id": "CWE-200",
        "name": "Exposure of Sensitive Information to an Unauthorized Actor"
      },
      "discovery_date": "2020-06-30T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1853015"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nManipulating individual parts of a URL object could have caused an out-of-bounds read, leaking process memory to malicious JavaScript.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Mozilla: Information disclosure due to manipulated URL object",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.src",
          "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
          "6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
          "6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
          "6Client-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6Client-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
          "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.src",
          "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
          "6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
          "6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
          "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.ppc64",
          "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.s390x",
          "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.src",
          "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
          "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
          "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.ppc64",
          "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.s390x",
          "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
          "6Server-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6Server-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
          "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.src",
          "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
          "6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
          "6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
          "6Workstation-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6Workstation-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2020-12418"
        },
        {
          "category": "external",
          "summary": "RHBZ#1853015",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1853015"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2020-12418",
          "url": "https://www.cve.org/CVERecord?id=CVE-2020-12418"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-12418",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-12418"
        },
        {
          "category": "external",
          "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2020-25/#CVE-2020-12418",
          "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2020-25/#CVE-2020-12418"
        }
      ],
      "release_date": "2020-06-30T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2020-07-06T20:52:09+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the update, Firefox must be restarted for the changes to take effect.",
          "product_ids": [
            "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Client-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Client-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.ppc64",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.s390x",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.ppc64",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.s390x",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Server-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Server-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Workstation-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Workstation-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2020:2824"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Client-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Client-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.ppc64",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.s390x",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.ppc64",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.s390x",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Server-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Server-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Workstation-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Workstation-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "Mozilla: Information disclosure due to manipulated URL object"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Mozilla Project"
          ]
        },
        {
          "names": [
            "worcester12345"
          ],
          "summary": "Acknowledged by upstream."
        }
      ],
      "cve": "CVE-2020-12419",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2020-06-30T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1853016"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nWhen processing callbacks that occurred during window flushing in the parent process, the associated window may die; causing a use-after-free condition. This could have led to memory corruption and a potentially exploitable crash.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Mozilla: Use-after-free in nsGlobalWindowInner",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.src",
          "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
          "6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
          "6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
          "6Client-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6Client-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
          "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.src",
          "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
          "6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
          "6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
          "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.ppc64",
          "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.s390x",
          "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.src",
          "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
          "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
          "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.ppc64",
          "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.s390x",
          "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
          "6Server-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6Server-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
          "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.src",
          "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
          "6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
          "6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
          "6Workstation-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6Workstation-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2020-12419"
        },
        {
          "category": "external",
          "summary": "RHBZ#1853016",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1853016"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2020-12419",
          "url": "https://www.cve.org/CVERecord?id=CVE-2020-12419"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-12419",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-12419"
        },
        {
          "category": "external",
          "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2020-25/#CVE-2020-12419",
          "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2020-25/#CVE-2020-12419"
        }
      ],
      "release_date": "2020-06-30T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2020-07-06T20:52:09+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the update, Firefox must be restarted for the changes to take effect.",
          "product_ids": [
            "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Client-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Client-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.ppc64",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.s390x",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.ppc64",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.s390x",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Server-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Server-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Workstation-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Workstation-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2020:2824"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 8.8,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Client-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Client-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.ppc64",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.s390x",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.ppc64",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.s390x",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Server-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Server-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Workstation-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Workstation-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "Mozilla: Use-after-free in nsGlobalWindowInner"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Mozilla project"
          ]
        },
        {
          "names": [
            "Byron Campen"
          ],
          "summary": "Acknowledged by upstream."
        }
      ],
      "cve": "CVE-2020-12420",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2020-06-30T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1853017"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nWhen trying to connect to a STUN server, a race condition could have caused a use-after-free of a pointer, leading to memory corruption and a potentially exploitable crash.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Mozilla: Use-After-Free when trying to connect to a STUN server",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.src",
          "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
          "6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
          "6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
          "6Client-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6Client-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
          "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.src",
          "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
          "6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
          "6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
          "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.ppc64",
          "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.s390x",
          "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.src",
          "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
          "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
          "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.ppc64",
          "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.s390x",
          "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
          "6Server-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6Server-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
          "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.src",
          "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
          "6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
          "6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
          "6Workstation-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6Workstation-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2020-12420"
        },
        {
          "category": "external",
          "summary": "RHBZ#1853017",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1853017"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2020-12420",
          "url": "https://www.cve.org/CVERecord?id=CVE-2020-12420"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-12420",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-12420"
        },
        {
          "category": "external",
          "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2020-25/#CVE-2020-12420",
          "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2020-25/#CVE-2020-12420"
        }
      ],
      "release_date": "2020-06-30T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2020-07-06T20:52:09+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the update, Firefox must be restarted for the changes to take effect.",
          "product_ids": [
            "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Client-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Client-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.ppc64",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.s390x",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.ppc64",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.s390x",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Server-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Server-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Workstation-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Workstation-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2020:2824"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 8.8,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Client-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Client-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.ppc64",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.s390x",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.ppc64",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.s390x",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Server-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Server-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Workstation-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Workstation-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "Mozilla: Use-After-Free when trying to connect to a STUN server"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Mozilla project"
          ]
        },
        {
          "names": [
            "Chuck Harmston",
            "Robert Hardy"
          ],
          "summary": "Acknowledged by upstream."
        }
      ],
      "cve": "CVE-2020-12421",
      "cwe": {
        "id": "CWE-296",
        "name": "Improper Following of a Certificate\u0027s Chain of Trust"
      },
      "discovery_date": "2020-06-30T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1853018"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nWhen performing add-on updates, certificate chains terminating in non-built-in-roots were rejected (even if they were legitimately added by an administrator.) This could have caused add-ons to become out-of-date silently without notification to the user.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Mozilla: Add-On updates did not respect the same certificate trust rules as software updates",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.src",
          "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
          "6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
          "6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
          "6Client-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6Client-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
          "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.src",
          "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
          "6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
          "6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
          "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.ppc64",
          "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.s390x",
          "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.src",
          "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
          "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
          "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.ppc64",
          "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.s390x",
          "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
          "6Server-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6Server-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
          "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.src",
          "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
          "6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
          "6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
          "6Workstation-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
          "6Workstation-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2020-12421"
        },
        {
          "category": "external",
          "summary": "RHBZ#1853018",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1853018"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2020-12421",
          "url": "https://www.cve.org/CVERecord?id=CVE-2020-12421"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-12421",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-12421"
        },
        {
          "category": "external",
          "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2020-25/#CVE-2020-12421",
          "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2020-25/#CVE-2020-12421"
        }
      ],
      "release_date": "2020-06-30T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2020-07-06T20:52:09+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the update, Firefox must be restarted for the changes to take effect.",
          "product_ids": [
            "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Client-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Client-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.ppc64",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.s390x",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.ppc64",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.s390x",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Server-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Server-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Workstation-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Workstation-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2020:2824"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 6.1,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "CHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
            "version": "3.0"
          },
          "products": [
            "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6Client-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Client-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Client-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Client-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6ComputeNode-optional-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6ComputeNode-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.ppc64",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.s390x",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6Server-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.ppc64",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.s390x",
            "6Server-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Server-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Server-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.src",
            "6Workstation-6.10.z:firefox-0:68.10.0-1.el6_10.x86_64",
            "6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686",
            "6Workstation-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.x86_64",
            "6Workstation-optional-6.10.z:firefox-0:68.10.0-1.el6_10.i686",
            "6Workstation-optional-6.10.z:firefox-debuginfo-0:68.10.0-1.el6_10.i686"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "Mozilla: Add-On updates did not respect the same certificate trust rules as software updates"
    }
  ]
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…