RHSA-2022_5096

Vulnerability from csaf_redhat - Published: 2022-06-16 14:57 - Updated: 2024-11-22 19:29
Summary
Red Hat Security Advisory: grub2, mokutil, shim, and shim-unsigned-x64 security update
Severity
Important
Notes
Topic: An update for grub2, mokutil, shim, and shim-unsigned-x64 is now available for Red Hat Enterprise Linux 8.4 Extended Update Support. 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: The grub2 packages provide version 2 of the Grand Unified Boot Loader (GRUB), a highly configurable and customizable boot loader with modular architecture. The packages support a variety of kernel formats, file systems, computer architectures, and hardware devices. The shim package contains a first-stage UEFI boot loader that handles chaining to a trusted full boot loader under secure boot environments. Security Fix(es): * grub2: Integer underflow in grub_net_recv_ip4_packets (CVE-2022-28733) * grub2: Crafted PNG grayscale images may lead to out-of-bounds write in heap (CVE-2021-3695) * grub2: Crafted PNG image may lead to out-of-bound write during huffman table handling (CVE-2021-3696) * grub2: Crafted JPEG image can lead to buffer underflow write in the heap (CVE-2021-3697) * grub2: Out-of-bound write when handling split HTTP headers (CVE-2022-28734) * grub2: shim_lock verifier allows non-kernel files to be loaded (CVE-2022-28735) * grub2: use-after-free in grub_cmd_chainloader() (CVE-2022-28736) * shim: Buffer overflow when loading crafted EFI images (CVE-2022-28737) 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.

A flaw was found in grub 2, where a crafted 16-bit grayscale PNG image may lead to an out-of-bounds write. This flaw allows an attacker to corrupt the data on the heap portion of the grub2's memory, leading to possible code execution and the circumvention of the secure boot mechanism.

CWE-787 - Out-of-bounds Write
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 https://access.redhat.com/errata/RHSA-2022:5096

A flaw was found in grub2 when handling a PNG image header. When decoding the data contained in the Huffman table at the PNG file header, an out-of-bounds write may happen on grub's heap.

CWE-787 - Out-of-bounds Write
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 https://access.redhat.com/errata/RHSA-2022:5096

A flaw was found in grub2 when handling JPEG images. This flaw allows an attacker to craft a malicious JPEG image, which leads to an underflow on a grub2's internal pointer, leading to a heap-based out-of-bounds write. Secure-boot mechanisms circumvention and arbitrary code execution may also be achievable.

CWE-787 - Out-of-bounds Write
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 https://access.redhat.com/errata/RHSA-2022:5096

A flaw was found in grub2 when handling IPv4 packets. This flaw allows an attacker to craft a malicious packet, triggering an integer underflow in grub code. Consequently, the memory allocation for handling the packet data may be smaller than the size needed. This issue causes an out-of-bands write during packet handling, compromising data integrity, confidentiality issues, a denial of service, and remote code execution.

CWE-191 - Integer Underflow (Wrap or Wraparound)
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 https://access.redhat.com/errata/RHSA-2022:5096

A flaw was found in grub2 when handling split HTTP headers. While processing a split HTTP header, grub2 wrongly advances its control pointer to the internal buffer by one position, which can lead to an out-of-bounds write. This flaw allows an attacker to leverage this issue by crafting a malicious set of HTTP packages making grub2 corrupt its internal memory metadata structure. This leads to data integrity and confidentiality issues or forces grub to crash, resulting in a denial of service attack.

CWE-787 - Out-of-bounds Write
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 https://access.redhat.com/errata/RHSA-2022:5096

A flaw was found in grub2. The shim_lock verifier from grub2 allows non-kernel files to be loaded when secure boot is enabled, giving the possibility of unverified code or modules to be loaded when it should not be allowed.

CWE-829 - Inclusion of Functionality from Untrusted Control Sphere
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 https://access.redhat.com/errata/RHSA-2022:5096

A use-after-free vulnerability was found on grub2's chainloader command. This flaw allows an attacker to gain access to restricted data or cause arbitrary code execution if they can establish control from grub's memory allocation pattern.

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 https://access.redhat.com/errata/RHSA-2022:5096

A flaw was found in shim during the handling of EFI executables. A crafted EFI image can lead to an overflow in shim. This flaw allows an attacker to perform an out-of-bounds write in memory. A successful attack can lead to data integrity, confidentiality issues, and arbitrary code execution.

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 https://access.redhat.com/errata/RHSA-2022:5096
References
https://access.redhat.com/errata/RHSA-2022:5096 self
https://access.redhat.com/security/updates/classi… external
https://bugzilla.redhat.com/show_bug.cgi?id=1991685 external
https://bugzilla.redhat.com/show_bug.cgi?id=1991686 external
https://bugzilla.redhat.com/show_bug.cgi?id=1991687 external
https://bugzilla.redhat.com/show_bug.cgi?id=2083339 external
https://bugzilla.redhat.com/show_bug.cgi?id=2090463 external
https://bugzilla.redhat.com/show_bug.cgi?id=2090857 external
https://bugzilla.redhat.com/show_bug.cgi?id=2090899 external
https://bugzilla.redhat.com/show_bug.cgi?id=2092613 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2021-3695 self
https://bugzilla.redhat.com/show_bug.cgi?id=1991685 external
https://www.cve.org/CVERecord?id=CVE-2021-3695 external
https://nvd.nist.gov/vuln/detail/CVE-2021-3695 external
https://access.redhat.com/security/cve/CVE-2021-3696 self
https://bugzilla.redhat.com/show_bug.cgi?id=1991686 external
https://www.cve.org/CVERecord?id=CVE-2021-3696 external
https://nvd.nist.gov/vuln/detail/CVE-2021-3696 external
https://access.redhat.com/security/cve/CVE-2021-3697 self
https://bugzilla.redhat.com/show_bug.cgi?id=1991687 external
https://www.cve.org/CVERecord?id=CVE-2021-3697 external
https://nvd.nist.gov/vuln/detail/CVE-2021-3697 external
https://access.redhat.com/security/cve/CVE-2022-28733 self
https://bugzilla.redhat.com/show_bug.cgi?id=2083339 external
https://www.cve.org/CVERecord?id=CVE-2022-28733 external
https://nvd.nist.gov/vuln/detail/CVE-2022-28733 external
https://access.redhat.com/security/cve/CVE-2022-28734 self
https://bugzilla.redhat.com/show_bug.cgi?id=2090463 external
https://www.cve.org/CVERecord?id=CVE-2022-28734 external
https://nvd.nist.gov/vuln/detail/CVE-2022-28734 external
https://access.redhat.com/security/cve/CVE-2022-28735 self
https://bugzilla.redhat.com/show_bug.cgi?id=2090857 external
https://www.cve.org/CVERecord?id=CVE-2022-28735 external
https://nvd.nist.gov/vuln/detail/CVE-2022-28735 external
https://access.redhat.com/security/cve/CVE-2022-28736 self
https://bugzilla.redhat.com/show_bug.cgi?id=2092613 external
https://www.cve.org/CVERecord?id=CVE-2022-28736 external
https://nvd.nist.gov/vuln/detail/CVE-2022-28736 external
https://access.redhat.com/security/cve/CVE-2022-28737 self
https://bugzilla.redhat.com/show_bug.cgi?id=2090899 external
https://www.cve.org/CVERecord?id=CVE-2022-28737 external
https://nvd.nist.gov/vuln/detail/CVE-2022-28737 external
Acknowledgments
Canonical Julian Andres Klode

{
  "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 grub2, mokutil, shim, and shim-unsigned-x64 is now available for Red Hat Enterprise Linux 8.4 Extended Update Support.\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": "The grub2 packages provide version 2 of the Grand Unified Boot Loader (GRUB), a highly configurable and customizable boot loader with modular architecture. The packages support a variety of kernel formats, file systems, computer architectures, and hardware devices.\n\nThe shim package contains a first-stage UEFI boot loader that handles chaining to a trusted full boot loader under secure boot environments.\n\nSecurity Fix(es):\n\n* grub2: Integer underflow in grub_net_recv_ip4_packets (CVE-2022-28733)\n\n* grub2: Crafted PNG grayscale images may lead to out-of-bounds write in heap (CVE-2021-3695)\n\n* grub2: Crafted PNG image may lead to out-of-bound write during huffman table handling (CVE-2021-3696)\n\n* grub2: Crafted JPEG image can lead to buffer underflow write in the heap (CVE-2021-3697)\n\n* grub2: Out-of-bound write when handling split HTTP headers (CVE-2022-28734)\n\n* grub2: shim_lock verifier allows non-kernel files to be loaded (CVE-2022-28735)\n\n* grub2: use-after-free in grub_cmd_chainloader() (CVE-2022-28736)\n\n* shim: Buffer overflow when loading crafted EFI images (CVE-2022-28737)\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-2022:5096",
        "url": "https://access.redhat.com/errata/RHSA-2022:5096"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "1991685",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1991685"
      },
      {
        "category": "external",
        "summary": "1991686",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1991686"
      },
      {
        "category": "external",
        "summary": "1991687",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1991687"
      },
      {
        "category": "external",
        "summary": "2083339",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2083339"
      },
      {
        "category": "external",
        "summary": "2090463",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2090463"
      },
      {
        "category": "external",
        "summary": "2090857",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2090857"
      },
      {
        "category": "external",
        "summary": "2090899",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2090899"
      },
      {
        "category": "external",
        "summary": "2092613",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092613"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_5096.json"
      }
    ],
    "title": "Red Hat Security Advisory: grub2, mokutil, shim, and shim-unsigned-x64 security update",
    "tracking": {
      "current_release_date": "2024-11-22T19:29:04+00:00",
      "generator": {
        "date": "2024-11-22T19:29:04+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.2.1"
        }
      },
      "id": "RHSA-2022:5096",
      "initial_release_date": "2022-06-16T14:57:56+00:00",
      "revision_history": [
        {
          "date": "2022-06-16T14:57:56+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2022-06-16T14:57:56+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2024-11-22T19:29:04+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 BaseOS EUS (v.8.4)",
                "product": {
                  "name": "Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
                  "product_id": "BaseOS-8.4.0.Z.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:rhel_eus:8.4::baseos"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux CRB EUS (v.8.4)",
                "product": {
                  "name": "Red Hat Enterprise Linux CRB EUS (v.8.4)",
                  "product_id": "CRB-8.4.0.Z.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_eus:8.4::crb"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "mokutil-1:0.3.0-11.el8_4.1.src",
                "product": {
                  "name": "mokutil-1:0.3.0-11.el8_4.1.src",
                  "product_id": "mokutil-1:0.3.0-11.el8_4.1.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mokutil@0.3.0-11.el8_4.1?arch=src\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-1:2.02-99.el8_4.9.src",
                "product": {
                  "name": "grub2-1:2.02-99.el8_4.9.src",
                  "product_id": "grub2-1:2.02-99.el8_4.9.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2@2.02-99.el8_4.9?arch=src\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "shim-unsigned-x64-0:15.6-1.el8.src",
                "product": {
                  "name": "shim-unsigned-x64-0:15.6-1.el8.src",
                  "product_id": "shim-unsigned-x64-0:15.6-1.el8.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/shim-unsigned-x64@15.6-1.el8?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "shim-0:15.6-1.el8.src",
                "product": {
                  "name": "shim-0:15.6-1.el8.src",
                  "product_id": "shim-0:15.6-1.el8.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/shim@15.6-1.el8?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "mokutil-1:0.3.0-11.el8_4.1.aarch64",
                "product": {
                  "name": "mokutil-1:0.3.0-11.el8_4.1.aarch64",
                  "product_id": "mokutil-1:0.3.0-11.el8_4.1.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mokutil@0.3.0-11.el8_4.1?arch=aarch64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mokutil-debugsource-1:0.3.0-11.el8_4.1.aarch64",
                "product": {
                  "name": "mokutil-debugsource-1:0.3.0-11.el8_4.1.aarch64",
                  "product_id": "mokutil-debugsource-1:0.3.0-11.el8_4.1.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mokutil-debugsource@0.3.0-11.el8_4.1?arch=aarch64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mokutil-debuginfo-1:0.3.0-11.el8_4.1.aarch64",
                "product": {
                  "name": "mokutil-debuginfo-1:0.3.0-11.el8_4.1.aarch64",
                  "product_id": "mokutil-debuginfo-1:0.3.0-11.el8_4.1.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mokutil-debuginfo@0.3.0-11.el8_4.1?arch=aarch64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64",
                "product": {
                  "name": "grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64",
                  "product_id": "grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-efi-aa64@2.02-99.el8_4.9?arch=aarch64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64",
                "product": {
                  "name": "grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64",
                  "product_id": "grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-efi-aa64-cdboot@2.02-99.el8_4.9?arch=aarch64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-tools-1:2.02-99.el8_4.9.aarch64",
                "product": {
                  "name": "grub2-tools-1:2.02-99.el8_4.9.aarch64",
                  "product_id": "grub2-tools-1:2.02-99.el8_4.9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-tools@2.02-99.el8_4.9?arch=aarch64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-tools-extra-1:2.02-99.el8_4.9.aarch64",
                "product": {
                  "name": "grub2-tools-extra-1:2.02-99.el8_4.9.aarch64",
                  "product_id": "grub2-tools-extra-1:2.02-99.el8_4.9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-tools-extra@2.02-99.el8_4.9?arch=aarch64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64",
                "product": {
                  "name": "grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64",
                  "product_id": "grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-tools-minimal@2.02-99.el8_4.9?arch=aarch64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-debugsource-1:2.02-99.el8_4.9.aarch64",
                "product": {
                  "name": "grub2-debugsource-1:2.02-99.el8_4.9.aarch64",
                  "product_id": "grub2-debugsource-1:2.02-99.el8_4.9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-debugsource@2.02-99.el8_4.9?arch=aarch64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-debuginfo-1:2.02-99.el8_4.9.aarch64",
                "product": {
                  "name": "grub2-debuginfo-1:2.02-99.el8_4.9.aarch64",
                  "product_id": "grub2-debuginfo-1:2.02-99.el8_4.9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-debuginfo@2.02-99.el8_4.9?arch=aarch64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64",
                "product": {
                  "name": "grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64",
                  "product_id": "grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-tools-debuginfo@2.02-99.el8_4.9?arch=aarch64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64",
                "product": {
                  "name": "grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64",
                  "product_id": "grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-tools-extra-debuginfo@2.02-99.el8_4.9?arch=aarch64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64",
                "product": {
                  "name": "grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64",
                  "product_id": "grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-tools-minimal-debuginfo@2.02-99.el8_4.9?arch=aarch64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "shim-aa64-0:15.6-1.el8.aarch64",
                "product": {
                  "name": "shim-aa64-0:15.6-1.el8.aarch64",
                  "product_id": "shim-aa64-0:15.6-1.el8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/shim-aa64@15.6-1.el8?arch=aarch64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "mokutil-1:0.3.0-11.el8_4.1.x86_64",
                "product": {
                  "name": "mokutil-1:0.3.0-11.el8_4.1.x86_64",
                  "product_id": "mokutil-1:0.3.0-11.el8_4.1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mokutil@0.3.0-11.el8_4.1?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mokutil-debugsource-1:0.3.0-11.el8_4.1.x86_64",
                "product": {
                  "name": "mokutil-debugsource-1:0.3.0-11.el8_4.1.x86_64",
                  "product_id": "mokutil-debugsource-1:0.3.0-11.el8_4.1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mokutil-debugsource@0.3.0-11.el8_4.1?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mokutil-debuginfo-1:0.3.0-11.el8_4.1.x86_64",
                "product": {
                  "name": "mokutil-debuginfo-1:0.3.0-11.el8_4.1.x86_64",
                  "product_id": "mokutil-debuginfo-1:0.3.0-11.el8_4.1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mokutil-debuginfo@0.3.0-11.el8_4.1?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64",
                "product": {
                  "name": "grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64",
                  "product_id": "grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-efi-ia32@2.02-99.el8_4.9?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64",
                "product": {
                  "name": "grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64",
                  "product_id": "grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-efi-ia32-cdboot@2.02-99.el8_4.9?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-efi-x64-1:2.02-99.el8_4.9.x86_64",
                "product": {
                  "name": "grub2-efi-x64-1:2.02-99.el8_4.9.x86_64",
                  "product_id": "grub2-efi-x64-1:2.02-99.el8_4.9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-efi-x64@2.02-99.el8_4.9?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64",
                "product": {
                  "name": "grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64",
                  "product_id": "grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-efi-x64-cdboot@2.02-99.el8_4.9?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-pc-1:2.02-99.el8_4.9.x86_64",
                "product": {
                  "name": "grub2-pc-1:2.02-99.el8_4.9.x86_64",
                  "product_id": "grub2-pc-1:2.02-99.el8_4.9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-pc@2.02-99.el8_4.9?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-tools-1:2.02-99.el8_4.9.x86_64",
                "product": {
                  "name": "grub2-tools-1:2.02-99.el8_4.9.x86_64",
                  "product_id": "grub2-tools-1:2.02-99.el8_4.9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-tools@2.02-99.el8_4.9?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-tools-efi-1:2.02-99.el8_4.9.x86_64",
                "product": {
                  "name": "grub2-tools-efi-1:2.02-99.el8_4.9.x86_64",
                  "product_id": "grub2-tools-efi-1:2.02-99.el8_4.9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-tools-efi@2.02-99.el8_4.9?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-tools-extra-1:2.02-99.el8_4.9.x86_64",
                "product": {
                  "name": "grub2-tools-extra-1:2.02-99.el8_4.9.x86_64",
                  "product_id": "grub2-tools-extra-1:2.02-99.el8_4.9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-tools-extra@2.02-99.el8_4.9?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64",
                "product": {
                  "name": "grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64",
                  "product_id": "grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-tools-minimal@2.02-99.el8_4.9?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-debugsource-1:2.02-99.el8_4.9.x86_64",
                "product": {
                  "name": "grub2-debugsource-1:2.02-99.el8_4.9.x86_64",
                  "product_id": "grub2-debugsource-1:2.02-99.el8_4.9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-debugsource@2.02-99.el8_4.9?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-debuginfo-1:2.02-99.el8_4.9.x86_64",
                "product": {
                  "name": "grub2-debuginfo-1:2.02-99.el8_4.9.x86_64",
                  "product_id": "grub2-debuginfo-1:2.02-99.el8_4.9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-debuginfo@2.02-99.el8_4.9?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64",
                "product": {
                  "name": "grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64",
                  "product_id": "grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-tools-debuginfo@2.02-99.el8_4.9?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64",
                "product": {
                  "name": "grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64",
                  "product_id": "grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-tools-efi-debuginfo@2.02-99.el8_4.9?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64",
                "product": {
                  "name": "grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64",
                  "product_id": "grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-tools-extra-debuginfo@2.02-99.el8_4.9?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64",
                "product": {
                  "name": "grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64",
                  "product_id": "grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-tools-minimal-debuginfo@2.02-99.el8_4.9?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "shim-unsigned-x64-0:15.6-1.el8.x86_64",
                "product": {
                  "name": "shim-unsigned-x64-0:15.6-1.el8.x86_64",
                  "product_id": "shim-unsigned-x64-0:15.6-1.el8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/shim-unsigned-x64@15.6-1.el8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "shim-ia32-0:15.6-1.el8.x86_64",
                "product": {
                  "name": "shim-ia32-0:15.6-1.el8.x86_64",
                  "product_id": "shim-ia32-0:15.6-1.el8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/shim-ia32@15.6-1.el8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "shim-x64-0:15.6-1.el8.x86_64",
                "product": {
                  "name": "shim-x64-0:15.6-1.el8.x86_64",
                  "product_id": "shim-x64-0:15.6-1.el8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/shim-x64@15.6-1.el8?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "grub2-common-1:2.02-99.el8_4.9.noarch",
                "product": {
                  "name": "grub2-common-1:2.02-99.el8_4.9.noarch",
                  "product_id": "grub2-common-1:2.02-99.el8_4.9.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-common@2.02-99.el8_4.9?arch=noarch\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch",
                "product": {
                  "name": "grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch",
                  "product_id": "grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-efi-aa64-modules@2.02-99.el8_4.9?arch=noarch\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch",
                "product": {
                  "name": "grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch",
                  "product_id": "grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-efi-ia32-modules@2.02-99.el8_4.9?arch=noarch\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch",
                "product": {
                  "name": "grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch",
                  "product_id": "grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-efi-x64-modules@2.02-99.el8_4.9?arch=noarch\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-pc-modules-1:2.02-99.el8_4.9.noarch",
                "product": {
                  "name": "grub2-pc-modules-1:2.02-99.el8_4.9.noarch",
                  "product_id": "grub2-pc-modules-1:2.02-99.el8_4.9.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-pc-modules@2.02-99.el8_4.9?arch=noarch\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch",
                "product": {
                  "name": "grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch",
                  "product_id": "grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-ppc64le-modules@2.02-99.el8_4.9?arch=noarch\u0026epoch=1"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le",
                "product": {
                  "name": "grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le",
                  "product_id": "grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-ppc64le@2.02-99.el8_4.9?arch=ppc64le\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-tools-1:2.02-99.el8_4.9.ppc64le",
                "product": {
                  "name": "grub2-tools-1:2.02-99.el8_4.9.ppc64le",
                  "product_id": "grub2-tools-1:2.02-99.el8_4.9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-tools@2.02-99.el8_4.9?arch=ppc64le\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le",
                "product": {
                  "name": "grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le",
                  "product_id": "grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-tools-extra@2.02-99.el8_4.9?arch=ppc64le\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le",
                "product": {
                  "name": "grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le",
                  "product_id": "grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-tools-minimal@2.02-99.el8_4.9?arch=ppc64le\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-debugsource-1:2.02-99.el8_4.9.ppc64le",
                "product": {
                  "name": "grub2-debugsource-1:2.02-99.el8_4.9.ppc64le",
                  "product_id": "grub2-debugsource-1:2.02-99.el8_4.9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-debugsource@2.02-99.el8_4.9?arch=ppc64le\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le",
                "product": {
                  "name": "grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le",
                  "product_id": "grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-debuginfo@2.02-99.el8_4.9?arch=ppc64le\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le",
                "product": {
                  "name": "grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le",
                  "product_id": "grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-tools-debuginfo@2.02-99.el8_4.9?arch=ppc64le\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le",
                "product": {
                  "name": "grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le",
                  "product_id": "grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-tools-extra-debuginfo@2.02-99.el8_4.9?arch=ppc64le\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le",
                "product": {
                  "name": "grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le",
                  "product_id": "grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grub2-tools-minimal-debuginfo@2.02-99.el8_4.9?arch=ppc64le\u0026epoch=1"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-1:2.02-99.el8_4.9.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-1:2.02-99.el8_4.9.src"
        },
        "product_reference": "grub2-1:2.02-99.el8_4.9.src",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-common-1:2.02-99.el8_4.9.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-common-1:2.02-99.el8_4.9.noarch"
        },
        "product_reference": "grub2-common-1:2.02-99.el8_4.9.noarch",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-debuginfo-1:2.02-99.el8_4.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.aarch64"
        },
        "product_reference": "grub2-debuginfo-1:2.02-99.el8_4.9.aarch64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le"
        },
        "product_reference": "grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-debuginfo-1:2.02-99.el8_4.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.x86_64"
        },
        "product_reference": "grub2-debuginfo-1:2.02-99.el8_4.9.x86_64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-debugsource-1:2.02-99.el8_4.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.aarch64"
        },
        "product_reference": "grub2-debugsource-1:2.02-99.el8_4.9.aarch64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-debugsource-1:2.02-99.el8_4.9.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.ppc64le"
        },
        "product_reference": "grub2-debugsource-1:2.02-99.el8_4.9.ppc64le",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-debugsource-1:2.02-99.el8_4.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.x86_64"
        },
        "product_reference": "grub2-debugsource-1:2.02-99.el8_4.9.x86_64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64"
        },
        "product_reference": "grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64"
        },
        "product_reference": "grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch"
        },
        "product_reference": "grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64"
        },
        "product_reference": "grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64"
        },
        "product_reference": "grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch"
        },
        "product_reference": "grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-efi-x64-1:2.02-99.el8_4.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-1:2.02-99.el8_4.9.x86_64"
        },
        "product_reference": "grub2-efi-x64-1:2.02-99.el8_4.9.x86_64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64"
        },
        "product_reference": "grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch"
        },
        "product_reference": "grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-pc-1:2.02-99.el8_4.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-pc-1:2.02-99.el8_4.9.x86_64"
        },
        "product_reference": "grub2-pc-1:2.02-99.el8_4.9.x86_64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-pc-modules-1:2.02-99.el8_4.9.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-pc-modules-1:2.02-99.el8_4.9.noarch"
        },
        "product_reference": "grub2-pc-modules-1:2.02-99.el8_4.9.noarch",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le"
        },
        "product_reference": "grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch"
        },
        "product_reference": "grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-tools-1:2.02-99.el8_4.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.aarch64"
        },
        "product_reference": "grub2-tools-1:2.02-99.el8_4.9.aarch64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-tools-1:2.02-99.el8_4.9.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.ppc64le"
        },
        "product_reference": "grub2-tools-1:2.02-99.el8_4.9.ppc64le",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-tools-1:2.02-99.el8_4.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.x86_64"
        },
        "product_reference": "grub2-tools-1:2.02-99.el8_4.9.x86_64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64"
        },
        "product_reference": "grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le"
        },
        "product_reference": "grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64"
        },
        "product_reference": "grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-tools-efi-1:2.02-99.el8_4.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-1:2.02-99.el8_4.9.x86_64"
        },
        "product_reference": "grub2-tools-efi-1:2.02-99.el8_4.9.x86_64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64"
        },
        "product_reference": "grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-tools-extra-1:2.02-99.el8_4.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.aarch64"
        },
        "product_reference": "grub2-tools-extra-1:2.02-99.el8_4.9.aarch64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le"
        },
        "product_reference": "grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-tools-extra-1:2.02-99.el8_4.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.x86_64"
        },
        "product_reference": "grub2-tools-extra-1:2.02-99.el8_4.9.x86_64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64"
        },
        "product_reference": "grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le"
        },
        "product_reference": "grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64"
        },
        "product_reference": "grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64"
        },
        "product_reference": "grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le"
        },
        "product_reference": "grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64"
        },
        "product_reference": "grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64"
        },
        "product_reference": "grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le"
        },
        "product_reference": "grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64"
        },
        "product_reference": "grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mokutil-1:0.3.0-11.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.aarch64"
        },
        "product_reference": "mokutil-1:0.3.0-11.el8_4.1.aarch64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mokutil-1:0.3.0-11.el8_4.1.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.src"
        },
        "product_reference": "mokutil-1:0.3.0-11.el8_4.1.src",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mokutil-1:0.3.0-11.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.x86_64"
        },
        "product_reference": "mokutil-1:0.3.0-11.el8_4.1.x86_64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mokutil-debuginfo-1:0.3.0-11.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.aarch64"
        },
        "product_reference": "mokutil-debuginfo-1:0.3.0-11.el8_4.1.aarch64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mokutil-debuginfo-1:0.3.0-11.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.x86_64"
        },
        "product_reference": "mokutil-debuginfo-1:0.3.0-11.el8_4.1.x86_64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mokutil-debugsource-1:0.3.0-11.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.aarch64"
        },
        "product_reference": "mokutil-debugsource-1:0.3.0-11.el8_4.1.aarch64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mokutil-debugsource-1:0.3.0-11.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.x86_64"
        },
        "product_reference": "mokutil-debugsource-1:0.3.0-11.el8_4.1.x86_64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "shim-0:15.6-1.el8.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:shim-0:15.6-1.el8.src"
        },
        "product_reference": "shim-0:15.6-1.el8.src",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "shim-aa64-0:15.6-1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:shim-aa64-0:15.6-1.el8.aarch64"
        },
        "product_reference": "shim-aa64-0:15.6-1.el8.aarch64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "shim-ia32-0:15.6-1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:shim-ia32-0:15.6-1.el8.x86_64"
        },
        "product_reference": "shim-ia32-0:15.6-1.el8.x86_64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "shim-x64-0:15.6-1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
          "product_id": "BaseOS-8.4.0.Z.EUS:shim-x64-0:15.6-1.el8.x86_64"
        },
        "product_reference": "shim-x64-0:15.6-1.el8.x86_64",
        "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "shim-unsigned-x64-0:15.6-1.el8.src as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)",
          "product_id": "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.src"
        },
        "product_reference": "shim-unsigned-x64-0:15.6-1.el8.src",
        "relates_to_product_reference": "CRB-8.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "shim-unsigned-x64-0:15.6-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB EUS (v.8.4)",
          "product_id": "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.x86_64"
        },
        "product_reference": "shim-unsigned-x64-0:15.6-1.el8.x86_64",
        "relates_to_product_reference": "CRB-8.4.0.Z.EUS"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2021-3695",
      "cwe": {
        "id": "CWE-787",
        "name": "Out-of-bounds Write"
      },
      "discovery_date": "2021-08-09T00:00:00+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.aarch64",
            "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.src",
            "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.x86_64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.aarch64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.x86_64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.aarch64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.x86_64",
            "BaseOS-8.4.0.Z.EUS:shim-0:15.6-1.el8.src",
            "BaseOS-8.4.0.Z.EUS:shim-aa64-0:15.6-1.el8.aarch64",
            "BaseOS-8.4.0.Z.EUS:shim-ia32-0:15.6-1.el8.x86_64",
            "BaseOS-8.4.0.Z.EUS:shim-x64-0:15.6-1.el8.x86_64",
            "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.src",
            "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.x86_64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1991685"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in grub 2, where a crafted 16-bit grayscale PNG image may lead to an out-of-bounds write. This flaw allows an attacker to corrupt the data on the heap portion of the grub2\u0027s memory, leading to possible code execution and the circumvention of the secure boot mechanism.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "grub2: Crafted PNG grayscale images may lead to out-of-bounds write in heap",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Due to the nature of the input and how it\u0027s processed, a successful attack is considered very complex to be executed, as the same value is written out of bounds three times in a row.",
          "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": [
          "BaseOS-8.4.0.Z.EUS:grub2-1:2.02-99.el8_4.9.src",
          "BaseOS-8.4.0.Z.EUS:grub2-common-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-pc-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-pc-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64"
        ],
        "known_not_affected": [
          "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.aarch64",
          "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.src",
          "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.x86_64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.aarch64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.x86_64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.aarch64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.x86_64",
          "BaseOS-8.4.0.Z.EUS:shim-0:15.6-1.el8.src",
          "BaseOS-8.4.0.Z.EUS:shim-aa64-0:15.6-1.el8.aarch64",
          "BaseOS-8.4.0.Z.EUS:shim-ia32-0:15.6-1.el8.x86_64",
          "BaseOS-8.4.0.Z.EUS:shim-x64-0:15.6-1.el8.x86_64",
          "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.src",
          "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2021-3695"
        },
        {
          "category": "external",
          "summary": "RHBZ#1991685",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1991685"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2021-3695",
          "url": "https://www.cve.org/CVERecord?id=CVE-2021-3695"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3695",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3695"
        }
      ],
      "release_date": "2022-06-07T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-06-16T14:57:56+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",
          "product_ids": [
            "BaseOS-8.4.0.Z.EUS:grub2-1:2.02-99.el8_4.9.src",
            "BaseOS-8.4.0.Z.EUS:grub2-common-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:5096"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "HIGH",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "BaseOS-8.4.0.Z.EUS:grub2-1:2.02-99.el8_4.9.src",
            "BaseOS-8.4.0.Z.EUS:grub2-common-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "grub2: Crafted PNG grayscale images may lead to out-of-bounds write in heap"
    },
    {
      "cve": "CVE-2021-3696",
      "cwe": {
        "id": "CWE-787",
        "name": "Out-of-bounds Write"
      },
      "discovery_date": "2021-08-09T00:00:00+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.aarch64",
            "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.src",
            "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.x86_64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.aarch64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.x86_64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.aarch64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.x86_64",
            "BaseOS-8.4.0.Z.EUS:shim-0:15.6-1.el8.src",
            "BaseOS-8.4.0.Z.EUS:shim-aa64-0:15.6-1.el8.aarch64",
            "BaseOS-8.4.0.Z.EUS:shim-ia32-0:15.6-1.el8.x86_64",
            "BaseOS-8.4.0.Z.EUS:shim-x64-0:15.6-1.el8.x86_64",
            "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.src",
            "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.x86_64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1991686"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in grub2 when handling a PNG image header. When decoding the data contained in the Huffman table at the PNG file header, an out-of-bounds write may happen on grub\u0027s heap.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "grub2: Crafted PNG image may lead to out-of-bound write during huffman table handling",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability\u0027s impact on confidentiality, data integrity, and availability are considered low as a successful attack using this flaw is very complex.",
          "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": [
          "BaseOS-8.4.0.Z.EUS:grub2-1:2.02-99.el8_4.9.src",
          "BaseOS-8.4.0.Z.EUS:grub2-common-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-pc-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-pc-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64"
        ],
        "known_not_affected": [
          "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.aarch64",
          "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.src",
          "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.x86_64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.aarch64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.x86_64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.aarch64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.x86_64",
          "BaseOS-8.4.0.Z.EUS:shim-0:15.6-1.el8.src",
          "BaseOS-8.4.0.Z.EUS:shim-aa64-0:15.6-1.el8.aarch64",
          "BaseOS-8.4.0.Z.EUS:shim-ia32-0:15.6-1.el8.x86_64",
          "BaseOS-8.4.0.Z.EUS:shim-x64-0:15.6-1.el8.x86_64",
          "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.src",
          "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2021-3696"
        },
        {
          "category": "external",
          "summary": "RHBZ#1991686",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1991686"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2021-3696",
          "url": "https://www.cve.org/CVERecord?id=CVE-2021-3696"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3696",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3696"
        }
      ],
      "release_date": "2022-06-07T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-06-16T14:57:56+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",
          "product_ids": [
            "BaseOS-8.4.0.Z.EUS:grub2-1:2.02-99.el8_4.9.src",
            "BaseOS-8.4.0.Z.EUS:grub2-common-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:5096"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "LOW",
            "baseScore": 5.0,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "HIGH",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "BaseOS-8.4.0.Z.EUS:grub2-1:2.02-99.el8_4.9.src",
            "BaseOS-8.4.0.Z.EUS:grub2-common-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "grub2: Crafted PNG image may lead to out-of-bound write during huffman table handling"
    },
    {
      "cve": "CVE-2021-3697",
      "cwe": {
        "id": "CWE-787",
        "name": "Out-of-bounds Write"
      },
      "discovery_date": "2021-08-09T00:00:00+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.aarch64",
            "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.src",
            "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.x86_64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.aarch64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.x86_64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.aarch64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.x86_64",
            "BaseOS-8.4.0.Z.EUS:shim-0:15.6-1.el8.src",
            "BaseOS-8.4.0.Z.EUS:shim-aa64-0:15.6-1.el8.aarch64",
            "BaseOS-8.4.0.Z.EUS:shim-ia32-0:15.6-1.el8.x86_64",
            "BaseOS-8.4.0.Z.EUS:shim-x64-0:15.6-1.el8.x86_64",
            "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.src",
            "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.x86_64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1991687"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in grub2 when handling JPEG images. This flaw allows an attacker to craft a malicious JPEG image, which leads to an underflow on a grub2\u0027s internal pointer, leading to a heap-based out-of-bounds write. Secure-boot mechanisms circumvention and arbitrary code execution may also be achievable.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "grub2: Crafted JPEG image can lead to buffer underflow write in the heap",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "BaseOS-8.4.0.Z.EUS:grub2-1:2.02-99.el8_4.9.src",
          "BaseOS-8.4.0.Z.EUS:grub2-common-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-pc-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-pc-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64"
        ],
        "known_not_affected": [
          "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.aarch64",
          "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.src",
          "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.x86_64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.aarch64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.x86_64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.aarch64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.x86_64",
          "BaseOS-8.4.0.Z.EUS:shim-0:15.6-1.el8.src",
          "BaseOS-8.4.0.Z.EUS:shim-aa64-0:15.6-1.el8.aarch64",
          "BaseOS-8.4.0.Z.EUS:shim-ia32-0:15.6-1.el8.x86_64",
          "BaseOS-8.4.0.Z.EUS:shim-x64-0:15.6-1.el8.x86_64",
          "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.src",
          "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2021-3697"
        },
        {
          "category": "external",
          "summary": "RHBZ#1991687",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1991687"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2021-3697",
          "url": "https://www.cve.org/CVERecord?id=CVE-2021-3697"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3697",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3697"
        }
      ],
      "release_date": "2022-06-07T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-06-16T14:57:56+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",
          "product_ids": [
            "BaseOS-8.4.0.Z.EUS:grub2-1:2.02-99.el8_4.9.src",
            "BaseOS-8.4.0.Z.EUS:grub2-common-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:5096"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "HIGH",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "BaseOS-8.4.0.Z.EUS:grub2-1:2.02-99.el8_4.9.src",
            "BaseOS-8.4.0.Z.EUS:grub2-common-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "grub2: Crafted JPEG image can lead to buffer underflow write in the heap"
    },
    {
      "cve": "CVE-2022-28733",
      "cwe": {
        "id": "CWE-191",
        "name": "Integer Underflow (Wrap or Wraparound)"
      },
      "discovery_date": "2022-05-09T00:00:00+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.aarch64",
            "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.src",
            "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.x86_64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.aarch64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.x86_64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.aarch64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.x86_64",
            "BaseOS-8.4.0.Z.EUS:shim-0:15.6-1.el8.src",
            "BaseOS-8.4.0.Z.EUS:shim-aa64-0:15.6-1.el8.aarch64",
            "BaseOS-8.4.0.Z.EUS:shim-ia32-0:15.6-1.el8.x86_64",
            "BaseOS-8.4.0.Z.EUS:shim-x64-0:15.6-1.el8.x86_64",
            "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.src",
            "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.x86_64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2083339"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in grub2 when handling IPv4 packets. This flaw allows an attacker to craft a malicious packet, triggering an integer underflow in grub code. Consequently, the memory allocation for handling the packet data may be smaller than the size needed. This issue causes an out-of-bands write during packet handling, compromising data integrity, confidentiality issues, a denial of service, and remote code execution.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "grub2: Integer underflow in grub_net_recv_ip4_packets",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "BaseOS-8.4.0.Z.EUS:grub2-1:2.02-99.el8_4.9.src",
          "BaseOS-8.4.0.Z.EUS:grub2-common-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-pc-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-pc-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64"
        ],
        "known_not_affected": [
          "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.aarch64",
          "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.src",
          "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.x86_64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.aarch64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.x86_64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.aarch64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.x86_64",
          "BaseOS-8.4.0.Z.EUS:shim-0:15.6-1.el8.src",
          "BaseOS-8.4.0.Z.EUS:shim-aa64-0:15.6-1.el8.aarch64",
          "BaseOS-8.4.0.Z.EUS:shim-ia32-0:15.6-1.el8.x86_64",
          "BaseOS-8.4.0.Z.EUS:shim-x64-0:15.6-1.el8.x86_64",
          "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.src",
          "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-28733"
        },
        {
          "category": "external",
          "summary": "RHBZ#2083339",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2083339"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28733",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-28733"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28733",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28733"
        }
      ],
      "release_date": "2022-06-07T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-06-16T14:57:56+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",
          "product_ids": [
            "BaseOS-8.4.0.Z.EUS:grub2-1:2.02-99.el8_4.9.src",
            "BaseOS-8.4.0.Z.EUS:grub2-common-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:5096"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 8.1,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "BaseOS-8.4.0.Z.EUS:grub2-1:2.02-99.el8_4.9.src",
            "BaseOS-8.4.0.Z.EUS:grub2-common-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "grub2: Integer underflow in grub_net_recv_ip4_packets"
    },
    {
      "cve": "CVE-2022-28734",
      "cwe": {
        "id": "CWE-787",
        "name": "Out-of-bounds Write"
      },
      "discovery_date": "2022-05-25T00:00:00+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.aarch64",
            "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.src",
            "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.x86_64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.aarch64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.x86_64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.aarch64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.x86_64",
            "BaseOS-8.4.0.Z.EUS:shim-0:15.6-1.el8.src",
            "BaseOS-8.4.0.Z.EUS:shim-aa64-0:15.6-1.el8.aarch64",
            "BaseOS-8.4.0.Z.EUS:shim-ia32-0:15.6-1.el8.x86_64",
            "BaseOS-8.4.0.Z.EUS:shim-x64-0:15.6-1.el8.x86_64",
            "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.src",
            "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.x86_64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2090463"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in grub2 when handling split HTTP headers. While processing a split HTTP header, grub2 wrongly advances its control pointer to the internal buffer by one position, which can lead to an out-of-bounds write. This flaw allows an attacker to leverage this issue by crafting a malicious set of HTTP packages making grub2 corrupt its internal memory metadata structure. This leads to data integrity and confidentiality issues or forces grub to crash, resulting in a denial of service attack.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "grub2: Out-of-bound write when handling split HTTP headers",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "BaseOS-8.4.0.Z.EUS:grub2-1:2.02-99.el8_4.9.src",
          "BaseOS-8.4.0.Z.EUS:grub2-common-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-pc-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-pc-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64"
        ],
        "known_not_affected": [
          "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.aarch64",
          "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.src",
          "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.x86_64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.aarch64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.x86_64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.aarch64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.x86_64",
          "BaseOS-8.4.0.Z.EUS:shim-0:15.6-1.el8.src",
          "BaseOS-8.4.0.Z.EUS:shim-aa64-0:15.6-1.el8.aarch64",
          "BaseOS-8.4.0.Z.EUS:shim-ia32-0:15.6-1.el8.x86_64",
          "BaseOS-8.4.0.Z.EUS:shim-x64-0:15.6-1.el8.x86_64",
          "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.src",
          "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-28734"
        },
        {
          "category": "external",
          "summary": "RHBZ#2090463",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2090463"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28734",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-28734"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28734",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28734"
        }
      ],
      "release_date": "2022-06-07T17:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-06-16T14:57:56+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",
          "product_ids": [
            "BaseOS-8.4.0.Z.EUS:grub2-1:2.02-99.el8_4.9.src",
            "BaseOS-8.4.0.Z.EUS:grub2-common-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:5096"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.0,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H",
            "version": "3.1"
          },
          "products": [
            "BaseOS-8.4.0.Z.EUS:grub2-1:2.02-99.el8_4.9.src",
            "BaseOS-8.4.0.Z.EUS:grub2-common-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "grub2: Out-of-bound write when handling split HTTP headers"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Julian Andres Klode"
          ],
          "organization": "Canonical"
        }
      ],
      "cve": "CVE-2022-28735",
      "cwe": {
        "id": "CWE-829",
        "name": "Inclusion of Functionality from Untrusted Control Sphere"
      },
      "discovery_date": "2022-05-26T00:00:00+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.aarch64",
            "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.src",
            "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.x86_64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.aarch64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.x86_64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.aarch64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.x86_64",
            "BaseOS-8.4.0.Z.EUS:shim-0:15.6-1.el8.src",
            "BaseOS-8.4.0.Z.EUS:shim-aa64-0:15.6-1.el8.aarch64",
            "BaseOS-8.4.0.Z.EUS:shim-ia32-0:15.6-1.el8.x86_64",
            "BaseOS-8.4.0.Z.EUS:shim-x64-0:15.6-1.el8.x86_64",
            "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.src",
            "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.x86_64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2090857"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in grub2. The shim_lock verifier from grub2 allows non-kernel files to be loaded when secure boot is enabled, giving the possibility of unverified code or modules to be loaded when it should not be allowed.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "grub2: shim_lock verifier allows non-kernel files to be loaded",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "BaseOS-8.4.0.Z.EUS:grub2-1:2.02-99.el8_4.9.src",
          "BaseOS-8.4.0.Z.EUS:grub2-common-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-pc-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-pc-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64"
        ],
        "known_not_affected": [
          "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.aarch64",
          "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.src",
          "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.x86_64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.aarch64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.x86_64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.aarch64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.x86_64",
          "BaseOS-8.4.0.Z.EUS:shim-0:15.6-1.el8.src",
          "BaseOS-8.4.0.Z.EUS:shim-aa64-0:15.6-1.el8.aarch64",
          "BaseOS-8.4.0.Z.EUS:shim-ia32-0:15.6-1.el8.x86_64",
          "BaseOS-8.4.0.Z.EUS:shim-x64-0:15.6-1.el8.x86_64",
          "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.src",
          "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-28735"
        },
        {
          "category": "external",
          "summary": "RHBZ#2090857",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2090857"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28735",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-28735"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28735",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28735"
        }
      ],
      "release_date": "2022-06-07T17:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-06-16T14:57:56+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",
          "product_ids": [
            "BaseOS-8.4.0.Z.EUS:grub2-1:2.02-99.el8_4.9.src",
            "BaseOS-8.4.0.Z.EUS:grub2-common-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:5096"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "BaseOS-8.4.0.Z.EUS:grub2-1:2.02-99.el8_4.9.src",
            "BaseOS-8.4.0.Z.EUS:grub2-common-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "grub2: shim_lock verifier allows non-kernel files to be loaded"
    },
    {
      "cve": "CVE-2022-28736",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2022-06-01T00:00:00+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.aarch64",
            "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.src",
            "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.x86_64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.aarch64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.x86_64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.aarch64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.x86_64",
            "BaseOS-8.4.0.Z.EUS:shim-0:15.6-1.el8.src",
            "BaseOS-8.4.0.Z.EUS:shim-aa64-0:15.6-1.el8.aarch64",
            "BaseOS-8.4.0.Z.EUS:shim-ia32-0:15.6-1.el8.x86_64",
            "BaseOS-8.4.0.Z.EUS:shim-x64-0:15.6-1.el8.x86_64",
            "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.src",
            "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.x86_64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2092613"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A use-after-free vulnerability was found on grub2\u0027s chainloader command. This flaw allows an attacker to gain access to restricted data or cause arbitrary code execution if they can establish control from grub\u0027s memory allocation pattern.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "grub2: use-after-free in grub_cmd_chainloader()",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "BaseOS-8.4.0.Z.EUS:grub2-1:2.02-99.el8_4.9.src",
          "BaseOS-8.4.0.Z.EUS:grub2-common-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-pc-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-pc-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64"
        ],
        "known_not_affected": [
          "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.aarch64",
          "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.src",
          "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.x86_64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.aarch64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.x86_64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.aarch64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.x86_64",
          "BaseOS-8.4.0.Z.EUS:shim-0:15.6-1.el8.src",
          "BaseOS-8.4.0.Z.EUS:shim-aa64-0:15.6-1.el8.aarch64",
          "BaseOS-8.4.0.Z.EUS:shim-ia32-0:15.6-1.el8.x86_64",
          "BaseOS-8.4.0.Z.EUS:shim-x64-0:15.6-1.el8.x86_64",
          "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.src",
          "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-28736"
        },
        {
          "category": "external",
          "summary": "RHBZ#2092613",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092613"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28736",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-28736"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28736",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28736"
        }
      ],
      "release_date": "2022-06-07T17:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-06-16T14:57:56+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",
          "product_ids": [
            "BaseOS-8.4.0.Z.EUS:grub2-1:2.02-99.el8_4.9.src",
            "BaseOS-8.4.0.Z.EUS:grub2-common-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:5096"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.0,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "BaseOS-8.4.0.Z.EUS:grub2-1:2.02-99.el8_4.9.src",
            "BaseOS-8.4.0.Z.EUS:grub2-common-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "grub2: use-after-free in grub_cmd_chainloader()"
    },
    {
      "cve": "CVE-2022-28737",
      "cwe": {
        "id": "CWE-120",
        "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
      },
      "discovery_date": "2022-05-26T00:00:00+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "BaseOS-8.4.0.Z.EUS:grub2-1:2.02-99.el8_4.9.src",
            "BaseOS-8.4.0.Z.EUS:grub2-common-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-pc-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le",
            "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64",
            "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.aarch64",
            "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.src",
            "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.x86_64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.aarch64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.x86_64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.aarch64",
            "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.x86_64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2090899"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in shim during the handling of EFI executables. A crafted EFI image can lead to an overflow in shim. This flaw allows an attacker to perform an out-of-bounds write in memory. A successful attack can lead to data integrity, confidentiality issues, and arbitrary code execution.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "shim: Buffer overflow when loading crafted EFI images",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "BaseOS-8.4.0.Z.EUS:shim-0:15.6-1.el8.src",
          "BaseOS-8.4.0.Z.EUS:shim-aa64-0:15.6-1.el8.aarch64",
          "BaseOS-8.4.0.Z.EUS:shim-ia32-0:15.6-1.el8.x86_64",
          "BaseOS-8.4.0.Z.EUS:shim-x64-0:15.6-1.el8.x86_64",
          "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.src",
          "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.x86_64"
        ],
        "known_not_affected": [
          "BaseOS-8.4.0.Z.EUS:grub2-1:2.02-99.el8_4.9.src",
          "BaseOS-8.4.0.Z.EUS:grub2-common-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-debugsource-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-cdboot-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-aa64-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-cdboot-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-ia32-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-cdboot-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-efi-x64-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-pc-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-pc-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-ppc64le-modules-1:2.02-99.el8_4.9.noarch",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-efi-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-extra-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.aarch64",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.ppc64le",
          "BaseOS-8.4.0.Z.EUS:grub2-tools-minimal-debuginfo-1:2.02-99.el8_4.9.x86_64",
          "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.aarch64",
          "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.src",
          "BaseOS-8.4.0.Z.EUS:mokutil-1:0.3.0-11.el8_4.1.x86_64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.aarch64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debuginfo-1:0.3.0-11.el8_4.1.x86_64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.aarch64",
          "BaseOS-8.4.0.Z.EUS:mokutil-debugsource-1:0.3.0-11.el8_4.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-28737"
        },
        {
          "category": "external",
          "summary": "RHBZ#2090899",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2090899"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28737",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-28737"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28737",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28737"
        }
      ],
      "release_date": "2022-06-07T17:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-06-16T14:57:56+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",
          "product_ids": [
            "BaseOS-8.4.0.Z.EUS:shim-0:15.6-1.el8.src",
            "BaseOS-8.4.0.Z.EUS:shim-aa64-0:15.6-1.el8.aarch64",
            "BaseOS-8.4.0.Z.EUS:shim-ia32-0:15.6-1.el8.x86_64",
            "BaseOS-8.4.0.Z.EUS:shim-x64-0:15.6-1.el8.x86_64",
            "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.src",
            "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:5096"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "BaseOS-8.4.0.Z.EUS:shim-0:15.6-1.el8.src",
            "BaseOS-8.4.0.Z.EUS:shim-aa64-0:15.6-1.el8.aarch64",
            "BaseOS-8.4.0.Z.EUS:shim-ia32-0:15.6-1.el8.x86_64",
            "BaseOS-8.4.0.Z.EUS:shim-x64-0:15.6-1.el8.x86_64",
            "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.src",
            "CRB-8.4.0.Z.EUS:shim-unsigned-x64-0:15.6-1.el8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "shim: Buffer overflow when loading crafted EFI images"
    }
  ]
}


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…