RHSA-2019:2741

Vulnerability from csaf_redhat - Published: 2019-09-12 13:08 - Updated: 2026-03-06 05:07
Summary
Red Hat Security Advisory: kernel-rt security and bug fix update
Severity
Important
Notes
Topic: An update for kernel-rt is now available for Red Hat Enterprise Linux 8. 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 kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements. Security Fix(es): * kernel: Heap overflow in mwifiex_update_bss_desc_with_ie function in marvell/mwifiex/scan.c (CVE-2019-3846) * Kernel: KVM: nVMX: guest accesses L0 MSR causes potential DoS (CVE-2019-3887) * kernel: brcmfmac heap buffer overflow in brcmf_wowl_nd_results (CVE-2019-9500) * kernel: Count overflow in FUSE request leading to use-after-free issues. (CVE-2019-11487) * kernel: brcmfmac frame validation bypass (CVE-2019-9503) 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. Bug Fix(es): * BUG: scheduling while atomic in zswap (BZ#1726362) * kernel-rt: update to the RHEL8.0.z batch#3 source tree (BZ#1734475)
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 the Linux kernel, through version 4.19.6, where a local user could exploit a use-after-free in the ALSA driver by supplying a malicious USB Sound device (with zero interfaces) that is mishandled in usb_audio_probe in sound/usb/card.c. An attacker could corrupt memory and possibly escalate privileges if the attacker is able to have physical access to the system.

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 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2019:2741

A flaw was found in the Linux kernel's Marvell wifi chip driver. A heap overflow in mwifiex_update_bss_desc_with_ie function in marvell/mwifiex/scan.c allows remote attackers to cause a denial of service(system crash) or execute arbitrary code.

CWE-122 - Heap-based 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 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2019:2741
Workaround This flaw requires a system with marvell wifi network card to be attempting to connect to a attacker controlled wifi network. A temporary mitigation may be to only connect to known-good networks via wifi, or connect to a network via ethernet. Alternatively if wireless networking is not used the mwifiex kernel module can be blacklisted to prevent misuse of the vulnerable code.

A flaw was found in the way KVM hypervisor handled x2APIC Machine Specific Register (MSR) access with nested(=1) virtualization enabled. In that, L1 guest could access L0's APIC register values via L2 guest, when 'virtualize x2APIC mode' is enabled. A guest could use this flaw to potentially crash the host kernel resulting in DoS issue.

CWE-863 - Incorrect Authorization
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 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2019:2741

If the Wake-up on Wireless LAN functionality is configured in the brcmfmac driver, which only works with Broadcom FullMAC chipsets, a malicious event frame can be constructed to trigger a heap buffer overflow in the brcmf_wowl_nd_results() function. This vulnerability can be exploited by compromised chipsets to compromise the host, or when used in combination with another brcmfmac driver flaw (CVE-2019-9503), can be used remotely. This can result in a remote denial of service (DoS). Due to the nature of the flaw, a remote privilege escalation cannot be fully ruled out.

CWE-122 - Heap-based 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 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2019:2741

If the brcmfmac driver receives a firmware event frame from a remote source, the is_wlc_event_frame function will cause this frame to be discarded and not be processed. If the driver receives the firmware event frame from the host, the appropriate handler is called. This frame validation can be bypassed if the bus used is USB (for instance by a WiFi dongle). This can allow firmware event frames from a remote source to be processed and this can result in denial of service (DoS) condition.

CWE-20 - Improper Input Validation
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2019:2741

A flaw was found in the Linux kernel's implementation of the FUSE filesystem, where it allows a page reference counter overflow. If a page reference counter overflows into a negative value, it can be placed back into the "free" list for reuse by other applications. This flaw allows a local attacker who can manipulate memory page reference counters to cause memory corruption and possible privilege escalation by triggering a use-after-free condition. The current attack requires the system to have approximately 140 GB of RAM for this attack to be performed. It may be possible that the attack can occur with fewer memory requirements.

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 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2019:2741
Workaround Preventing loading of the 'fuse' kernel module will prevent attackers from using this exploit against the system; howeve the functionality of being able to access the filesystems that would be allowed by fuse would no longer be allowed . See “How do I blacklist a kernel module to prevent it from loading automatically?" ( https://access.redhat.com/solutions/41278) for instructions on how to disable the 'fuse' kernel module from autoloading. This mitigation may not be suitable if access to the functionality provided by fuse is required.
References
https://access.redhat.com/errata/RHSA-2019:2741 self
https://access.redhat.com/security/updates/classi… external
https://bugzilla.redhat.com/show_bug.cgi?id=1695044 external
https://bugzilla.redhat.com/show_bug.cgi?id=1701224 external
https://bugzilla.redhat.com/show_bug.cgi?id=1701842 external
https://bugzilla.redhat.com/show_bug.cgi?id=1703063 external
https://bugzilla.redhat.com/show_bug.cgi?id=1713059 external
https://bugzilla.redhat.com/show_bug.cgi?id=1726362 external
https://bugzilla.redhat.com/show_bug.cgi?id=1734475 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2018-19824 self
https://bugzilla.redhat.com/show_bug.cgi?id=1655816 external
https://www.cve.org/CVERecord?id=CVE-2018-19824 external
https://nvd.nist.gov/vuln/detail/CVE-2018-19824 external
https://www.openwall.com/lists/oss-security/2018/… external
https://access.redhat.com/security/cve/CVE-2019-3846 self
https://bugzilla.redhat.com/show_bug.cgi?id=1713059 external
https://www.cve.org/CVERecord?id=CVE-2019-3846 external
https://nvd.nist.gov/vuln/detail/CVE-2019-3846 external
https://seclists.org/oss-sec/2019/q2/133 external
https://access.redhat.com/security/cve/CVE-2019-3887 self
https://bugzilla.redhat.com/show_bug.cgi?id=1695044 external
https://www.cve.org/CVERecord?id=CVE-2019-3887 external
https://nvd.nist.gov/vuln/detail/CVE-2019-3887 external
https://access.redhat.com/security/cve/CVE-2019-9500 self
https://bugzilla.redhat.com/show_bug.cgi?id=1701224 external
https://www.cve.org/CVERecord?id=CVE-2019-9500 external
https://nvd.nist.gov/vuln/detail/CVE-2019-9500 external
https://blog.quarkslab.com/reverse-engineering-br… external
https://kb.cert.org/vuls/id/166939/ external
https://www.bleepingcomputer.com/news/security/br… external
https://access.redhat.com/security/cve/CVE-2019-9503 self
https://bugzilla.redhat.com/show_bug.cgi?id=1701842 external
https://www.cve.org/CVERecord?id=CVE-2019-9503 external
https://nvd.nist.gov/vuln/detail/CVE-2019-9503 external
https://blog.quarkslab.com/reverse-engineering-br… external
https://access.redhat.com/security/cve/CVE-2019-11487 self
https://bugzilla.redhat.com/show_bug.cgi?id=1703063 external
https://www.cve.org/CVERecord?id=CVE-2019-11487 external
https://nvd.nist.gov/vuln/detail/CVE-2019-11487 external
Acknowledgments
ADLab of Venustech huangwen
Google.com Marc Orr

{
  "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 kernel-rt is now available for Red Hat Enterprise Linux 8.\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 kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements.\n\nSecurity Fix(es):\n\n* kernel: Heap overflow in mwifiex_update_bss_desc_with_ie function in marvell/mwifiex/scan.c (CVE-2019-3846)\n\n* Kernel: KVM: nVMX: guest accesses L0 MSR causes potential DoS (CVE-2019-3887)\n\n* kernel: brcmfmac heap buffer overflow in brcmf_wowl_nd_results (CVE-2019-9500)\n\n* kernel: Count overflow in FUSE request leading to use-after-free issues. (CVE-2019-11487)\n\n* kernel: brcmfmac frame validation bypass (CVE-2019-9503)\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.\n\nBug Fix(es):\n\n* BUG: scheduling while atomic in zswap (BZ#1726362)\n\n* kernel-rt: update to the RHEL8.0.z batch#3 source tree (BZ#1734475)",
        "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-2019:2741",
        "url": "https://access.redhat.com/errata/RHSA-2019:2741"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "1695044",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1695044"
      },
      {
        "category": "external",
        "summary": "1701224",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1701224"
      },
      {
        "category": "external",
        "summary": "1701842",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1701842"
      },
      {
        "category": "external",
        "summary": "1703063",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1703063"
      },
      {
        "category": "external",
        "summary": "1713059",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1713059"
      },
      {
        "category": "external",
        "summary": "1726362",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1726362"
      },
      {
        "category": "external",
        "summary": "1734475",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1734475"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2019/rhsa-2019_2741.json"
      }
    ],
    "title": "Red Hat Security Advisory: kernel-rt security and bug fix update",
    "tracking": {
      "current_release_date": "2026-03-06T05:07:35+00:00",
      "generator": {
        "date": "2026-03-06T05:07:35+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.7.2"
        }
      },
      "id": "RHSA-2019:2741",
      "initial_release_date": "2019-09-12T13:08:59+00:00",
      "revision_history": [
        {
          "date": "2019-09-12T13:08:59+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2019-09-12T13:08:59+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2026-03-06T05:07:35+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 Real Time for NFV (v. 8)",
                "product": {
                  "name": "Red Hat Enterprise Linux Real Time for NFV (v. 8)",
                  "product_id": "NFV-8.0.0.Z",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:enterprise_linux:8::nfv"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Real Time (v. 8)",
                "product": {
                  "name": "Red Hat Enterprise Linux Real Time (v. 8)",
                  "product_id": "RT-8.0.0.Z",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:enterprise_linux:8::realtime"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                "product": {
                  "name": "kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_id": "kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt@4.18.0-80.11.1.rt9.156.el8_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                "product": {
                  "name": "kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_id": "kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-core@4.18.0-80.11.1.rt9.156.el8_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                "product": {
                  "name": "kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_id": "kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug@4.18.0-80.11.1.rt9.156.el8_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                "product": {
                  "name": "kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_id": "kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-core@4.18.0-80.11.1.rt9.156.el8_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                "product": {
                  "name": "kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_id": "kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@4.18.0-80.11.1.rt9.156.el8_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                "product": {
                  "name": "kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_id": "kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@4.18.0-80.11.1.rt9.156.el8_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                "product": {
                  "name": "kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_id": "kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-modules@4.18.0-80.11.1.rt9.156.el8_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                "product": {
                  "name": "kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_id": "kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@4.18.0-80.11.1.rt9.156.el8_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                "product": {
                  "name": "kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_id": "kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-devel@4.18.0-80.11.1.rt9.156.el8_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                "product": {
                  "name": "kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_id": "kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-kvm@4.18.0-80.11.1.rt9.156.el8_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                "product": {
                  "name": "kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_id": "kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-modules@4.18.0-80.11.1.rt9.156.el8_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                "product": {
                  "name": "kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_id": "kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-modules-extra@4.18.0-80.11.1.rt9.156.el8_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                "product": {
                  "name": "kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_id": "kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@4.18.0-80.11.1.rt9.156.el8_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                "product": {
                  "name": "kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_id": "kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-kvm-debuginfo@4.18.0-80.11.1.rt9.156.el8_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                "product": {
                  "name": "kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_id": "kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@4.18.0-80.11.1.rt9.156.el8_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                "product": {
                  "name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_id": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@4.18.0-80.11.1.rt9.156.el8_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                "product": {
                  "name": "kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_id": "kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-kvm-debuginfo@4.18.0-80.11.1.rt9.156.el8_0?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
                "product": {
                  "name": "kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
                  "product_id": "kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt@4.18.0-80.11.1.rt9.156.el8_0?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
          "product_id": "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src"
        },
        "product_reference": "kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
        "relates_to_product_reference": "NFV-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
          "product_id": "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "NFV-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
          "product_id": "NFV-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "NFV-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
          "product_id": "NFV-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "NFV-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
          "product_id": "NFV-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "NFV-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
          "product_id": "NFV-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "NFV-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
          "product_id": "NFV-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "NFV-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
          "product_id": "NFV-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "NFV-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
          "product_id": "NFV-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "NFV-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
          "product_id": "NFV-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "NFV-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
          "product_id": "NFV-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "NFV-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
          "product_id": "NFV-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "NFV-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
          "product_id": "NFV-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "NFV-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
          "product_id": "NFV-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "NFV-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
          "product_id": "NFV-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "NFV-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
          "product_id": "NFV-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "NFV-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
          "product_id": "NFV-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "NFV-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
          "product_id": "NFV-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "NFV-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src as a component of Red Hat Enterprise Linux Real Time (v. 8)",
          "product_id": "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src"
        },
        "product_reference": "kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
        "relates_to_product_reference": "RT-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
          "product_id": "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "RT-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
          "product_id": "RT-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "RT-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
          "product_id": "RT-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "RT-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
          "product_id": "RT-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "RT-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
          "product_id": "RT-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "RT-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
          "product_id": "RT-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "RT-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
          "product_id": "RT-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "RT-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
          "product_id": "RT-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "RT-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
          "product_id": "RT-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "RT-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
          "product_id": "RT-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "RT-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
          "product_id": "RT-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "RT-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
          "product_id": "RT-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "RT-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
          "product_id": "RT-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "RT-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
          "product_id": "RT-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "RT-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
          "product_id": "RT-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "RT-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
          "product_id": "RT-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "RT-8.0.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
          "product_id": "RT-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        },
        "product_reference": "kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
        "relates_to_product_reference": "RT-8.0.0.Z"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2018-19824",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2018-12-04T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1655816"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found In the Linux kernel, through version 4.19.6, where a local user could exploit a use-after-free in the ALSA driver by supplying a malicious USB Sound device (with zero interfaces) that is mishandled in usb_audio_probe in sound/usb/card.c.  An attacker could corrupt memory and possibly escalate privileges if the attacker is able to have physical access to the system.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: Use-after-free in sound/usb/card.c:usb_audio_probe()",
          "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": [
          "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
          "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
          "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2018-19824"
        },
        {
          "category": "external",
          "summary": "RHBZ#1655816",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1655816"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2018-19824",
          "url": "https://www.cve.org/CVERecord?id=CVE-2018-19824"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-19824",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-19824"
        },
        {
          "category": "external",
          "summary": "https://www.openwall.com/lists/oss-security/2018/12/03/1",
          "url": "https://www.openwall.com/lists/oss-security/2018/12/03/1"
        }
      ],
      "release_date": "2018-12-04T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2019-09-12T13:08:59+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2019:2741"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "PHYSICAL",
            "availabilityImpact": "HIGH",
            "baseScore": 6.6,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.0/AV:P/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.0"
          },
          "products": [
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: Use-after-free in sound/usb/card.c:usb_audio_probe()"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "huangwen"
          ],
          "organization": "ADLab of Venustech"
        }
      ],
      "cve": "CVE-2019-3846",
      "cwe": {
        "id": "CWE-122",
        "name": "Heap-based Buffer Overflow"
      },
      "discovery_date": "2019-05-21T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1713059"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel\u0027s Marvell wifi chip driver. A heap overflow in mwifiex_update_bss_desc_with_ie function in marvell/mwifiex/scan.c allows remote attackers to cause a denial of service(system crash) or execute arbitrary code.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: Heap overflow in mwifiex_update_bss_desc_with_ie function in marvell/mwifiex/scan.c",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This flaw is currently rated as Important as it is possible for an attacker to setup a wifi access point with identical configuration in another location and intercept have the system auto connect and possibly be exploited.",
          "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": [
          "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
          "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
          "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2019-3846"
        },
        {
          "category": "external",
          "summary": "RHBZ#1713059",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1713059"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2019-3846",
          "url": "https://www.cve.org/CVERecord?id=CVE-2019-3846"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-3846",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-3846"
        },
        {
          "category": "external",
          "summary": "https://seclists.org/oss-sec/2019/q2/133",
          "url": "https://seclists.org/oss-sec/2019/q2/133"
        }
      ],
      "release_date": "2019-05-30T12:53:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2019-09-12T13:08:59+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2019:2741"
        },
        {
          "category": "workaround",
          "details": "This flaw requires a system with marvell wifi network card to be attempting to connect to a attacker controlled wifi network.  A temporary mitigation may be to only connect to known-good networks via wifi, or connect to a network via ethernet.  Alternatively if wireless networking is not used the mwifiex kernel module can be blacklisted to prevent misuse of the vulnerable code.",
          "product_ids": [
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "ADJACENT_NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 8.0,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.0"
          },
          "products": [
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: Heap overflow in mwifiex_update_bss_desc_with_ie function in marvell/mwifiex/scan.c"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Marc Orr"
          ],
          "organization": "Google.com"
        }
      ],
      "cve": "CVE-2019-3887",
      "cwe": {
        "id": "CWE-863",
        "name": "Incorrect Authorization"
      },
      "discovery_date": "2019-04-01T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1695044"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the way KVM hypervisor handled x2APIC Machine Specific Register (MSR) access with nested(=1) virtualization enabled. In that, L1 guest could access L0\u0027s APIC register values via L2 guest, when \u0027virtualize x2APIC mode\u0027 is enabled. A guest could use this flaw to potentially crash the host kernel resulting in DoS issue.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Kernel: KVM: nVMX: guest accesses L0 MSR causes potential DoS",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This issue does not affect the version of the kernel package as shipped with Red Hat Enterprise Linux 5, 6, 7 and Red Hat Enterprise MRG 2.",
          "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": [
          "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
          "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
          "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2019-3887"
        },
        {
          "category": "external",
          "summary": "RHBZ#1695044",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1695044"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2019-3887",
          "url": "https://www.cve.org/CVERecord?id=CVE-2019-3887"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-3887",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-3887"
        }
      ],
      "release_date": "2019-04-05T16:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2019-09-12T13:08:59+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2019:2741"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 6.7,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "HIGH",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.0/AV:L/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:H",
            "version": "3.0"
          },
          "products": [
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "Kernel: KVM: nVMX: guest accesses L0 MSR causes potential DoS"
    },
    {
      "cve": "CVE-2019-9500",
      "cwe": {
        "id": "CWE-122",
        "name": "Heap-based Buffer Overflow"
      },
      "discovery_date": "2019-04-16T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1701224"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "If the Wake-up on Wireless LAN functionality is configured in the brcmfmac driver, which only works with Broadcom FullMAC chipsets, a malicious event frame can be constructed to trigger a heap buffer overflow in the brcmf_wowl_nd_results() function. This vulnerability can be exploited by compromised chipsets to compromise the host, or when used in combination with another brcmfmac driver flaw  (CVE-2019-9503), can be used remotely. This can result in a remote denial of service (DoS). Due to the nature of the flaw, a remote privilege escalation cannot be fully ruled out.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: brcmfmac heap buffer overflow in brcmf_wowl_nd_results",
          "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": [
          "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
          "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
          "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2019-9500"
        },
        {
          "category": "external",
          "summary": "RHBZ#1701224",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1701224"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2019-9500",
          "url": "https://www.cve.org/CVERecord?id=CVE-2019-9500"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-9500",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-9500"
        },
        {
          "category": "external",
          "summary": "https://blog.quarkslab.com/reverse-engineering-broadcom-wireless-chipsets.html#cve-2019-9500-heap-buffer-overflow-in-brcmf-wowl-nd-results",
          "url": "https://blog.quarkslab.com/reverse-engineering-broadcom-wireless-chipsets.html#cve-2019-9500-heap-buffer-overflow-in-brcmf-wowl-nd-results"
        },
        {
          "category": "external",
          "summary": "https://kb.cert.org/vuls/id/166939/",
          "url": "https://kb.cert.org/vuls/id/166939/"
        },
        {
          "category": "external",
          "summary": "https://www.bleepingcomputer.com/news/security/broadcom-wifi-driver-flaws-expose-computers-phones-iot-to-rce-attacks/",
          "url": "https://www.bleepingcomputer.com/news/security/broadcom-wifi-driver-flaws-expose-computers-phones-iot-to-rce-attacks/"
        }
      ],
      "release_date": "2019-02-19T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2019-09-12T13:08:59+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2019:2741"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
            "version": "3.0"
          },
          "products": [
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: brcmfmac heap buffer overflow in brcmf_wowl_nd_results"
    },
    {
      "cve": "CVE-2019-9503",
      "cwe": {
        "id": "CWE-20",
        "name": "Improper Input Validation"
      },
      "discovery_date": "2019-04-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1701842"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "If the brcmfmac driver receives a firmware event frame from a remote source, the is_wlc_event_frame function will cause this frame to be discarded and not be processed. If the driver receives the firmware event frame from the host, the appropriate handler is called. This frame validation can be bypassed if the bus used is USB (for instance by a WiFi dongle). This can allow firmware event frames from a remote source to be processed and this can result in denial of service (DoS) condition.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: brcmfmac frame validation bypass",
          "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": [
          "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
          "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
          "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2019-9503"
        },
        {
          "category": "external",
          "summary": "RHBZ#1701842",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1701842"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2019-9503",
          "url": "https://www.cve.org/CVERecord?id=CVE-2019-9503"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-9503",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-9503"
        },
        {
          "category": "external",
          "summary": "https://blog.quarkslab.com/reverse-engineering-broadcom-wireless-chipsets.html#cve-2019-9503-remotely-sending-firmware-events-bypassing-is-wlc-event-frame",
          "url": "https://blog.quarkslab.com/reverse-engineering-broadcom-wireless-chipsets.html#cve-2019-9503-remotely-sending-firmware-events-bypassing-is-wlc-event-frame"
        },
        {
          "category": "external",
          "summary": "https://kb.cert.org/vuls/id/166939/",
          "url": "https://kb.cert.org/vuls/id/166939/"
        },
        {
          "category": "external",
          "summary": "https://www.bleepingcomputer.com/news/security/broadcom-wifi-driver-flaws-expose-computers-phones-iot-to-rce-attacks/",
          "url": "https://www.bleepingcomputer.com/news/security/broadcom-wifi-driver-flaws-expose-computers-phones-iot-to-rce-attacks/"
        }
      ],
      "release_date": "2019-02-19T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2019-09-12T13:08:59+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2019:2741"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "ADJACENT_NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.0/AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
            "version": "3.0"
          },
          "products": [
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: brcmfmac frame validation bypass"
    },
    {
      "cve": "CVE-2019-11487",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2019-04-24T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1703063"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel\u0027s implementation of the FUSE filesystem, where it allows a page reference counter overflow. If a page reference counter overflows into a negative value, it can be placed back into the \"free\" list for reuse by other applications. This flaw allows a local attacker who can manipulate memory page reference counters to cause memory corruption and possible privilege escalation by triggering a use-after-free condition.\r\n\r\nThe current attack requires the system to have approximately 140 GB of RAM for this attack to be performed. It may be possible that the attack can occur with fewer memory requirements.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: Count overflow in FUSE request leading to use-after-free issues.",
          "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": [
          "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
          "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "NFV-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
          "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
          "RT-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2019-11487"
        },
        {
          "category": "external",
          "summary": "RHBZ#1703063",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1703063"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2019-11487",
          "url": "https://www.cve.org/CVERecord?id=CVE-2019-11487"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11487",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11487"
        }
      ],
      "release_date": "2019-04-22T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2019-09-12T13:08:59+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2019:2741"
        },
        {
          "category": "workaround",
          "details": "Preventing loading of the \u0027fuse\u0027 kernel module will prevent attackers from using this exploit against the system; howeve the functionality of being able to access the filesystems that would  be allowed by fuse would no longer be allowed . See \u201cHow do I blacklist a kernel module to prevent it from loading automatically?\" ( https://access.redhat.com/solutions/41278) for instructions on how to disable the \u0027fuse\u0027 kernel module from autoloading. This mitigation may not be suitable if access to the functionality provided by fuse is required.",
          "product_ids": [
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
            "version": "3.0"
          },
          "products": [
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "NFV-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "NFV-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.src",
            "RT-8.0.0.Z:kernel-rt-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-core-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debug-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-debuginfo-common-x86_64-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-devel-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-kvm-debuginfo-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64",
            "RT-8.0.0.Z:kernel-rt-modules-extra-0:4.18.0-80.11.1.rt9.156.el8_0.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: Count overflow in FUSE request leading to use-after-free issues."
    }
  ]
}


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…