rhsa-2015_1788
Vulnerability from csaf_redhat
Published
2015-09-15 09:38
Modified
2024-11-05 19:02
Summary
Red Hat Security Advisory: kernel-rt security, bug fix, and enhancement update

Notes

Topic
Updated kernel-rt packages that fix multiple 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. * A flaw was found in the kernel's implementation of the Berkeley Packet Filter (BPF). A local attacker could craft BPF code to crash the system by creating a situation in which the JIT compiler would fail to correctly optimize the JIT image on the last pass. This would lead to the CPU executing instructions that were not part of the JIT code. (CVE-2015-4700, Important) * Two flaws were found in the way the Linux kernel's networking implementation handled UDP packets with incorrect checksum values. A remote attacker could potentially use these flaws to trigger an infinite loop in the kernel, resulting in a denial of service on the system, or cause a denial of service in applications using the edge triggered epoll functionality. (CVE-2015-5364, CVE-2015-5366, Important) * A flaw was found in the way the Linux kernel's ext4 file system handled the "page size > block size" condition when the fallocate zero range functionality was used. A local attacker could use this flaw to crash the system. (CVE-2015-0275, Moderate) * It was found that the Linux kernel's keyring implementation would leak memory when adding a key to a keyring via the add_key() function. A local attacker could use this flaw to exhaust all available memory on the system. (CVE-2015-1333, Moderate) * A race condition flaw was found in the way the Linux kernel's SCTP implementation handled Address Configuration lists when performing Address Configuration Change (ASCONF). A local attacker could use this flaw to crash the system via a race condition triggered by setting certain ASCONF options on a socket. (CVE-2015-3212, Moderate) * An information leak flaw was found in the way the Linux kernel's Virtual Dynamic Shared Object (vDSO) implementation performed address randomization. A local, unprivileged user could use this flaw to leak kernel memory addresses to user-space. (CVE-2014-9585, Low) Red Hat would like to thank Daniel Borkmann for reporting CVE-2015-4700, and Canonical for reporting the CVE-2015-1333 issue. The CVE-2015-0275 issue was discovered by Xiong Zhou of Red Hat, and the CVE-2015-3212 issue was discovered by Ji Jianwen of Red Hat Engineering. The kernel-rt packages have been upgraded to version 3.10.0-229.13.1, which provides a number of bug fixes and enhancements over the previous version, including: * Fix regression in scsi_send_eh_cmnd() * boot hangs at "Console: switching to colour dummy device 80x25" * Update tcp stack to 3.17 kernel * Missing some code from patch "(...) Fix VGA switcheroo problem related to hotplug" * ksoftirqd high CPU usage due to stray tasklet from ioatdma driver * During Live Partition Mobility (LPM) testing, RHEL 7.1 LPARs will crash in kmem_cache_alloc (BZ#1253809) This update also fixes the following bug: * The hwlat_detector.ko module samples the clock and records any intervals between reads that exceed a specified threshold. However, the module previously tracked the maximum interval seen for the "inner" interval but did not record when the "outer" interval was greater. A patch has been applied to fix this bug, and hwlat_detector.ko now correctly records if the outer interval is the maximal interval encountered during the run. (BZ#1252365) 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 multiple security issues, several bugs,\nand add various enhancements are now available for Red Hat Enterprise\nLinux 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* A flaw was found in the kernel\u0027s implementation of the Berkeley Packet\nFilter (BPF). A local attacker could craft BPF code to crash the system by\ncreating a situation in which the JIT compiler would fail to correctly\noptimize the JIT image on the last pass. This would lead to the CPU\nexecuting instructions that were not part of the JIT code. (CVE-2015-4700,\nImportant)\n\n* Two flaws were found in the way the Linux kernel\u0027s networking\nimplementation handled UDP packets with incorrect checksum values. A remote\nattacker could potentially use these flaws to trigger an infinite loop in\nthe kernel, resulting in a denial of service on the system, or cause a\ndenial of service in applications using the edge triggered epoll\nfunctionality. (CVE-2015-5364, CVE-2015-5366, Important)\n\n* A flaw was found in the way the Linux kernel\u0027s ext4 file system handled\nthe \"page size \u003e block size\" condition when the fallocate zero range\nfunctionality was used. A local attacker could use this flaw to crash the\nsystem. (CVE-2015-0275, Moderate)\n\n* It was found that the Linux kernel\u0027s keyring implementation would leak\nmemory when adding a key to a keyring via the add_key() function. A local\nattacker could use this flaw to exhaust all available memory on the system.\n(CVE-2015-1333, Moderate)\n\n* A race condition flaw was found in the way the Linux kernel\u0027s SCTP\nimplementation handled Address Configuration lists when performing Address\nConfiguration Change (ASCONF). A local attacker could use this flaw to\ncrash the system via a race condition triggered by setting certain ASCONF\noptions on a socket. (CVE-2015-3212, Moderate)\n\n* An information leak flaw was found in the way the Linux kernel\u0027s Virtual\nDynamic Shared Object (vDSO) implementation performed address\nrandomization. A local, unprivileged user could use this flaw to leak\nkernel memory addresses to user-space. (CVE-2014-9585, Low)\n\nRed Hat would like to thank Daniel Borkmann for reporting CVE-2015-4700,\nand Canonical for reporting the CVE-2015-1333 issue. The CVE-2015-0275\nissue was discovered by Xiong Zhou of Red Hat, and the CVE-2015-3212 issue\nwas discovered by Ji Jianwen of Red Hat Engineering.\n\nThe kernel-rt packages have been upgraded to version 3.10.0-229.13.1, which\nprovides a number of bug fixes and enhancements over the previous version,\nincluding:\n\n* Fix regression in scsi_send_eh_cmnd()\n\n* boot hangs at \"Console: switching to colour dummy device 80x25\"\n\n* Update tcp stack to 3.17 kernel\n\n* Missing some code from patch \"(...) Fix VGA switcheroo problem related to\nhotplug\"\n\n* ksoftirqd high CPU usage due to stray tasklet from ioatdma driver\n\n* During Live Partition Mobility (LPM) testing, RHEL 7.1 LPARs will crash\nin kmem_cache_alloc\n\n(BZ#1253809)\n\nThis update also fixes the following bug:\n\n* The hwlat_detector.ko module samples the clock and records any intervals\nbetween reads that exceed a specified threshold. However, the module\npreviously tracked the maximum interval seen for the \"inner\" interval but\ndid not record when the \"outer\" interval was greater. A patch has been\napplied to fix this bug, and hwlat_detector.ko now correctly records if the\nouter interval is the maximal interval encountered during the run.\n(BZ#1252365)\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-2015:1788",
        "url": "https://access.redhat.com/errata/RHSA-2015:1788"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "1181054",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1181054"
      },
      {
        "category": "external",
        "summary": "1193907",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1193907"
      },
      {
        "category": "external",
        "summary": "1226442",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1226442"
      },
      {
        "category": "external",
        "summary": "1233615",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1233615"
      },
      {
        "category": "external",
        "summary": "1239029",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1239029"
      },
      {
        "category": "external",
        "summary": "1245658",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1245658"
      },
      {
        "category": "external",
        "summary": "1253809",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1253809"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2015/rhsa-2015_1788.json"
      }
    ],
    "title": "Red Hat Security Advisory: kernel-rt security, bug fix, and enhancement update",
    "tracking": {
      "current_release_date": "2024-11-05T19:02:31+00:00",
      "generator": {
        "date": "2024-11-05T19:02:31+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.1.1"
        }
      },
      "id": "RHSA-2015:1788",
      "initial_release_date": "2015-09-15T09:38:06+00:00",
      "revision_history": [
        {
          "date": "2015-09-15T09:38:06+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2015-09-15T09:38:06+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2024-11-05T19:02:31+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 Realtime (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux Realtime (v. 7)",
                  "product_id": "7Server-RT-7.1.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-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                "product": {
                  "name": "kernel-rt-debug-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                  "product_id": "kernel-rt-debug-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@3.10.0-229.14.1.rt56.141.13.el7_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                "product": {
                  "name": "kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                  "product_id": "kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-devel@3.10.0-229.14.1.rt56.141.13.el7_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                "product": {
                  "name": "kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                  "product_id": "kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-trace@3.10.0-229.14.1.rt56.141.13.el7_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                "product": {
                  "name": "kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                  "product_id": "kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@3.10.0-229.14.1.rt56.141.13.el7_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                "product": {
                  "name": "kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                  "product_id": "kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug@3.10.0-229.14.1.rt56.141.13.el7_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                "product": {
                  "name": "kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                  "product_id": "kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-trace-debuginfo@3.10.0-229.14.1.rt56.141.13.el7_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                "product": {
                  "name": "kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                  "product_id": "kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt@3.10.0-229.14.1.rt56.141.13.el7_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                "product": {
                  "name": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                  "product_id": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@3.10.0-229.14.1.rt56.141.13.el7_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                "product": {
                  "name": "kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                  "product_id": "kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-trace-devel@3.10.0-229.14.1.rt56.141.13.el7_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                "product": {
                  "name": "kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                  "product_id": "kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@3.10.0-229.14.1.rt56.141.13.el7_1?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src",
                "product": {
                  "name": "kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src",
                  "product_id": "kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt@3.10.0-229.14.1.rt56.141.13.el7_1?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch",
                "product": {
                  "name": "kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch",
                  "product_id": "kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-doc@3.10.0-229.14.1.rt56.141.13.el7_1?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src"
        },
        "product_reference": "kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src",
        "relates_to_product_reference": "7Server-RT-7.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
        },
        "product_reference": "kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
        "relates_to_product_reference": "7Server-RT-7.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.1.Z:kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
        "relates_to_product_reference": "7Server-RT-7.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.1.Z:kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
        "relates_to_product_reference": "7Server-RT-7.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.1.Z:kernel-rt-debug-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
        "relates_to_product_reference": "7Server-RT-7.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.1.Z:kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
        "relates_to_product_reference": "7Server-RT-7.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.1.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
        "relates_to_product_reference": "7Server-RT-7.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.1.Z:kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
        },
        "product_reference": "kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
        "relates_to_product_reference": "7Server-RT-7.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.1.Z:kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch"
        },
        "product_reference": "kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch",
        "relates_to_product_reference": "7Server-RT-7.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.1.Z:kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
        },
        "product_reference": "kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
        "relates_to_product_reference": "7Server-RT-7.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.1.Z:kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
        },
        "product_reference": "kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
        "relates_to_product_reference": "7Server-RT-7.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)",
          "product_id": "7Server-RT-7.1.Z:kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
        },
        "product_reference": "kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
        "relates_to_product_reference": "7Server-RT-7.1.Z"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2014-9585",
      "discovery_date": "2015-01-12T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1181054"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "An information leak flaw was found in the way the Linux kernel\u0027s Virtual Dynamic Shared Object (vDSO) implementation performed address randomization. A local, unprivileged user could use this flaw to leak kernel memory addresses to user-space.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: ASLR bruteforce possible for vdso library",
          "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": [
          "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src",
          "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debug-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch",
          "7Server-RT-7.1.Z:kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2014-9585"
        },
        {
          "category": "external",
          "summary": "RHBZ#1181054",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1181054"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2014-9585",
          "url": "https://www.cve.org/CVERecord?id=CVE-2014-9585"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2014-9585",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2014-9585"
        }
      ],
      "release_date": "2014-12-11T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2015-09-15T09:38:06+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-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src",
            "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch",
            "7Server-RT-7.1.Z:kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2015:1788"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "LOCAL",
            "authentication": "NONE",
            "availabilityImpact": "NONE",
            "baseScore": 1.9,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "NONE",
            "vectorString": "AV:L/AC:M/Au:N/C:P/I:N/A:N",
            "version": "2.0"
          },
          "products": [
            "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src",
            "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch",
            "7Server-RT-7.1.Z:kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "kernel: ASLR bruteforce possible for vdso library"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Xiong Zhou"
          ],
          "organization": "Red Hat",
          "summary": "This issue was discovered by Red Hat."
        }
      ],
      "cve": "CVE-2015-0275",
      "discovery_date": "2015-02-17T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1193907"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the way the Linux kernel\u0027s ext4 file system handled the \"page size \u003e block size\" condition when the fallocate zero range functionality was used. A local attacker could use this flaw to crash the system.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: fs: ext4: fallocate zero range page size \u003e block size BUG()",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This issue does not affect the Linux kernel packages as shipped with Red Hat Enterprise Linux 5 and 6. This issue does affect the Linux kernel packages as shipped with Red Hat Enterprise Linux 7 and Red Hat Enterprise MRG 2. Future updates in the respective releases may address this issue.",
          "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-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src",
          "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debug-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch",
          "7Server-RT-7.1.Z:kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2015-0275"
        },
        {
          "category": "external",
          "summary": "RHBZ#1193907",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1193907"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2015-0275",
          "url": "https://www.cve.org/CVERecord?id=CVE-2015-0275"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-0275",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-0275"
        }
      ],
      "release_date": "2015-02-18T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2015-09-15T09:38:06+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-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src",
            "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch",
            "7Server-RT-7.1.Z:kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2015:1788"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "LOCAL",
            "authentication": "NONE",
            "availabilityImpact": "COMPLETE",
            "baseScore": 4.7,
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "vectorString": "AV:L/AC:M/Au:N/C:N/I:N/A:C",
            "version": "2.0"
          },
          "products": [
            "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src",
            "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch",
            "7Server-RT-7.1.Z:kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: fs: ext4: fallocate zero range page size \u003e block size BUG()"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Canonical"
          ]
        }
      ],
      "cve": "CVE-2015-1333",
      "cwe": {
        "id": "CWE-401",
        "name": "Missing Release of Memory after Effective Lifetime"
      },
      "discovery_date": "2015-07-17T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1245658"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "It was found that the Linux kernel\u0027s keyring implementation would leak memory when adding a key to a keyring via the add_key() function. A local attacker could use this flaw to exhaust all available memory on the system.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: denial of service due to memory leak in add_key()",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This issue does not affect the Linux kernel packages as shipped with Red Hat Enterprise Linux 5 and 6.",
          "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-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src",
          "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debug-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch",
          "7Server-RT-7.1.Z:kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2015-1333"
        },
        {
          "category": "external",
          "summary": "RHBZ#1245658",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1245658"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2015-1333",
          "url": "https://www.cve.org/CVERecord?id=CVE-2015-1333"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-1333",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-1333"
        }
      ],
      "release_date": "2015-07-27T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2015-09-15T09:38:06+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-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src",
            "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch",
            "7Server-RT-7.1.Z:kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2015:1788"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "LOW",
            "accessVector": "LOCAL",
            "authentication": "NONE",
            "availabilityImpact": "COMPLETE",
            "baseScore": 4.9,
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "vectorString": "AV:L/AC:L/Au:N/C:N/I:N/A:C",
            "version": "2.0"
          },
          "products": [
            "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src",
            "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch",
            "7Server-RT-7.1.Z:kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: denial of service due to memory leak in add_key()"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Ji Jianwen"
          ],
          "organization": "Red Hat Engineering",
          "summary": "This issue was discovered by Red Hat."
        }
      ],
      "cve": "CVE-2015-3212",
      "cwe": {
        "id": "CWE-667",
        "name": "Improper Locking"
      },
      "discovery_date": "2015-06-17T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1226442"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A race condition flaw was found in the way the Linux kernel\u0027s SCTP implementation handled Address Configuration lists when performing Address Configuration Change (ASCONF). A local attacker could use this flaw to crash the system via a race condition triggered by setting certain ASCONF options on a socket.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: SCTP race condition allows list corruption and panic from userlevel",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This issue does not affect the Linux kernels as shipped with Red Hat Enterprise Linux 5.\n\nThis issue affects the Linux kernels as shipped with Red Hat Enterprise Linux 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": [
          "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src",
          "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debug-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch",
          "7Server-RT-7.1.Z:kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2015-3212"
        },
        {
          "category": "external",
          "summary": "RHBZ#1226442",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1226442"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2015-3212",
          "url": "https://www.cve.org/CVERecord?id=CVE-2015-3212"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-3212",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-3212"
        }
      ],
      "release_date": "2015-06-30T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2015-09-15T09:38:06+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-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src",
            "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch",
            "7Server-RT-7.1.Z:kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2015:1788"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "LOW",
            "accessVector": "LOCAL",
            "authentication": "NONE",
            "availabilityImpact": "COMPLETE",
            "baseScore": 5.6,
            "confidentialityImpact": "NONE",
            "integrityImpact": "PARTIAL",
            "vectorString": "AV:L/AC:L/Au:N/C:N/I:P/A:C",
            "version": "2.0"
          },
          "products": [
            "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src",
            "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch",
            "7Server-RT-7.1.Z:kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: SCTP race condition allows list corruption and panic from userlevel"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Daniel Borkmann"
          ]
        }
      ],
      "cve": "CVE-2015-4700",
      "cwe": {
        "id": "CWE-665",
        "name": "Improper Initialization"
      },
      "discovery_date": "2015-05-28T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1233615"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the kernel\u0027s implementation of the Berkeley Packet Filter (BPF). A local attacker could craft BPF code to crash the system by creating a situation in which the JIT compiler would fail to correctly optimize the JIT image on the last pass. This would lead to the CPU executing instructions that were not part of the JIT code.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: Crafted BPF filters may crash kernel during JIT optimisation",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This issue does not affect the Linux kernels as shipped with Red Hat Enterprise Linux 5 and 6 as it does not contain the affected code. This does not affect the Red Hat Enterprise MRG 2 as it does not enable the affected code at compile time.\n\nThis issue affects the Linux kernels as shipped with Red Hat Enterprise Linux 7.",
          "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-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src",
          "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debug-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch",
          "7Server-RT-7.1.Z:kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2015-4700"
        },
        {
          "category": "external",
          "summary": "RHBZ#1233615",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1233615"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2015-4700",
          "url": "https://www.cve.org/CVERecord?id=CVE-2015-4700"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-4700",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-4700"
        }
      ],
      "release_date": "2015-06-23T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2015-09-15T09:38:06+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-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src",
            "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch",
            "7Server-RT-7.1.Z:kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2015:1788"
        },
        {
          "category": "workaround",
          "details": "This issue does not affect most systems by default. An administrator would need to have enabled the BPF JIT to be affected.\n\nIt can be disabled immediately with the command:\n\n#   echo 0 \u003e /proc/sys/net/core/bpf_jit_enable\n\nOr it can be disabled for all subsequent boots of the system by setting a value in  /etc/sysctl.d/44-bpf-jit-disable\n\n## start file ##\n\nnet.core.bpf_jit_enable=0\n\n## end file ##",
          "product_ids": [
            "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src",
            "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch",
            "7Server-RT-7.1.Z:kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
          ]
        }
      ],
      "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-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src",
            "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch",
            "7Server-RT-7.1.Z:kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: Crafted BPF filters may crash kernel during JIT optimisation"
    },
    {
      "cve": "CVE-2015-5364",
      "cwe": {
        "id": "CWE-835",
        "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
      },
      "discovery_date": "2015-07-01T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1239029"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the way the Linux kernel\u0027s networking implementation handled UDP packets with incorrect checksum values. A remote attacker could potentially use this flaw to trigger an infinite loop in the kernel, resulting in a denial of service on the system, or cause a denial of service in applications using the edge triggered epoll functionality.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: net: incorrect processing of checksums in UDP implementation",
          "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": [
          "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src",
          "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debug-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch",
          "7Server-RT-7.1.Z:kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2015-5364"
        },
        {
          "category": "external",
          "summary": "RHBZ#1239029",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1239029"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2015-5364",
          "url": "https://www.cve.org/CVERecord?id=CVE-2015-5364"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-5364",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-5364"
        }
      ],
      "release_date": "2015-07-01T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2015-09-15T09:38:06+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-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src",
            "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch",
            "7Server-RT-7.1.Z:kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2015:1788"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "COMPLETE",
            "baseScore": 7.1,
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:C",
            "version": "2.0"
          },
          "products": [
            "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src",
            "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch",
            "7Server-RT-7.1.Z:kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: net: incorrect processing of checksums in UDP implementation"
    },
    {
      "cve": "CVE-2015-5366",
      "cwe": {
        "id": "CWE-835",
        "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
      },
      "discovery_date": "2015-07-01T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1239029"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the way the Linux kernel\u0027s networking implementation handled UDP packets with incorrect checksum values. A remote attacker could potentially use this flaw to trigger an infinite loop in the kernel, resulting in a denial of service on the system, or cause a denial of service in applications using the edge triggered epoll functionality.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: net: incorrect processing of checksums in UDP implementation",
          "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": [
          "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src",
          "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debug-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch",
          "7Server-RT-7.1.Z:kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
          "7Server-RT-7.1.Z:kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2015-5366"
        },
        {
          "category": "external",
          "summary": "RHBZ#1239029",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1239029"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2015-5366",
          "url": "https://www.cve.org/CVERecord?id=CVE-2015-5366"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-5366",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-5366"
        }
      ],
      "release_date": "2015-07-01T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2015-09-15T09:38:06+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-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src",
            "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch",
            "7Server-RT-7.1.Z:kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2015:1788"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "COMPLETE",
            "baseScore": 7.1,
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:C",
            "version": "2.0"
          },
          "products": [
            "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.src",
            "7Server-RT-7.1.Z:kernel-rt-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debug-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-doc-0:3.10.0-229.14.1.rt56.141.13.el7_1.noarch",
            "7Server-RT-7.1.Z:kernel-rt-trace-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-debuginfo-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64",
            "7Server-RT-7.1.Z:kernel-rt-trace-devel-0:3.10.0-229.14.1.rt56.141.13.el7_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: net: incorrect processing of checksums in UDP implementation"
    }
  ]
}


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.