rhsa-2016_0212
Vulnerability from csaf_redhat
Published
2016-02-16 10:46
Modified
2024-11-14 17:19
Summary
Red Hat Security Advisory: kernel-rt security, bug fix, and enhancement update

Notes

Topic
Updated kernel-rt packages that fix two security issues, several bugs, and add various enhancements are now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having Important security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section.
Details
The kernel-rt packages contain the Linux kernel, the core of any Linux operating system. * It was found that the Linux kernel's keys subsystem did not correctly garbage collect uninstantiated keyrings. A local attacker could use this flaw to crash the system or, potentially, escalate their privileges on the system. (CVE-2015-7872, Important) * A flaw was found in the way the Linux kernel handled IRET faults during the processing of NMIs. An unprivileged, local user could use this flaw to crash the system or, potentially (although highly unlikely), escalate their privileges on the system. (CVE-2015-5157, Moderate) The kernel-rt packages have been upgraded to version 3.10.0-327.10.1, which provides a number of bug fixes and enhancements, including: * [md] dm: fix AB-BA deadlock in __dm_destroy() * [md] revert "dm-mpath: fix stalls when handling invalid ioctl * [cpufreq] intel_pstate: Fix limits->max_perf and limits->max_policy_pct rounding errors * [cpufreq] revert "intel_pstate: fix rounding error in max_freq_pct" * [crypto] nx: 842 - Add CRC and validation support * [of] return NUMA_NO_NODE from fallback of_node_to_nid() (BZ#1282591) This update also fixes the following bugs: * Because the realtime kernel replaces most of the spinlocks with rtmutexes, the locking scheme used in both NAPI polling and busy polling could become out of synchronization with the State Machine they protected. This could cause system performance degradation or even a livelock situation when a machine with faster NICs (10g or 40g) was subject to a heavy pressure receiving network packets. The locking schemes on NAPI polling and busy polling routines have been hardened to enforce the State machine sanity to help ensure the system continues to function properly under pressure. (BZ#1293230) * A possible livelock in the NAPI polling and busy polling routines could lead the system to a livelock on threads running at high, realtime, priorities. The threads running at priorities lower than the ones of the threads involved in the livelock were prevented from running on the CPUs affected by the livelock. Among those lower priority threads are the rcuc/ threads. With this update, right before (4 jiffies) a RCU stall is detected, the rcuc/ threads on the CPUs facing the livelock have their priorities boosted above the priority of the threads involved in the livelock. The softirq code has also been updated to be more robust. These modifications allow the rcuc/ threads to execute even under system pressure, mitigating the RCU stalls. (BZ#1293229) * Multiple CPUs trying to take an rq lock previously caused large latencies on machines with many CPUs. On systems with more than 32 cores, this update uses the "push" rather than "pull" approach and provides multiple changes to the scheduling of rq locks. As a result, machines no longer suffer from multiplied latencies on large CPU systems. (BZ#1282597) * Previously, the SFC driver for 10 GB cards executed polling in NAPI mode, using a locking mechanism similar to a "trylock". Consequently, when running on a Realtime kernel, a livelock could occur. This update modifies the locking mechanism so that once the lock is taken it is not released until the operation is complete. (BZ#1282609) All kernel-rt users are advised to upgrade to these updated packages, which correct these issues and add these enhancements. The system must be rebooted for this update to take effect.
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.



{
  "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": "Updated kernel-rt packages that fix two security issues, several bugs, and\nadd various enhancements are now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having Important security\nimpact. Common Vulnerability Scoring System (CVSS) base scores, which give\ndetailed severity ratings, are available for each vulnerability from the\nCVE links in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "The kernel-rt packages contain the Linux kernel, the core of any Linux\noperating system.\n\n* It was found that the Linux kernel\u0027s keys subsystem did not correctly\ngarbage collect uninstantiated keyrings. A local attacker could use this\nflaw to crash the system or, potentially, escalate their privileges on the\nsystem. (CVE-2015-7872, Important)\n\n* A flaw was found in the way the Linux kernel handled IRET faults during\nthe processing of NMIs. An unprivileged, local user could use this flaw to\ncrash the system or, potentially (although highly unlikely), escalate their\nprivileges on the system. (CVE-2015-5157, Moderate)\n\nThe kernel-rt packages have been upgraded to version 3.10.0-327.10.1, which\nprovides a number of bug fixes and enhancements, including:\n\n* [md] dm: fix AB-BA deadlock in __dm_destroy() \n\n* [md] revert \"dm-mpath: fix stalls when handling invalid ioctl\n\n* [cpufreq] intel_pstate: Fix limits-\u003emax_perf and limits-\u003emax_policy_pct\nrounding errors\n\n* [cpufreq] revert \"intel_pstate: fix rounding error in max_freq_pct\"\n\n* [crypto] nx: 842 - Add CRC and validation support\n\n* [of] return NUMA_NO_NODE from fallback of_node_to_nid()\n\n(BZ#1282591)\n\nThis update also fixes the following bugs:\n\n* Because the realtime kernel replaces most of the spinlocks with\nrtmutexes, the locking scheme used in both NAPI polling and busy polling\ncould become out of synchronization with the State Machine they protected.\nThis could cause system performance degradation or even a livelock\nsituation when a machine with faster NICs (10g or 40g) was subject to a\nheavy pressure receiving network packets. The locking schemes on NAPI\npolling and busy polling routines have been hardened to enforce the State\nmachine sanity to help ensure the system continues to function properly\nunder pressure. (BZ#1293230)\n\n* A possible livelock in the NAPI polling and busy polling routines could\nlead the system to a livelock on threads running at high, realtime,\npriorities. The threads running at priorities lower than the ones of the\nthreads involved in the livelock were prevented from running on the CPUs\naffected by the livelock. Among those lower priority threads are the rcuc/\nthreads. With this update, right before (4 jiffies) a RCU stall is\ndetected, the rcuc/ threads on the CPUs facing the livelock have their\npriorities boosted above the priority of the threads involved in the\nlivelock. The softirq code has also been updated to be more robust.\nThese modifications allow the rcuc/ threads to execute even under system\npressure, mitigating the RCU stalls. (BZ#1293229)\n\n* Multiple CPUs trying to take an rq lock previously caused large latencies\non machines with many CPUs. On systems with more than 32 cores, this update\nuses the \"push\" rather than \"pull\" approach and provides multiple changes\nto the scheduling of rq locks. As a result, machines no longer suffer from\nmultiplied latencies on large CPU systems. (BZ#1282597)\n\n* Previously, the SFC driver for 10 GB cards executed polling in NAPI mode,\nusing a locking mechanism similar to a \"trylock\". Consequently, when\nrunning on a Realtime kernel, a livelock could occur. This update modifies\nthe locking mechanism so that once the lock is taken it is not released\nuntil the operation is complete. (BZ#1282609)\n\nAll kernel-rt users are advised to upgrade to these updated packages, which\ncorrect these issues and add these enhancements. The system must be\nrebooted for this update to take effect.",
        "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-2016:0212",
        "url": "https://access.redhat.com/errata/RHSA-2016:0212"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "1259577",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1259577"
      },
      {
        "category": "external",
        "summary": "1272371",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1272371"
      },
      {
        "category": "external",
        "summary": "1282591",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1282591"
      },
      {
        "category": "external",
        "summary": "1293229",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1293229"
      },
      {
        "category": "external",
        "summary": "1293230",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1293230"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2016/rhsa-2016_0212.json"
      }
    ],
    "title": "Red Hat Security Advisory: kernel-rt security, bug fix, and enhancement update",
    "tracking": {
      "current_release_date": "2024-11-14T17:19:00+00:00",
      "generator": {
        "date": "2024-11-14T17:19:00+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.2.0"
        }
      },
      "id": "RHSA-2016:0212",
      "initial_release_date": "2016-02-16T10:46:40+00:00",
      "revision_history": [
        {
          "date": "2016-02-16T10:46:40+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2016-02-16T10:46:40+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2024-11-14T17:19:00+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 for Real Time for NFV (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux for Real Time for NFV (v. 7)",
                  "product_id": "7Server-NFV-7.2.Z",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_extras_rt:7"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Realtime (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux Realtime (v. 7)",
                  "product_id": "7Server-RT-7.2.Z",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_extras_rt:7"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-rt-debug-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                "product": {
                  "name": "kernel-rt-debug-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_id": "kernel-rt-debug-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug@3.10.0-327.10.1.rt56.211.el7_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                "product": {
                  "name": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_id": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@3.10.0-327.10.1.rt56.211.el7_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-trace-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                "product": {
                  "name": "kernel-rt-trace-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_id": "kernel-rt-trace-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-trace@3.10.0-327.10.1.rt56.211.el7_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-trace-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                "product": {
                  "name": "kernel-rt-trace-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_id": "kernel-rt-trace-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-trace-devel@3.10.0-327.10.1.rt56.211.el7_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                "product": {
                  "name": "kernel-rt-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_id": "kernel-rt-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-devel@3.10.0-327.10.1.rt56.211.el7_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                "product": {
                  "name": "kernel-rt-debug-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_id": "kernel-rt-debug-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@3.10.0-327.10.1.rt56.211.el7_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                "product": {
                  "name": "kernel-rt-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_id": "kernel-rt-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@3.10.0-327.10.1.rt56.211.el7_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-trace-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                "product": {
                  "name": "kernel-rt-trace-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_id": "kernel-rt-trace-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-trace-debuginfo@3.10.0-327.10.1.rt56.211.el7_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                "product": {
                  "name": "kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_id": "kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt@3.10.0-327.10.1.rt56.211.el7_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                "product": {
                  "name": "kernel-rt-debug-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_id": "kernel-rt-debug-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@3.10.0-327.10.1.rt56.211.el7_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                "product": {
                  "name": "kernel-rt-debug-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_id": "kernel-rt-debug-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@3.10.0-327.10.1.rt56.211.el7_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                "product": {
                  "name": "kernel-rt-debug-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_id": "kernel-rt-debug-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-kvm-debuginfo@3.10.0-327.10.1.rt56.211.el7_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                "product": {
                  "name": "kernel-rt-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_id": "kernel-rt-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-kvm@3.10.0-327.10.1.rt56.211.el7_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-trace-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                "product": {
                  "name": "kernel-rt-trace-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_id": "kernel-rt-trace-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-trace-kvm@3.10.0-327.10.1.rt56.211.el7_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-trace-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                "product": {
                  "name": "kernel-rt-trace-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_id": "kernel-rt-trace-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-trace-kvm-debuginfo@3.10.0-327.10.1.rt56.211.el7_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                "product": {
                  "name": "kernel-rt-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_id": "kernel-rt-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-kvm-debuginfo@3.10.0-327.10.1.rt56.211.el7_2?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-rt-doc-0:3.10.0-327.10.1.rt56.211.el7_2.noarch",
                "product": {
                  "name": "kernel-rt-doc-0:3.10.0-327.10.1.rt56.211.el7_2.noarch",
                  "product_id": "kernel-rt-doc-0:3.10.0-327.10.1.rt56.211.el7_2.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-doc@3.10.0-327.10.1.rt56.211.el7_2?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.src",
                "product": {
                  "name": "kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.src",
                  "product_id": "kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt@3.10.0-327.10.1.rt56.211.el7_2?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.src as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)",
          "product_id": "7Server-NFV-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.src"
        },
        "product_reference": "kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.src",
        "relates_to_product_reference": "7Server-NFV-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)",
          "product_id": "7Server-NFV-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-NFV-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)",
          "product_id": "7Server-NFV-7.2.Z:kernel-rt-debug-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-debug-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-NFV-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)",
          "product_id": "7Server-NFV-7.2.Z:kernel-rt-debug-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-NFV-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)",
          "product_id": "7Server-NFV-7.2.Z:kernel-rt-debug-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-debug-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-NFV-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)",
          "product_id": "7Server-NFV-7.2.Z:kernel-rt-debug-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-debug-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-NFV-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)",
          "product_id": "7Server-NFV-7.2.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-debug-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-NFV-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)",
          "product_id": "7Server-NFV-7.2.Z:kernel-rt-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-NFV-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)",
          "product_id": "7Server-NFV-7.2.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-NFV-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)",
          "product_id": "7Server-NFV-7.2.Z:kernel-rt-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-NFV-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-doc-0:3.10.0-327.10.1.rt56.211.el7_2.noarch as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)",
          "product_id": "7Server-NFV-7.2.Z:kernel-rt-doc-0:3.10.0-327.10.1.rt56.211.el7_2.noarch"
        },
        "product_reference": "kernel-rt-doc-0:3.10.0-327.10.1.rt56.211.el7_2.noarch",
        "relates_to_product_reference": "7Server-NFV-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)",
          "product_id": "7Server-NFV-7.2.Z:kernel-rt-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-NFV-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)",
          "product_id": "7Server-NFV-7.2.Z:kernel-rt-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-NFV-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-trace-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)",
          "product_id": "7Server-NFV-7.2.Z:kernel-rt-trace-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-trace-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-NFV-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-trace-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)",
          "product_id": "7Server-NFV-7.2.Z:kernel-rt-trace-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-trace-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-NFV-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-trace-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)",
          "product_id": "7Server-NFV-7.2.Z:kernel-rt-trace-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-trace-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-NFV-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-trace-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)",
          "product_id": "7Server-NFV-7.2.Z:kernel-rt-trace-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-trace-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-NFV-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-trace-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)",
          "product_id": "7Server-NFV-7.2.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-trace-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-NFV-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.src as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.src"
        },
        "product_reference": "kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.src",
        "relates_to_product_reference": "7Server-RT-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-RT-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.2.Z:kernel-rt-debug-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-debug-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-RT-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.2.Z:kernel-rt-debug-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-RT-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.2.Z:kernel-rt-debug-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-debug-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-RT-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.2.Z:kernel-rt-debug-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-debug-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-RT-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.2.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-debug-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-RT-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.2.Z:kernel-rt-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-RT-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.2.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-RT-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.2.Z:kernel-rt-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-RT-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-doc-0:3.10.0-327.10.1.rt56.211.el7_2.noarch as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.2.Z:kernel-rt-doc-0:3.10.0-327.10.1.rt56.211.el7_2.noarch"
        },
        "product_reference": "kernel-rt-doc-0:3.10.0-327.10.1.rt56.211.el7_2.noarch",
        "relates_to_product_reference": "7Server-RT-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.2.Z:kernel-rt-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-RT-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.2.Z:kernel-rt-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-RT-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-trace-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.2.Z:kernel-rt-trace-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-trace-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-RT-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-trace-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.2.Z:kernel-rt-trace-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-trace-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-RT-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-trace-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.2.Z:kernel-rt-trace-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-trace-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-RT-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-trace-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.2.Z:kernel-rt-trace-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-trace-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-RT-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-trace-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.2.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        },
        "product_reference": "kernel-rt-trace-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
        "relates_to_product_reference": "7Server-RT-7.2.Z"
      }
    ]
  },
  "vulnerabilities": [
    {
      "acknowledgments": [
        {
          "names": [
            "Andy Lutomirski"
          ]
        }
      ],
      "cve": "CVE-2015-5157",
      "cwe": {
        "id": "CWE-435",
        "name": "Improper Interaction Between Multiple Correctly-Behaving Entities"
      },
      "discovery_date": "2015-07-14T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1259577"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the way the Linux kernel handled IRET faults during the processing of NMIs. An unprivileged, local user could use this flaw to crash the system or, potentially (although highly unlikely), escalate their privileges on the system.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: x86-64: IRET faults during NMIs processing",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This issue does affect the Linux kernel packages as shipped with Red Hat Enterprise Linux 5, 6, 7 and Red Hat Enterprise MRG 2. Future updates in the respective releases may address this flaw.\n\nRed Hat Enterprise Linux 5 is now in Production 3 Phase of the support and maintenance life cycle. This has been rated as having Moderate security impact and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.",
          "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": [
          "7Server-NFV-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.src",
          "7Server-NFV-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-debug-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-debug-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-debug-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-debug-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-doc-0:3.10.0-327.10.1.rt56.211.el7_2.noarch",
          "7Server-NFV-7.2.Z:kernel-rt-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-trace-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-trace-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-trace-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-trace-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.src",
          "7Server-RT-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-debug-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-debug-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-debug-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-debug-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-doc-0:3.10.0-327.10.1.rt56.211.el7_2.noarch",
          "7Server-RT-7.2.Z:kernel-rt-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-trace-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-trace-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-trace-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-trace-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2015-5157"
        },
        {
          "category": "external",
          "summary": "RHBZ#1259577",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1259577"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2015-5157",
          "url": "https://www.cve.org/CVERecord?id=CVE-2015-5157"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-5157",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-5157"
        }
      ],
      "release_date": "2015-07-22T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2016-02-16T10:46:40+00:00",
          "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Server-NFV-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.src",
            "7Server-NFV-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debug-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debug-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debug-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debug-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-doc-0:3.10.0-327.10.1.rt56.211.el7_2.noarch",
            "7Server-NFV-7.2.Z:kernel-rt-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-trace-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-trace-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-trace-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-trace-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.src",
            "7Server-RT-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debug-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debug-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debug-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debug-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-doc-0:3.10.0-327.10.1.rt56.211.el7_2.noarch",
            "7Server-RT-7.2.Z:kernel-rt-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-trace-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-trace-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-trace-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-trace-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2016:0212"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "HIGH",
            "accessVector": "LOCAL",
            "authentication": "NONE",
            "availabilityImpact": "COMPLETE",
            "baseScore": 6.2,
            "confidentialityImpact": "COMPLETE",
            "integrityImpact": "COMPLETE",
            "vectorString": "AV:L/AC:H/Au:N/C:C/I:C/A:C",
            "version": "2.0"
          },
          "products": [
            "7Server-NFV-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.src",
            "7Server-NFV-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debug-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debug-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debug-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debug-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-doc-0:3.10.0-327.10.1.rt56.211.el7_2.noarch",
            "7Server-NFV-7.2.Z:kernel-rt-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-trace-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-trace-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-trace-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-trace-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.src",
            "7Server-RT-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debug-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debug-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debug-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debug-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-doc-0:3.10.0-327.10.1.rt56.211.el7_2.noarch",
            "7Server-RT-7.2.Z:kernel-rt-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-trace-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-trace-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-trace-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-trace-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: x86-64: IRET faults during NMIs processing"
    },
    {
      "cve": "CVE-2015-7872",
      "cwe": {
        "id": "CWE-456",
        "name": "Missing Initialization of a Variable"
      },
      "discovery_date": "2015-10-15T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1272371"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "It was found that the Linux kernel\u0027s keys subsystem did not correctly garbage collect uninstantiated keyrings. A local attacker could use this flaw to crash the system or, potentially, escalate their privileges on the system.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: Keyrings crash triggerable by unprivileged user",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This issue affects the Linux kernels as shipped with Red Hat Enterprise Linux 6 , 7 and Red Hat MRG 2. Future updates for the respective releases may address this flaw.",
          "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": [
          "7Server-NFV-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.src",
          "7Server-NFV-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-debug-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-debug-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-debug-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-debug-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-doc-0:3.10.0-327.10.1.rt56.211.el7_2.noarch",
          "7Server-NFV-7.2.Z:kernel-rt-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-trace-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-trace-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-trace-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-trace-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-NFV-7.2.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.src",
          "7Server-RT-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-debug-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-debug-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-debug-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-debug-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-doc-0:3.10.0-327.10.1.rt56.211.el7_2.noarch",
          "7Server-RT-7.2.Z:kernel-rt-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-trace-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-trace-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-trace-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-trace-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
          "7Server-RT-7.2.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2015-7872"
        },
        {
          "category": "external",
          "summary": "RHBZ#1272371",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1272371"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2015-7872",
          "url": "https://www.cve.org/CVERecord?id=CVE-2015-7872"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-7872",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-7872"
        }
      ],
      "release_date": "2015-10-12T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2016-02-16T10:46:40+00:00",
          "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Server-NFV-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.src",
            "7Server-NFV-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debug-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debug-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debug-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debug-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-doc-0:3.10.0-327.10.1.rt56.211.el7_2.noarch",
            "7Server-NFV-7.2.Z:kernel-rt-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-trace-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-trace-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-trace-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-trace-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.src",
            "7Server-RT-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debug-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debug-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debug-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debug-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-doc-0:3.10.0-327.10.1.rt56.211.el7_2.noarch",
            "7Server-RT-7.2.Z:kernel-rt-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-trace-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-trace-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-trace-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-trace-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2016:0212"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "LOW",
            "accessVector": "LOCAL",
            "authentication": "NONE",
            "availabilityImpact": "COMPLETE",
            "baseScore": 7.2,
            "confidentialityImpact": "COMPLETE",
            "integrityImpact": "COMPLETE",
            "vectorString": "AV:L/AC:L/Au:N/C:C/I:C/A:C",
            "version": "2.0"
          },
          "products": [
            "7Server-NFV-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.src",
            "7Server-NFV-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debug-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debug-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debug-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debug-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-doc-0:3.10.0-327.10.1.rt56.211.el7_2.noarch",
            "7Server-NFV-7.2.Z:kernel-rt-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-trace-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-trace-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-trace-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-trace-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-NFV-7.2.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.src",
            "7Server-RT-7.2.Z:kernel-rt-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debug-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debug-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debug-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debug-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-doc-0:3.10.0-327.10.1.rt56.211.el7_2.noarch",
            "7Server-RT-7.2.Z:kernel-rt-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-trace-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-trace-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-trace-devel-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-trace-kvm-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64",
            "7Server-RT-7.2.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-327.10.1.rt56.211.el7_2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: Keyrings crash triggerable by unprivileged user"
    }
  ]
}


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 seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.