RHSA-2023_5019

Vulnerability from csaf_redhat - Published: 2023-09-07 11:45 - Updated: 2024-11-23 00:18
Summary
Red Hat Security Advisory: firefox security update
Severity
Important
Notes
Topic: An update for firefox is now available for Red Hat Enterprise Linux 7. 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 102.15.0 ESR. Security Fix(es): * Mozilla: Memory corruption in IPC CanvasTranslator (CVE-2023-4573) * Mozilla: Memory corruption in IPC ColorPickerShownCallback (CVE-2023-4574) * Mozilla: Memory corruption in IPC FilePickerShownCallback (CVE-2023-4575) * Mozilla: Memory corruption in JIT UpdateRegExpStatics (CVE-2023-4577) * Mozilla: Memory safety bugs fixed in Firefox 117, Firefox ESR 102.15, Firefox ESR 115.2, Thunderbird 102.15, and Thunderbird 115.2 (CVE-2023-4584) * Mozilla: Memory safety bugs fixed in Firefox 117, Firefox ESR 115.2, and Thunderbird 115.2 (CVE-2023-4585) * Mozilla: Full screen notification obscured by file open dialog (CVE-2023-4051) * Mozilla: Full screen notification obscured by external program (CVE-2023-4053) * Mozilla: Error reporting methods in SpiderMonkey could have triggered an Out of Memory Exception (CVE-2023-4578) * Mozilla: Push notifications saved to disk unencrypted (CVE-2023-4580) * Mozilla: XLL file extensions were downloadable without warnings (CVE-2023-4581) * Mozilla: Browsing Context potentially not cleared when closing Private Window (CVE-2023-4583) 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: A website could have obscured the full screen notification by using the file open dialog. This could have led to user confusion and possible spoofing attacks.

CWE-290 - Authentication Bypass by Spoofing
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 After installing the update, Firefox must be restarted for the changes to take effect. https://access.redhat.com/errata/RHSA-2023:5019

The Mozilla Foundation Security Advisory describes this flaw as: A website could have obscured the full screen notification by using a URL with a scheme handled by an external program, such as a mailto URL. This could have led to user confusion and possible spoofing attacks.

CWE-290 - Authentication Bypass by Spoofing
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 After installing the update, Firefox must be restarted for the changes to take effect. https://access.redhat.com/errata/RHSA-2023:5019

The Mozilla Foundation Security Advisory describes this flaw as: When receiving rendering data over IPC `mStream` could have been destroyed when initialized, which could have led to a use-after-free causing a potentially exploitable crash.

CWE-416 - Use After Free
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 After installing the update, Firefox must be restarted for the changes to take effect. https://access.redhat.com/errata/RHSA-2023:5019

The Mozilla Foundation Security Advisory describes this flaw as: When creating a callback over IPC for showing the Color Picker window, multiple of the same callbacks could have been created at a time and eventually all simultaneously destroyed as soon as one of the callbacks finished. This could have led to a use-after-free causing a potentially exploitable crash.

CWE-416 - Use After Free
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 After installing the update, Firefox must be restarted for the changes to take effect. https://access.redhat.com/errata/RHSA-2023:5019

The Mozilla Foundation Security Advisory describes this flaw as: When creating a callback over IPC for showing the File Picker window, multiple of the same callbacks could have been created at a time and eventually all simultaneously destroyed as soon as one of the callbacks finished. This could have led to a use-after-free causing a potentially exploitable crash.

CWE-416 - Use After Free
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 After installing the update, Firefox must be restarted for the changes to take effect. https://access.redhat.com/errata/RHSA-2023:5019

The Mozilla Foundation Security Advisory describes this flaw as: When `UpdateRegExpStatics` attempted to access `initialStringHeap` it could already have been garbage collected prior to entering the function, which could potentially have led to an exploitable crash.

CWE-400 - Uncontrolled Resource Consumption
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 After installing the update, Firefox must be restarted for the changes to take effect. https://access.redhat.com/errata/RHSA-2023:5019

The Mozilla Foundation Security Advisory describes this flaw as: When calling `JS::CheckRegExpSyntax` a Syntax Error could have been set which would end in calling `convertToRuntimeErrorAndClear`. A path in the function could attempt to allocate memory when none is available which would have caused a newly created Out of Memory exception to be mishandled as a Syntax Error.

CWE-119 - Improper Restriction of Operations within the Bounds of a Memory Buffer
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 After installing the update, Firefox must be restarted for the changes to take effect. https://access.redhat.com/errata/RHSA-2023:5019

The Mozilla Foundation Security Advisory describes this flaw as: Push notifications stored on disk in private browsing mode were not being encrypted potentially allowing the leak of sensitive information.

CWE-200 - Exposure of Sensitive Information to an Unauthorized Actor
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 After installing the update, Firefox must be restarted for the changes to take effect. https://access.redhat.com/errata/RHSA-2023:5019

The Mozilla Foundation Security Advisory describes this flaw as: Excel `.xll` add-in files did not have a blocklist entry in Firefox's executable blocklist which allowed them to be downloaded without any warning of their potential harm.

CWE-1127 - Compilation with Insufficient Warnings or Errors
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 After installing the update, Firefox must be restarted for the changes to take effect. https://access.redhat.com/errata/RHSA-2023:5019

The Mozilla Foundation Security Advisory describes this flaw as: When checking if the Browsing Context had been discarded in `HttpBaseChannel`, if the load group was not available then it was assumed to have already been discarded which was not always the case for private channels after the private session had ended.

CWE-179 - Incorrect Behavior Order: Early Validation
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 After installing the update, Firefox must be restarted for the changes to take effect. https://access.redhat.com/errata/RHSA-2023:5019

The Mozilla Foundation Security Advisory describes this flaw as: Memory safety bugs present in Firefox 116, Firefox ESR 102.14, Firefox ESR 115.1, Thunderbird 102.14, and Thunderbird 115.1. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code.

CWE-120 - Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 After installing the update, Firefox must be restarted for the changes to take effect. https://access.redhat.com/errata/RHSA-2023:5019

The Mozilla Foundation Security Advisory describes this flaw as: Memory safety bugs present in Firefox 116, Firefox ESR 115.1, and Thunderbird 115.1. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code.

CWE-120 - Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 After installing the update, Firefox must be restarted for the changes to take effect. https://access.redhat.com/errata/RHSA-2023:5019
References
https://access.redhat.com/errata/RHSA-2023:5019 self
https://access.redhat.com/security/updates/classi… external
https://bugzilla.redhat.com/show_bug.cgi?id=2236071 external
https://bugzilla.redhat.com/show_bug.cgi?id=2236072 external
https://bugzilla.redhat.com/show_bug.cgi?id=2236073 external
https://bugzilla.redhat.com/show_bug.cgi?id=2236075 external
https://bugzilla.redhat.com/show_bug.cgi?id=2236076 external
https://bugzilla.redhat.com/show_bug.cgi?id=2236077 external
https://bugzilla.redhat.com/show_bug.cgi?id=2236078 external
https://bugzilla.redhat.com/show_bug.cgi?id=2236079 external
https://bugzilla.redhat.com/show_bug.cgi?id=2236080 external
https://bugzilla.redhat.com/show_bug.cgi?id=2236082 external
https://bugzilla.redhat.com/show_bug.cgi?id=2236084 external
https://bugzilla.redhat.com/show_bug.cgi?id=2236086 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2023-4051 self
https://bugzilla.redhat.com/show_bug.cgi?id=2236076 external
https://www.cve.org/CVERecord?id=CVE-2023-4051 external
https://nvd.nist.gov/vuln/detail/CVE-2023-4051 external
https://www.mozilla.org/en-US/security/advisories… external
https://access.redhat.com/security/cve/CVE-2023-4053 self
https://bugzilla.redhat.com/show_bug.cgi?id=2236078 external
https://www.cve.org/CVERecord?id=CVE-2023-4053 external
https://nvd.nist.gov/vuln/detail/CVE-2023-4053 external
https://www.mozilla.org/en-US/security/advisories… external
https://access.redhat.com/security/cve/CVE-2023-4573 self
https://bugzilla.redhat.com/show_bug.cgi?id=2236071 external
https://www.cve.org/CVERecord?id=CVE-2023-4573 external
https://nvd.nist.gov/vuln/detail/CVE-2023-4573 external
https://www.mozilla.org/en-US/security/advisories… external
https://access.redhat.com/security/cve/CVE-2023-4574 self
https://bugzilla.redhat.com/show_bug.cgi?id=2236072 external
https://www.cve.org/CVERecord?id=CVE-2023-4574 external
https://nvd.nist.gov/vuln/detail/CVE-2023-4574 external
https://www.mozilla.org/en-US/security/advisories… external
https://access.redhat.com/security/cve/CVE-2023-4575 self
https://bugzilla.redhat.com/show_bug.cgi?id=2236073 external
https://www.cve.org/CVERecord?id=CVE-2023-4575 external
https://nvd.nist.gov/vuln/detail/CVE-2023-4575 external
https://www.mozilla.org/en-US/security/advisories… external
https://access.redhat.com/security/cve/CVE-2023-4577 self
https://bugzilla.redhat.com/show_bug.cgi?id=2236075 external
https://www.cve.org/CVERecord?id=CVE-2023-4577 external
https://nvd.nist.gov/vuln/detail/CVE-2023-4577 external
https://www.mozilla.org/en-US/security/advisories… external
https://access.redhat.com/security/cve/CVE-2023-4578 self
https://bugzilla.redhat.com/show_bug.cgi?id=2236077 external
https://www.cve.org/CVERecord?id=CVE-2023-4578 external
https://nvd.nist.gov/vuln/detail/CVE-2023-4578 external
https://www.mozilla.org/en-US/security/advisories… external
https://access.redhat.com/security/cve/CVE-2023-4580 self
https://bugzilla.redhat.com/show_bug.cgi?id=2236079 external
https://www.cve.org/CVERecord?id=CVE-2023-4580 external
https://nvd.nist.gov/vuln/detail/CVE-2023-4580 external
https://www.mozilla.org/en-US/security/advisories… external
https://access.redhat.com/security/cve/CVE-2023-4581 self
https://bugzilla.redhat.com/show_bug.cgi?id=2236080 external
https://www.cve.org/CVERecord?id=CVE-2023-4581 external
https://nvd.nist.gov/vuln/detail/CVE-2023-4581 external
https://www.mozilla.org/en-US/security/advisories… external
https://access.redhat.com/security/cve/CVE-2023-4583 self
https://bugzilla.redhat.com/show_bug.cgi?id=2236082 external
https://www.cve.org/CVERecord?id=CVE-2023-4583 external
https://nvd.nist.gov/vuln/detail/CVE-2023-4583 external
https://www.mozilla.org/en-US/security/advisories… external
https://access.redhat.com/security/cve/CVE-2023-4584 self
https://bugzilla.redhat.com/show_bug.cgi?id=2236084 external
https://www.cve.org/CVERecord?id=CVE-2023-4584 external
https://nvd.nist.gov/vuln/detail/CVE-2023-4584 external
https://www.mozilla.org/en-US/security/advisories… external
https://access.redhat.com/security/cve/CVE-2023-4585 self
https://bugzilla.redhat.com/show_bug.cgi?id=2236086 external
https://www.cve.org/CVERecord?id=CVE-2023-4585 external
https://nvd.nist.gov/vuln/detail/CVE-2023-4585 external
https://www.mozilla.org/en-US/security/advisories… external
Acknowledgments
the Mozilla project
Hafiizh
Umar Farooq
sonakkbi
Lukas Bernhard
Irvan Kurniawan (@sourc7)
Harveer Singh
Umar Farooq (@Puf)
Thejaka Maldeniya
Randell Jesup Andrew McCreight the Mozilla project
the Mozilla Fuzzing Team
the Mozilla project Sebastian Hengst Donal Meehan

{
  "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 7.\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 102.15.0 ESR.\n\nSecurity Fix(es):\n\n* Mozilla: Memory corruption in IPC CanvasTranslator (CVE-2023-4573)\n\n* Mozilla: Memory corruption in IPC ColorPickerShownCallback (CVE-2023-4574)\n\n* Mozilla: Memory corruption in IPC FilePickerShownCallback (CVE-2023-4575)\n\n* Mozilla: Memory corruption in JIT UpdateRegExpStatics (CVE-2023-4577)\n\n* Mozilla: Memory safety bugs fixed in Firefox 117, Firefox ESR 102.15, Firefox ESR 115.2, Thunderbird 102.15, and Thunderbird 115.2 (CVE-2023-4584)\n\n* Mozilla: Memory safety bugs fixed in Firefox 117, Firefox ESR 115.2, and Thunderbird 115.2 (CVE-2023-4585)\n\n* Mozilla: Full screen notification obscured by file open dialog (CVE-2023-4051)\n\n* Mozilla: Full screen notification obscured by external program (CVE-2023-4053)\n\n* Mozilla: Error reporting methods in SpiderMonkey could have triggered an Out of Memory Exception (CVE-2023-4578)\n\n* Mozilla: Push notifications saved to disk unencrypted (CVE-2023-4580)\n\n* Mozilla: XLL file extensions were downloadable without warnings (CVE-2023-4581)\n\n* Mozilla: Browsing Context potentially not cleared when closing Private Window (CVE-2023-4583)\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-2023:5019",
        "url": "https://access.redhat.com/errata/RHSA-2023:5019"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2236071",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236071"
      },
      {
        "category": "external",
        "summary": "2236072",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236072"
      },
      {
        "category": "external",
        "summary": "2236073",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236073"
      },
      {
        "category": "external",
        "summary": "2236075",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236075"
      },
      {
        "category": "external",
        "summary": "2236076",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236076"
      },
      {
        "category": "external",
        "summary": "2236077",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236077"
      },
      {
        "category": "external",
        "summary": "2236078",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236078"
      },
      {
        "category": "external",
        "summary": "2236079",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236079"
      },
      {
        "category": "external",
        "summary": "2236080",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236080"
      },
      {
        "category": "external",
        "summary": "2236082",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236082"
      },
      {
        "category": "external",
        "summary": "2236084",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236084"
      },
      {
        "category": "external",
        "summary": "2236086",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236086"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_5019.json"
      }
    ],
    "title": "Red Hat Security Advisory: firefox security update",
    "tracking": {
      "current_release_date": "2024-11-23T00:18:36+00:00",
      "generator": {
        "date": "2024-11-23T00:18:36+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.2.1"
        }
      },
      "id": "RHSA-2023:5019",
      "initial_release_date": "2023-09-07T11:45:37+00:00",
      "revision_history": [
        {
          "date": "2023-09-07T11:45:37+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2023-09-07T11:45:37+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2024-11-23T00:18:36+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 Client (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux Client (v. 7)",
                  "product_id": "7Client-7.9.Z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::client"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Client Optional (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux Client Optional (v. 7)",
                  "product_id": "7Client-optional-7.9.Z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::client"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Server (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux Server (v. 7)",
                  "product_id": "7Server-7.9.Z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::server"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Server Optional (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux Server Optional (v. 7)",
                  "product_id": "7Server-optional-7.9.Z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::server"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Workstation (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux Workstation (v. 7)",
                  "product_id": "7Workstation-7.9.Z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)",
                  "product_id": "7Workstation-optional-7.9.Z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "firefox-0:102.15.0-1.el7_9.src",
                "product": {
                  "name": "firefox-0:102.15.0-1.el7_9.src",
                  "product_id": "firefox-0:102.15.0-1.el7_9.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/firefox@102.15.0-1.el7_9?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "firefox-0:102.15.0-1.el7_9.x86_64",
                "product": {
                  "name": "firefox-0:102.15.0-1.el7_9.x86_64",
                  "product_id": "firefox-0:102.15.0-1.el7_9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/firefox@102.15.0-1.el7_9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
                "product": {
                  "name": "firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
                  "product_id": "firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/firefox-debuginfo@102.15.0-1.el7_9?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "firefox-0:102.15.0-1.el7_9.i686",
                "product": {
                  "name": "firefox-0:102.15.0-1.el7_9.i686",
                  "product_id": "firefox-0:102.15.0-1.el7_9.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/firefox@102.15.0-1.el7_9?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "firefox-debuginfo-0:102.15.0-1.el7_9.i686",
                "product": {
                  "name": "firefox-debuginfo-0:102.15.0-1.el7_9.i686",
                  "product_id": "firefox-debuginfo-0:102.15.0-1.el7_9.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/firefox-debuginfo@102.15.0-1.el7_9?arch=i686"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "i686"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "firefox-0:102.15.0-1.el7_9.s390x",
                "product": {
                  "name": "firefox-0:102.15.0-1.el7_9.s390x",
                  "product_id": "firefox-0:102.15.0-1.el7_9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/firefox@102.15.0-1.el7_9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
                "product": {
                  "name": "firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
                  "product_id": "firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/firefox-debuginfo@102.15.0-1.el7_9?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "firefox-0:102.15.0-1.el7_9.ppc64le",
                "product": {
                  "name": "firefox-0:102.15.0-1.el7_9.ppc64le",
                  "product_id": "firefox-0:102.15.0-1.el7_9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/firefox@102.15.0-1.el7_9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
                "product": {
                  "name": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
                  "product_id": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/firefox-debuginfo@102.15.0-1.el7_9?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "firefox-0:102.15.0-1.el7_9.ppc64",
                "product": {
                  "name": "firefox-0:102.15.0-1.el7_9.ppc64",
                  "product_id": "firefox-0:102.15.0-1.el7_9.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/firefox@102.15.0-1.el7_9?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
                "product": {
                  "name": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
                  "product_id": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/firefox-debuginfo@102.15.0-1.el7_9?arch=ppc64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.i686 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.i686",
        "relates_to_product_reference": "7Client-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.ppc64",
        "relates_to_product_reference": "7Client-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.ppc64le",
        "relates_to_product_reference": "7Client-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.s390x",
        "relates_to_product_reference": "7Client-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.src as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.src",
        "relates_to_product_reference": "7Client-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.x86_64",
        "relates_to_product_reference": "7Client-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.i686 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.i686",
        "relates_to_product_reference": "7Client-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
        "relates_to_product_reference": "7Client-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
        "relates_to_product_reference": "7Client-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
        "relates_to_product_reference": "7Client-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
        "relates_to_product_reference": "7Client-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.i686",
        "relates_to_product_reference": "7Client-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.ppc64",
        "relates_to_product_reference": "7Client-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.ppc64le",
        "relates_to_product_reference": "7Client-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.s390x",
        "relates_to_product_reference": "7Client-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.src",
        "relates_to_product_reference": "7Client-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.x86_64",
        "relates_to_product_reference": "7Client-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.i686",
        "relates_to_product_reference": "7Client-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
        "relates_to_product_reference": "7Client-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
        "relates_to_product_reference": "7Client-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
        "relates_to_product_reference": "7Client-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
        "relates_to_product_reference": "7Client-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.i686 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.i686",
        "relates_to_product_reference": "7Server-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.ppc64",
        "relates_to_product_reference": "7Server-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.ppc64le",
        "relates_to_product_reference": "7Server-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.s390x",
        "relates_to_product_reference": "7Server-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.src",
        "relates_to_product_reference": "7Server-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.x86_64",
        "relates_to_product_reference": "7Server-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.i686 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.i686",
        "relates_to_product_reference": "7Server-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
        "relates_to_product_reference": "7Server-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
        "relates_to_product_reference": "7Server-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
        "relates_to_product_reference": "7Server-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
        "relates_to_product_reference": "7Server-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.i686",
        "relates_to_product_reference": "7Server-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.ppc64",
        "relates_to_product_reference": "7Server-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.ppc64le",
        "relates_to_product_reference": "7Server-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.s390x",
        "relates_to_product_reference": "7Server-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.src",
        "relates_to_product_reference": "7Server-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.x86_64",
        "relates_to_product_reference": "7Server-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.i686",
        "relates_to_product_reference": "7Server-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
        "relates_to_product_reference": "7Server-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
        "relates_to_product_reference": "7Server-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
        "relates_to_product_reference": "7Server-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
        "relates_to_product_reference": "7Server-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.i686",
        "relates_to_product_reference": "7Workstation-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.ppc64",
        "relates_to_product_reference": "7Workstation-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.ppc64le",
        "relates_to_product_reference": "7Workstation-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.s390x",
        "relates_to_product_reference": "7Workstation-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.src as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.src",
        "relates_to_product_reference": "7Workstation-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.x86_64",
        "relates_to_product_reference": "7Workstation-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.i686",
        "relates_to_product_reference": "7Workstation-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
        "relates_to_product_reference": "7Workstation-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
        "relates_to_product_reference": "7Workstation-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
        "relates_to_product_reference": "7Workstation-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
        "relates_to_product_reference": "7Workstation-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.i686",
        "relates_to_product_reference": "7Workstation-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.ppc64",
        "relates_to_product_reference": "7Workstation-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.ppc64le",
        "relates_to_product_reference": "7Workstation-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.s390x",
        "relates_to_product_reference": "7Workstation-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.src",
        "relates_to_product_reference": "7Workstation-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-0:102.15.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64"
        },
        "product_reference": "firefox-0:102.15.0-1.el7_9.x86_64",
        "relates_to_product_reference": "7Workstation-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.i686",
        "relates_to_product_reference": "7Workstation-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
        "relates_to_product_reference": "7Workstation-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
        "relates_to_product_reference": "7Workstation-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
        "relates_to_product_reference": "7Workstation-optional-7.9.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "firefox-debuginfo-0:102.15.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
        },
        "product_reference": "firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
        "relates_to_product_reference": "7Workstation-optional-7.9.Z"
      }
    ]
  },
  "vulnerabilities": [
    {
      "acknowledgments": [
        {
          "names": [
            "the Mozilla project"
          ]
        },
        {
          "names": [
            "Hafiizh"
          ],
          "summary": "Acknowledged by upstream."
        }
      ],
      "cve": "CVE-2023-4051",
      "cwe": {
        "id": "CWE-290",
        "name": "Authentication Bypass by Spoofing"
      },
      "discovery_date": "2023-08-29T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2236076"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nA website could have obscured the full screen notification by using the file open dialog. This could have led to user confusion and possible spoofing attacks.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Mozilla: Full screen notification obscured by file open dialog",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.",
          "title": "Statement"
        },
        {
          "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": [
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2023-4051"
        },
        {
          "category": "external",
          "summary": "RHBZ#2236076",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236076"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2023-4051",
          "url": "https://www.cve.org/CVERecord?id=CVE-2023-4051"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4051",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4051"
        },
        {
          "category": "external",
          "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/#CVE-2023-4051",
          "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/#CVE-2023-4051"
        }
      ],
      "release_date": "2023-08-29T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2023-09-07T11:45:37+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": [
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2023:5019"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "Mozilla: Full screen notification obscured by file open dialog"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Mozilla project"
          ]
        },
        {
          "names": [
            "Umar Farooq"
          ],
          "summary": "Acknowledged by upstream."
        }
      ],
      "cve": "CVE-2023-4053",
      "cwe": {
        "id": "CWE-290",
        "name": "Authentication Bypass by Spoofing"
      },
      "discovery_date": "2023-08-29T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2236078"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nA website could have obscured the full screen notification by using a URL with a scheme handled by an external program, such as a mailto URL. This could have led to user confusion and possible spoofing attacks.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Mozilla: Full screen notification obscured by external program",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.",
          "title": "Statement"
        },
        {
          "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": [
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2023-4053"
        },
        {
          "category": "external",
          "summary": "RHBZ#2236078",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236078"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2023-4053",
          "url": "https://www.cve.org/CVERecord?id=CVE-2023-4053"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4053",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4053"
        },
        {
          "category": "external",
          "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/#CVE-2023-4053",
          "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/#CVE-2023-4053"
        }
      ],
      "release_date": "2023-08-29T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2023-09-07T11:45:37+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": [
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2023:5019"
        }
      ],
      "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.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "Mozilla: Full screen notification obscured by external program"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Mozilla project"
          ]
        },
        {
          "names": [
            "sonakkbi"
          ],
          "summary": "Acknowledged by upstream."
        }
      ],
      "cve": "CVE-2023-4573",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2023-08-29T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2236071"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nWhen receiving rendering data over IPC `mStream` could have been destroyed when initialized, which could have led to a use-after-free causing a potentially exploitable crash.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Mozilla: Memory corruption in IPC CanvasTranslator",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.",
          "title": "Statement"
        },
        {
          "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": [
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2023-4573"
        },
        {
          "category": "external",
          "summary": "RHBZ#2236071",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236071"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2023-4573",
          "url": "https://www.cve.org/CVERecord?id=CVE-2023-4573"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4573",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4573"
        },
        {
          "category": "external",
          "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/#CVE-2023-4573",
          "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/#CVE-2023-4573"
        }
      ],
      "release_date": "2023-08-29T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2023-09-07T11:45:37+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": [
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2023:5019"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "Mozilla: Memory corruption in IPC CanvasTranslator"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Mozilla project"
          ]
        },
        {
          "names": [
            "sonakkbi"
          ],
          "summary": "Acknowledged by upstream."
        }
      ],
      "cve": "CVE-2023-4574",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2023-08-29T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2236072"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nWhen creating a callback over IPC for showing the Color Picker window, multiple of the same callbacks could have been created at a time and eventually all simultaneously destroyed as soon as one of the callbacks finished. This could have led to a use-after-free causing a potentially exploitable crash.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Mozilla: Memory corruption in IPC ColorPickerShownCallback",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.",
          "title": "Statement"
        },
        {
          "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": [
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2023-4574"
        },
        {
          "category": "external",
          "summary": "RHBZ#2236072",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236072"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2023-4574",
          "url": "https://www.cve.org/CVERecord?id=CVE-2023-4574"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4574",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4574"
        },
        {
          "category": "external",
          "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/#CVE-2023-4574",
          "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/#CVE-2023-4574"
        }
      ],
      "release_date": "2023-08-29T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2023-09-07T11:45:37+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": [
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2023:5019"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "Mozilla: Memory corruption in IPC ColorPickerShownCallback"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Mozilla project"
          ]
        },
        {
          "names": [
            "sonakkbi"
          ],
          "summary": "Acknowledged by upstream."
        }
      ],
      "cve": "CVE-2023-4575",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2023-08-29T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2236073"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nWhen creating a callback over IPC for showing the File Picker window, multiple of the same callbacks could have been created at a time and eventually all simultaneously destroyed as soon as one of the callbacks finished. This could have led to a use-after-free causing a potentially exploitable crash.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Mozilla: Memory corruption in IPC FilePickerShownCallback",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.",
          "title": "Statement"
        },
        {
          "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": [
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2023-4575"
        },
        {
          "category": "external",
          "summary": "RHBZ#2236073",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236073"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2023-4575",
          "url": "https://www.cve.org/CVERecord?id=CVE-2023-4575"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4575",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4575"
        },
        {
          "category": "external",
          "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/#CVE-2023-4575",
          "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/#CVE-2023-4575"
        }
      ],
      "release_date": "2023-08-29T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2023-09-07T11:45:37+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": [
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2023:5019"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "Mozilla: Memory corruption in IPC FilePickerShownCallback"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Mozilla project"
          ]
        },
        {
          "names": [
            "Lukas Bernhard"
          ],
          "summary": "Acknowledged by upstream."
        }
      ],
      "cve": "CVE-2023-4577",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "discovery_date": "2023-08-29T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2236075"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nWhen `UpdateRegExpStatics` attempted to access `initialStringHeap` it could already have been garbage collected prior to entering the function, which could potentially have led to an exploitable crash.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Mozilla: Memory corruption in JIT UpdateRegExpStatics",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.",
          "title": "Statement"
        },
        {
          "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": [
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2023-4577"
        },
        {
          "category": "external",
          "summary": "RHBZ#2236075",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236075"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2023-4577",
          "url": "https://www.cve.org/CVERecord?id=CVE-2023-4577"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4577",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4577"
        },
        {
          "category": "external",
          "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/#CVE-2023-4577",
          "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/#CVE-2023-4577"
        }
      ],
      "release_date": "2023-08-29T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2023-09-07T11:45:37+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": [
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2023:5019"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "Mozilla: Memory corruption in JIT UpdateRegExpStatics"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Mozilla project"
          ]
        },
        {
          "names": [
            "Irvan Kurniawan (@sourc7)"
          ],
          "summary": "Acknowledged by upstream."
        }
      ],
      "cve": "CVE-2023-4578",
      "cwe": {
        "id": "CWE-119",
        "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
      },
      "discovery_date": "2023-08-29T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2236077"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nWhen calling `JS::CheckRegExpSyntax` a Syntax Error could have been set which would end in calling `convertToRuntimeErrorAndClear`. A path in the function could attempt to allocate memory when none is available which would have caused a newly created Out of Memory exception to be mishandled as a Syntax Error.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Mozilla: Error reporting methods in SpiderMonkey could have triggered an Out of Memory Exception",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.",
          "title": "Statement"
        },
        {
          "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": [
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2023-4578"
        },
        {
          "category": "external",
          "summary": "RHBZ#2236077",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236077"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2023-4578",
          "url": "https://www.cve.org/CVERecord?id=CVE-2023-4578"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4578",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4578"
        },
        {
          "category": "external",
          "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/#CVE-2023-4578",
          "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/#CVE-2023-4578"
        }
      ],
      "release_date": "2023-08-29T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2023-09-07T11:45:37+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": [
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2023:5019"
        }
      ],
      "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.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "Mozilla: Error reporting methods in SpiderMonkey could have triggered an Out of Memory Exception"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Mozilla project"
          ]
        },
        {
          "names": [
            "Harveer Singh"
          ],
          "summary": "Acknowledged by upstream."
        }
      ],
      "cve": "CVE-2023-4580",
      "cwe": {
        "id": "CWE-200",
        "name": "Exposure of Sensitive Information to an Unauthorized Actor"
      },
      "discovery_date": "2023-08-29T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2236079"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nPush notifications stored on disk in private browsing mode were not being encrypted potentially allowing the leak of sensitive information.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Mozilla: Push notifications saved to disk unencrypted",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.",
          "title": "Statement"
        },
        {
          "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": [
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2023-4580"
        },
        {
          "category": "external",
          "summary": "RHBZ#2236079",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236079"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2023-4580",
          "url": "https://www.cve.org/CVERecord?id=CVE-2023-4580"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4580",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4580"
        },
        {
          "category": "external",
          "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/#CVE-2023-4580",
          "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/#CVE-2023-4580"
        }
      ],
      "release_date": "2023-08-29T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2023-09-07T11:45:37+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": [
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2023:5019"
        }
      ],
      "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.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "Mozilla: Push notifications saved to disk unencrypted"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Mozilla project"
          ]
        },
        {
          "names": [
            "Umar Farooq (@Puf)"
          ],
          "summary": "Acknowledged by upstream."
        }
      ],
      "cve": "CVE-2023-4581",
      "cwe": {
        "id": "CWE-1127",
        "name": "Compilation with Insufficient Warnings or Errors"
      },
      "discovery_date": "2023-08-29T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2236080"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nExcel `.xll` add-in files did not have a blocklist entry in Firefox\u0027s executable blocklist which allowed them to be downloaded without any warning of their potential harm.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Mozilla: XLL file extensions were downloadable without warnings",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.",
          "title": "Statement"
        },
        {
          "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": [
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2023-4581"
        },
        {
          "category": "external",
          "summary": "RHBZ#2236080",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236080"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2023-4581",
          "url": "https://www.cve.org/CVERecord?id=CVE-2023-4581"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4581",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4581"
        },
        {
          "category": "external",
          "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/#CVE-2023-4581",
          "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/#CVE-2023-4581"
        }
      ],
      "release_date": "2023-08-29T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2023-09-07T11:45:37+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": [
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2023:5019"
        }
      ],
      "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.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "Mozilla: XLL file extensions were downloadable without warnings"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Mozilla project"
          ]
        },
        {
          "names": [
            "Thejaka Maldeniya"
          ],
          "summary": "Acknowledged by upstream."
        }
      ],
      "cve": "CVE-2023-4583",
      "cwe": {
        "id": "CWE-179",
        "name": "Incorrect Behavior Order: Early Validation"
      },
      "discovery_date": "2023-08-29T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2236082"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nWhen checking if the Browsing Context had been discarded in `HttpBaseChannel`, if the load group was not available then it was assumed to have already been discarded which was not always the case for private channels after the private session had ended.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Mozilla: Browsing Context potentially not cleared when closing Private Window",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.",
          "title": "Statement"
        },
        {
          "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": [
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2023-4583"
        },
        {
          "category": "external",
          "summary": "RHBZ#2236082",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236082"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2023-4583",
          "url": "https://www.cve.org/CVERecord?id=CVE-2023-4583"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4583",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4583"
        },
        {
          "category": "external",
          "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/#CVE-2023-4583",
          "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/#CVE-2023-4583"
        }
      ],
      "release_date": "2023-08-29T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2023-09-07T11:45:37+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": [
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2023:5019"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "Mozilla: Browsing Context potentially not cleared when closing Private Window"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Randell Jesup",
            "Andrew McCreight",
            "the Mozilla project"
          ]
        },
        {
          "names": [
            "the Mozilla Fuzzing Team"
          ],
          "summary": "Acknowledged by upstream."
        }
      ],
      "cve": "CVE-2023-4584",
      "cwe": {
        "id": "CWE-120",
        "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
      },
      "discovery_date": "2023-08-29T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2236084"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nMemory safety bugs present in Firefox 116, Firefox ESR 102.14, Firefox ESR 115.1, Thunderbird 102.14, and Thunderbird 115.1. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Mozilla: Memory safety bugs fixed in Firefox 117, Firefox ESR 102.15, Firefox ESR 115.2, Thunderbird 102.15, and Thunderbird 115.2",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.",
          "title": "Statement"
        },
        {
          "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": [
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2023-4584"
        },
        {
          "category": "external",
          "summary": "RHBZ#2236084",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236084"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2023-4584",
          "url": "https://www.cve.org/CVERecord?id=CVE-2023-4584"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4584",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4584"
        },
        {
          "category": "external",
          "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/#CVE-2023-4584",
          "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/#CVE-2023-4584"
        }
      ],
      "release_date": "2023-08-29T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2023-09-07T11:45:37+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": [
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2023:5019"
        }
      ],
      "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": [
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "Mozilla: Memory safety bugs fixed in Firefox 117, Firefox ESR 102.15, Firefox ESR 115.2, Thunderbird 102.15, and Thunderbird 115.2"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Mozilla project",
            "Sebastian Hengst",
            "Donal Meehan"
          ]
        },
        {
          "names": [
            "the Mozilla Fuzzing Team"
          ],
          "summary": "Acknowledged by upstream."
        }
      ],
      "cve": "CVE-2023-4585",
      "cwe": {
        "id": "CWE-120",
        "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
      },
      "discovery_date": "2023-08-29T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2236086"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nMemory safety bugs present in Firefox 116, Firefox ESR 115.1, and Thunderbird 115.1. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Mozilla: Memory safety bugs fixed in Firefox 117, Firefox ESR 115.2, and Thunderbird 115.2",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.",
          "title": "Statement"
        },
        {
          "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": [
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
          "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
          "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2023-4585"
        },
        {
          "category": "external",
          "summary": "RHBZ#2236086",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236086"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2023-4585",
          "url": "https://www.cve.org/CVERecord?id=CVE-2023-4585"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4585",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4585"
        },
        {
          "category": "external",
          "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/#CVE-2023-4585",
          "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/#CVE-2023-4585"
        }
      ],
      "release_date": "2023-08-29T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2023-09-07T11:45:37+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": [
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2023:5019"
        }
      ],
      "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": [
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Client-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Client-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Server-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Server-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.src",
            "7Workstation-optional-7.9.Z:firefox-0:102.15.0-1.el7_9.x86_64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.i686",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.ppc64le",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.s390x",
            "7Workstation-optional-7.9.Z:firefox-debuginfo-0:102.15.0-1.el7_9.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "Mozilla: Memory safety bugs fixed in Firefox 117, Firefox ESR 115.2, and Thunderbird 115.2"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

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…