suse-su-2016:2018-1
Vulnerability from csaf_suse
Published
2016-08-09 15:23
Modified
2016-08-09 15:23
Summary
Security update for the Linux Kernel

Notes

Title of the patch
Security update for the Linux Kernel
Description of the patch
The SUSE Linux Enterprise 11 SP4 kernel was updated to receive various security and bugfixes. The following security bugs were fixed: - CVE-2016-5829: Multiple heap-based buffer overflows in the hiddev_ioctl_usage function in drivers/hid/usbhid/hiddev.c in the Linux kernel allowed local users to cause a denial of service or possibly have unspecified other impact via a crafted (1) HIDIOCGUSAGES or (2) HIDIOCSUSAGES ioctl call (bnc#986572). - CVE-2016-4997: The compat IPT_SO_SET_REPLACE setsockopt implementation in the netfilter subsystem in the Linux kernel allowed local users to gain privileges or cause a denial of service (memory corruption) by leveraging in-container root access to provide a crafted offset value that triggers an unintended decrement (bnc#986362). - CVE-2016-4470: The key_reject_and_link function in security/keys/key.c in the Linux kernel did not ensure that a certain data structure is initialized, which allowed local users to cause a denial of service (system crash) via vectors involving a crafted keyctl request2 command (bnc#984755). The following non-security bugs were fixed: - RDMA/cxgb4: Configure 0B MRs to match HW implementation (bsc#909589). - RDMA/cxgb4: Do not hang threads forever waiting on WR replies (bsc#909589). - RDMA/cxgb4: Fix locking issue in process_mpa_request (bsc#909589). - RDMA/cxgb4: Handle NET_XMIT return codes (bsc#909589). - RDMA/cxgb4: Increase epd buff size for debug interface (bsc#909589). - RDMA/cxgb4: Limit MRs to less than 8GB for T4/T5 devices (bsc#909589). - RDMA/cxgb4: Serialize CQ event upcalls with CQ destruction (bsc#909589). - RDMA/cxgb4: Wake up waiters after flushing the qp (bsc#909589). - bridge: superfluous skb->nfct check in br_nf_dev_queue_xmit (bsc#982544). - iucv: call skb_linearize() when needed (bnc#979915, LTC#141240). - kabi: prevent spurious modversion changes after bsc#982544 fix (bsc#982544). - mm/swap.c: flush lru pvecs on compound page arrival (bnc#983721). - mm: Fix DIF failures on ext3 filesystems (bsc#971030). - net/qlge: Avoids recursive EEH error (bsc#954847). - netfilter: bridge: Use __in6_dev_get rather than in6_dev_get in br_validate_ipv6 (bsc#982544). - netfilter: bridge: do not leak skb in error paths (bsc#982544). - netfilter: bridge: forward IPv6 fragmented packets (bsc#982544). - qeth: delete napi struct when removing a qeth device (bnc#979915, LTC#143590). - s390/mm: fix asce_bits handling with dynamic pagetable levels (bnc#979915, LTC#141456). - s390/pci: fix use after free in dma_init (bnc#979915, LTC#141626). - s390: fix test_fp_ctl inline assembly contraints (bnc#979915, LTC#143138). - sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistency (bnc#988498). - sched/cputime: Fix cpu_timer_sample_group() double accounting (bnc#988498). - sched: Provide update_curr callbacks for stop/idle scheduling classes (bnc#988498). - x86/mm/pat, /dev/mem: Remove superfluous error message (bsc#974620).
Patchnames
sdksp4-kernel-12685,slessp4-kernel-12685,slexsp3-kernel-12685
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).



{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Security update for the Linux Kernel",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "The SUSE Linux Enterprise 11 SP4 kernel was updated to receive various security and bugfixes.\n\nThe following security bugs were fixed:\n- CVE-2016-5829: Multiple heap-based buffer overflows in the hiddev_ioctl_usage function in drivers/hid/usbhid/hiddev.c in the Linux kernel allowed local users to cause a denial of service or possibly have unspecified other impact via a crafted (1) HIDIOCGUSAGES or (2) HIDIOCSUSAGES ioctl call (bnc#986572).\n- CVE-2016-4997: The compat IPT_SO_SET_REPLACE setsockopt implementation in the netfilter subsystem in the Linux kernel allowed local users to gain privileges or cause a denial of service (memory corruption) by leveraging in-container root access to provide a crafted offset value that triggers an unintended decrement (bnc#986362).\n- CVE-2016-4470: The key_reject_and_link function in security/keys/key.c in the Linux kernel did not ensure that a certain data structure is initialized, which allowed local users to cause a denial of service (system crash) via vectors involving a crafted keyctl request2 command (bnc#984755).\n\nThe following non-security bugs were fixed:\n- RDMA/cxgb4: Configure 0B MRs to match HW implementation (bsc#909589).\n- RDMA/cxgb4: Do not hang threads forever waiting on WR replies (bsc#909589).\n- RDMA/cxgb4: Fix locking issue in process_mpa_request (bsc#909589).\n- RDMA/cxgb4: Handle NET_XMIT return codes (bsc#909589).\n- RDMA/cxgb4: Increase epd buff size for debug interface (bsc#909589).\n- RDMA/cxgb4: Limit MRs to less than 8GB for T4/T5 devices (bsc#909589).\n- RDMA/cxgb4: Serialize CQ event upcalls with CQ destruction (bsc#909589).\n- RDMA/cxgb4: Wake up waiters after flushing the qp (bsc#909589).\n- bridge: superfluous skb-\u003enfct check in br_nf_dev_queue_xmit (bsc#982544).\n- iucv: call skb_linearize() when needed (bnc#979915, LTC#141240).\n- kabi: prevent spurious modversion changes after bsc#982544 fix (bsc#982544).\n- mm/swap.c: flush lru pvecs on compound page arrival (bnc#983721).\n- mm: Fix DIF failures on ext3 filesystems (bsc#971030).\n- net/qlge: Avoids recursive EEH error (bsc#954847).\n- netfilter: bridge: Use __in6_dev_get rather than in6_dev_get in br_validate_ipv6 (bsc#982544).\n- netfilter: bridge: do not leak skb in error paths (bsc#982544).\n- netfilter: bridge: forward IPv6 fragmented packets (bsc#982544).\n- qeth: delete napi struct when removing a qeth device (bnc#979915, LTC#143590).\n- s390/mm: fix asce_bits handling with dynamic pagetable levels (bnc#979915, LTC#141456).\n- s390/pci: fix use after free in dma_init (bnc#979915, LTC#141626).\n- s390: fix test_fp_ctl inline assembly contraints (bnc#979915, LTC#143138).\n- sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistency (bnc#988498).\n- sched/cputime: Fix cpu_timer_sample_group() double accounting (bnc#988498).\n- sched: Provide update_curr callbacks for stop/idle scheduling classes (bnc#988498).\n- x86/mm/pat, /dev/mem: Remove superfluous error message (bsc#974620).\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "sdksp4-kernel-12685,slessp4-kernel-12685,slexsp3-kernel-12685",
        "title": "Patchnames"
      },
      {
        "category": "legal_disclaimer",
        "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
        "title": "Terms of use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://www.suse.com/support/security/contact/",
      "name": "SUSE Product Security Team",
      "namespace": "https://www.suse.com/"
    },
    "references": [
      {
        "category": "external",
        "summary": "SUSE ratings",
        "url": "https://www.suse.com/support/security/rating/"
      },
      {
        "category": "self",
        "summary": "URL of this CSAF notice",
        "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2016_2018-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2016:2018-1",
        "url": "https://www.suse.com/support/update/announcement/2016/suse-su-20162018-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2016:2018-1",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2016-August/002201.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 909589",
        "url": "https://bugzilla.suse.com/909589"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 954847",
        "url": "https://bugzilla.suse.com/954847"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 971030",
        "url": "https://bugzilla.suse.com/971030"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 974620",
        "url": "https://bugzilla.suse.com/974620"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 979915",
        "url": "https://bugzilla.suse.com/979915"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 982544",
        "url": "https://bugzilla.suse.com/982544"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 983721",
        "url": "https://bugzilla.suse.com/983721"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 984755",
        "url": "https://bugzilla.suse.com/984755"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 986362",
        "url": "https://bugzilla.suse.com/986362"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 986572",
        "url": "https://bugzilla.suse.com/986572"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 988498",
        "url": "https://bugzilla.suse.com/988498"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-4470 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-4470/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-4997 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-4997/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-5829 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-5829/"
      }
    ],
    "title": "Security update for the Linux Kernel",
    "tracking": {
      "current_release_date": "2016-08-09T15:23:23Z",
      "generator": {
        "date": "2016-08-09T15:23:23Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2016:2018-1",
      "initial_release_date": "2016-08-09T15:23:23Z",
      "revision_history": [
        {
          "date": "2016-08-09T15:23:23Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-default-3.0.101-80.1.i586",
                "product": {
                  "name": "kernel-default-3.0.101-80.1.i586",
                  "product_id": "kernel-default-3.0.101-80.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-base-3.0.101-80.1.i586",
                "product": {
                  "name": "kernel-default-base-3.0.101-80.1.i586",
                  "product_id": "kernel-default-base-3.0.101-80.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-devel-3.0.101-80.1.i586",
                "product": {
                  "name": "kernel-default-devel-3.0.101-80.1.i586",
                  "product_id": "kernel-default-devel-3.0.101-80.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-ec2-3.0.101-80.1.i586",
                "product": {
                  "name": "kernel-ec2-3.0.101-80.1.i586",
                  "product_id": "kernel-ec2-3.0.101-80.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-ec2-base-3.0.101-80.1.i586",
                "product": {
                  "name": "kernel-ec2-base-3.0.101-80.1.i586",
                  "product_id": "kernel-ec2-base-3.0.101-80.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-ec2-devel-3.0.101-80.1.i586",
                "product": {
                  "name": "kernel-ec2-devel-3.0.101-80.1.i586",
                  "product_id": "kernel-ec2-devel-3.0.101-80.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-pae-3.0.101-80.1.i586",
                "product": {
                  "name": "kernel-pae-3.0.101-80.1.i586",
                  "product_id": "kernel-pae-3.0.101-80.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-pae-base-3.0.101-80.1.i586",
                "product": {
                  "name": "kernel-pae-base-3.0.101-80.1.i586",
                  "product_id": "kernel-pae-base-3.0.101-80.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-pae-devel-3.0.101-80.1.i586",
                "product": {
                  "name": "kernel-pae-devel-3.0.101-80.1.i586",
                  "product_id": "kernel-pae-devel-3.0.101-80.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-source-3.0.101-80.1.i586",
                "product": {
                  "name": "kernel-source-3.0.101-80.1.i586",
                  "product_id": "kernel-source-3.0.101-80.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-syms-3.0.101-80.1.i586",
                "product": {
                  "name": "kernel-syms-3.0.101-80.1.i586",
                  "product_id": "kernel-syms-3.0.101-80.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-trace-3.0.101-80.1.i586",
                "product": {
                  "name": "kernel-trace-3.0.101-80.1.i586",
                  "product_id": "kernel-trace-3.0.101-80.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-trace-base-3.0.101-80.1.i586",
                "product": {
                  "name": "kernel-trace-base-3.0.101-80.1.i586",
                  "product_id": "kernel-trace-base-3.0.101-80.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-trace-devel-3.0.101-80.1.i586",
                "product": {
                  "name": "kernel-trace-devel-3.0.101-80.1.i586",
                  "product_id": "kernel-trace-devel-3.0.101-80.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-xen-3.0.101-80.1.i586",
                "product": {
                  "name": "kernel-xen-3.0.101-80.1.i586",
                  "product_id": "kernel-xen-3.0.101-80.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-xen-base-3.0.101-80.1.i586",
                "product": {
                  "name": "kernel-xen-base-3.0.101-80.1.i586",
                  "product_id": "kernel-xen-base-3.0.101-80.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-xen-devel-3.0.101-80.1.i586",
                "product": {
                  "name": "kernel-xen-devel-3.0.101-80.1.i586",
                  "product_id": "kernel-xen-devel-3.0.101-80.1.i586"
                }
              }
            ],
            "category": "architecture",
            "name": "i586"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-default-3.0.101-80.1.ia64",
                "product": {
                  "name": "kernel-default-3.0.101-80.1.ia64",
                  "product_id": "kernel-default-3.0.101-80.1.ia64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-base-3.0.101-80.1.ia64",
                "product": {
                  "name": "kernel-default-base-3.0.101-80.1.ia64",
                  "product_id": "kernel-default-base-3.0.101-80.1.ia64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-devel-3.0.101-80.1.ia64",
                "product": {
                  "name": "kernel-default-devel-3.0.101-80.1.ia64",
                  "product_id": "kernel-default-devel-3.0.101-80.1.ia64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-source-3.0.101-80.1.ia64",
                "product": {
                  "name": "kernel-source-3.0.101-80.1.ia64",
                  "product_id": "kernel-source-3.0.101-80.1.ia64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-syms-3.0.101-80.1.ia64",
                "product": {
                  "name": "kernel-syms-3.0.101-80.1.ia64",
                  "product_id": "kernel-syms-3.0.101-80.1.ia64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-trace-3.0.101-80.1.ia64",
                "product": {
                  "name": "kernel-trace-3.0.101-80.1.ia64",
                  "product_id": "kernel-trace-3.0.101-80.1.ia64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-trace-base-3.0.101-80.1.ia64",
                "product": {
                  "name": "kernel-trace-base-3.0.101-80.1.ia64",
                  "product_id": "kernel-trace-base-3.0.101-80.1.ia64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-trace-devel-3.0.101-80.1.ia64",
                "product": {
                  "name": "kernel-trace-devel-3.0.101-80.1.ia64",
                  "product_id": "kernel-trace-devel-3.0.101-80.1.ia64"
                }
              }
            ],
            "category": "architecture",
            "name": "ia64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-docs-3.0.101-80.2.noarch",
                "product": {
                  "name": "kernel-docs-3.0.101-80.2.noarch",
                  "product_id": "kernel-docs-3.0.101-80.2.noarch"
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-default-3.0.101-80.1.ppc64",
                "product": {
                  "name": "kernel-default-3.0.101-80.1.ppc64",
                  "product_id": "kernel-default-3.0.101-80.1.ppc64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-base-3.0.101-80.1.ppc64",
                "product": {
                  "name": "kernel-default-base-3.0.101-80.1.ppc64",
                  "product_id": "kernel-default-base-3.0.101-80.1.ppc64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-devel-3.0.101-80.1.ppc64",
                "product": {
                  "name": "kernel-default-devel-3.0.101-80.1.ppc64",
                  "product_id": "kernel-default-devel-3.0.101-80.1.ppc64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-ppc64-3.0.101-80.1.ppc64",
                "product": {
                  "name": "kernel-ppc64-3.0.101-80.1.ppc64",
                  "product_id": "kernel-ppc64-3.0.101-80.1.ppc64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-ppc64-base-3.0.101-80.1.ppc64",
                "product": {
                  "name": "kernel-ppc64-base-3.0.101-80.1.ppc64",
                  "product_id": "kernel-ppc64-base-3.0.101-80.1.ppc64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-ppc64-devel-3.0.101-80.1.ppc64",
                "product": {
                  "name": "kernel-ppc64-devel-3.0.101-80.1.ppc64",
                  "product_id": "kernel-ppc64-devel-3.0.101-80.1.ppc64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-source-3.0.101-80.1.ppc64",
                "product": {
                  "name": "kernel-source-3.0.101-80.1.ppc64",
                  "product_id": "kernel-source-3.0.101-80.1.ppc64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-syms-3.0.101-80.1.ppc64",
                "product": {
                  "name": "kernel-syms-3.0.101-80.1.ppc64",
                  "product_id": "kernel-syms-3.0.101-80.1.ppc64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-trace-3.0.101-80.1.ppc64",
                "product": {
                  "name": "kernel-trace-3.0.101-80.1.ppc64",
                  "product_id": "kernel-trace-3.0.101-80.1.ppc64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-trace-base-3.0.101-80.1.ppc64",
                "product": {
                  "name": "kernel-trace-base-3.0.101-80.1.ppc64",
                  "product_id": "kernel-trace-base-3.0.101-80.1.ppc64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-trace-devel-3.0.101-80.1.ppc64",
                "product": {
                  "name": "kernel-trace-devel-3.0.101-80.1.ppc64",
                  "product_id": "kernel-trace-devel-3.0.101-80.1.ppc64"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-default-3.0.101-80.1.s390x",
                "product": {
                  "name": "kernel-default-3.0.101-80.1.s390x",
                  "product_id": "kernel-default-3.0.101-80.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-base-3.0.101-80.1.s390x",
                "product": {
                  "name": "kernel-default-base-3.0.101-80.1.s390x",
                  "product_id": "kernel-default-base-3.0.101-80.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-devel-3.0.101-80.1.s390x",
                "product": {
                  "name": "kernel-default-devel-3.0.101-80.1.s390x",
                  "product_id": "kernel-default-devel-3.0.101-80.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-man-3.0.101-80.1.s390x",
                "product": {
                  "name": "kernel-default-man-3.0.101-80.1.s390x",
                  "product_id": "kernel-default-man-3.0.101-80.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-source-3.0.101-80.1.s390x",
                "product": {
                  "name": "kernel-source-3.0.101-80.1.s390x",
                  "product_id": "kernel-source-3.0.101-80.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-syms-3.0.101-80.1.s390x",
                "product": {
                  "name": "kernel-syms-3.0.101-80.1.s390x",
                  "product_id": "kernel-syms-3.0.101-80.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-trace-3.0.101-80.1.s390x",
                "product": {
                  "name": "kernel-trace-3.0.101-80.1.s390x",
                  "product_id": "kernel-trace-3.0.101-80.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-trace-base-3.0.101-80.1.s390x",
                "product": {
                  "name": "kernel-trace-base-3.0.101-80.1.s390x",
                  "product_id": "kernel-trace-base-3.0.101-80.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-trace-devel-3.0.101-80.1.s390x",
                "product": {
                  "name": "kernel-trace-devel-3.0.101-80.1.s390x",
                  "product_id": "kernel-trace-devel-3.0.101-80.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-default-3.0.101-80.1.x86_64",
                "product": {
                  "name": "kernel-default-3.0.101-80.1.x86_64",
                  "product_id": "kernel-default-3.0.101-80.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-base-3.0.101-80.1.x86_64",
                "product": {
                  "name": "kernel-default-base-3.0.101-80.1.x86_64",
                  "product_id": "kernel-default-base-3.0.101-80.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-devel-3.0.101-80.1.x86_64",
                "product": {
                  "name": "kernel-default-devel-3.0.101-80.1.x86_64",
                  "product_id": "kernel-default-devel-3.0.101-80.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-ec2-3.0.101-80.1.x86_64",
                "product": {
                  "name": "kernel-ec2-3.0.101-80.1.x86_64",
                  "product_id": "kernel-ec2-3.0.101-80.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-ec2-base-3.0.101-80.1.x86_64",
                "product": {
                  "name": "kernel-ec2-base-3.0.101-80.1.x86_64",
                  "product_id": "kernel-ec2-base-3.0.101-80.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-ec2-devel-3.0.101-80.1.x86_64",
                "product": {
                  "name": "kernel-ec2-devel-3.0.101-80.1.x86_64",
                  "product_id": "kernel-ec2-devel-3.0.101-80.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-source-3.0.101-80.1.x86_64",
                "product": {
                  "name": "kernel-source-3.0.101-80.1.x86_64",
                  "product_id": "kernel-source-3.0.101-80.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-syms-3.0.101-80.1.x86_64",
                "product": {
                  "name": "kernel-syms-3.0.101-80.1.x86_64",
                  "product_id": "kernel-syms-3.0.101-80.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-trace-3.0.101-80.1.x86_64",
                "product": {
                  "name": "kernel-trace-3.0.101-80.1.x86_64",
                  "product_id": "kernel-trace-3.0.101-80.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-trace-base-3.0.101-80.1.x86_64",
                "product": {
                  "name": "kernel-trace-base-3.0.101-80.1.x86_64",
                  "product_id": "kernel-trace-base-3.0.101-80.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-trace-devel-3.0.101-80.1.x86_64",
                "product": {
                  "name": "kernel-trace-devel-3.0.101-80.1.x86_64",
                  "product_id": "kernel-trace-devel-3.0.101-80.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-xen-3.0.101-80.1.x86_64",
                "product": {
                  "name": "kernel-xen-3.0.101-80.1.x86_64",
                  "product_id": "kernel-xen-3.0.101-80.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-xen-base-3.0.101-80.1.x86_64",
                "product": {
                  "name": "kernel-xen-base-3.0.101-80.1.x86_64",
                  "product_id": "kernel-xen-base-3.0.101-80.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-xen-devel-3.0.101-80.1.x86_64",
                "product": {
                  "name": "kernel-xen-devel-3.0.101-80.1.x86_64",
                  "product_id": "kernel-xen-devel-3.0.101-80.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Software Development Kit 11 SP4",
                "product": {
                  "name": "SUSE Linux Enterprise Software Development Kit 11 SP4",
                  "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:suse:sle-sdk:11:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 11 SP4",
                "product": {
                  "name": "SUSE Linux Enterprise Server 11 SP4",
                  "product_id": "SUSE Linux Enterprise Server 11 SP4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:suse_sles:11:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server for SAP Applications 11 SP4",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP Applications 11 SP4",
                  "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_sap:11:sp4"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-docs-3.0.101-80.2.noarch as component of SUSE Linux Enterprise Software Development Kit 11 SP4",
          "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-80.2.noarch"
        },
        "product_reference": "kernel-docs-3.0.101-80.2.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-default-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-3.0.101-80.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.ia64"
        },
        "product_reference": "kernel-default-3.0.101-80.1.ia64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-3.0.101-80.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.ppc64"
        },
        "product_reference": "kernel-default-3.0.101-80.1.ppc64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-3.0.101-80.1.s390x as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.s390x"
        },
        "product_reference": "kernel-default-3.0.101-80.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-default-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-default-base-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base-3.0.101-80.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.ia64"
        },
        "product_reference": "kernel-default-base-3.0.101-80.1.ia64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base-3.0.101-80.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.ppc64"
        },
        "product_reference": "kernel-default-base-3.0.101-80.1.ppc64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base-3.0.101-80.1.s390x as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.s390x"
        },
        "product_reference": "kernel-default-base-3.0.101-80.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-default-base-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-default-devel-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel-3.0.101-80.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.ia64"
        },
        "product_reference": "kernel-default-devel-3.0.101-80.1.ia64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel-3.0.101-80.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.ppc64"
        },
        "product_reference": "kernel-default-devel-3.0.101-80.1.ppc64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel-3.0.101-80.1.s390x as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.s390x"
        },
        "product_reference": "kernel-default-devel-3.0.101-80.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-default-devel-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-man-3.0.101-80.1.s390x as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-80.1.s390x"
        },
        "product_reference": "kernel-default-man-3.0.101-80.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-ec2-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-ec2-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-ec2-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-ec2-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-ec2-base-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-ec2-base-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-ec2-base-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-ec2-base-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-ec2-devel-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-ec2-devel-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-ec2-devel-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-ec2-devel-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-pae-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-pae-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-pae-base-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-pae-base-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-pae-devel-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-pae-devel-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-ppc64-3.0.101-80.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-80.1.ppc64"
        },
        "product_reference": "kernel-ppc64-3.0.101-80.1.ppc64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-ppc64-base-3.0.101-80.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-80.1.ppc64"
        },
        "product_reference": "kernel-ppc64-base-3.0.101-80.1.ppc64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-ppc64-devel-3.0.101-80.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-80.1.ppc64"
        },
        "product_reference": "kernel-ppc64-devel-3.0.101-80.1.ppc64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-source-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-3.0.101-80.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.ia64"
        },
        "product_reference": "kernel-source-3.0.101-80.1.ia64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-3.0.101-80.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.ppc64"
        },
        "product_reference": "kernel-source-3.0.101-80.1.ppc64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-3.0.101-80.1.s390x as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.s390x"
        },
        "product_reference": "kernel-source-3.0.101-80.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-source-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-syms-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-syms-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-syms-3.0.101-80.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.ia64"
        },
        "product_reference": "kernel-syms-3.0.101-80.1.ia64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-syms-3.0.101-80.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.ppc64"
        },
        "product_reference": "kernel-syms-3.0.101-80.1.ppc64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-syms-3.0.101-80.1.s390x as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.s390x"
        },
        "product_reference": "kernel-syms-3.0.101-80.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-syms-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-syms-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-trace-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-3.0.101-80.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.ia64"
        },
        "product_reference": "kernel-trace-3.0.101-80.1.ia64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-3.0.101-80.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.ppc64"
        },
        "product_reference": "kernel-trace-3.0.101-80.1.ppc64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-3.0.101-80.1.s390x as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.s390x"
        },
        "product_reference": "kernel-trace-3.0.101-80.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-trace-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-base-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-trace-base-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-base-3.0.101-80.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.ia64"
        },
        "product_reference": "kernel-trace-base-3.0.101-80.1.ia64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-base-3.0.101-80.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.ppc64"
        },
        "product_reference": "kernel-trace-base-3.0.101-80.1.ppc64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-base-3.0.101-80.1.s390x as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.s390x"
        },
        "product_reference": "kernel-trace-base-3.0.101-80.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-base-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-trace-base-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-devel-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-trace-devel-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-devel-3.0.101-80.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.ia64"
        },
        "product_reference": "kernel-trace-devel-3.0.101-80.1.ia64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-devel-3.0.101-80.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.ppc64"
        },
        "product_reference": "kernel-trace-devel-3.0.101-80.1.ppc64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-devel-3.0.101-80.1.s390x as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.s390x"
        },
        "product_reference": "kernel-trace-devel-3.0.101-80.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-devel-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-trace-devel-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-xen-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-xen-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-xen-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-xen-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-xen-base-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-xen-base-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-xen-base-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-xen-base-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-xen-devel-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-xen-devel-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-xen-devel-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4",
          "product_id": "SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-xen-devel-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-default-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-3.0.101-80.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.ia64"
        },
        "product_reference": "kernel-default-3.0.101-80.1.ia64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-3.0.101-80.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.ppc64"
        },
        "product_reference": "kernel-default-3.0.101-80.1.ppc64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-3.0.101-80.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.s390x"
        },
        "product_reference": "kernel-default-3.0.101-80.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-default-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-default-base-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base-3.0.101-80.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.ia64"
        },
        "product_reference": "kernel-default-base-3.0.101-80.1.ia64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base-3.0.101-80.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.ppc64"
        },
        "product_reference": "kernel-default-base-3.0.101-80.1.ppc64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base-3.0.101-80.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.s390x"
        },
        "product_reference": "kernel-default-base-3.0.101-80.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-default-base-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-default-devel-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel-3.0.101-80.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.ia64"
        },
        "product_reference": "kernel-default-devel-3.0.101-80.1.ia64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel-3.0.101-80.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.ppc64"
        },
        "product_reference": "kernel-default-devel-3.0.101-80.1.ppc64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel-3.0.101-80.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.s390x"
        },
        "product_reference": "kernel-default-devel-3.0.101-80.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-default-devel-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-man-3.0.101-80.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-80.1.s390x"
        },
        "product_reference": "kernel-default-man-3.0.101-80.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-ec2-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-ec2-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-ec2-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-ec2-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-ec2-base-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-ec2-base-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-ec2-base-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-ec2-base-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-ec2-devel-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-ec2-devel-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-ec2-devel-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-ec2-devel-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-pae-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-pae-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-pae-base-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-pae-base-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-pae-devel-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-pae-devel-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-ppc64-3.0.101-80.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-80.1.ppc64"
        },
        "product_reference": "kernel-ppc64-3.0.101-80.1.ppc64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-ppc64-base-3.0.101-80.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-80.1.ppc64"
        },
        "product_reference": "kernel-ppc64-base-3.0.101-80.1.ppc64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-ppc64-devel-3.0.101-80.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-80.1.ppc64"
        },
        "product_reference": "kernel-ppc64-devel-3.0.101-80.1.ppc64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-source-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-3.0.101-80.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.ia64"
        },
        "product_reference": "kernel-source-3.0.101-80.1.ia64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-3.0.101-80.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.ppc64"
        },
        "product_reference": "kernel-source-3.0.101-80.1.ppc64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-3.0.101-80.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.s390x"
        },
        "product_reference": "kernel-source-3.0.101-80.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-source-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-syms-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-syms-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-syms-3.0.101-80.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.ia64"
        },
        "product_reference": "kernel-syms-3.0.101-80.1.ia64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-syms-3.0.101-80.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.ppc64"
        },
        "product_reference": "kernel-syms-3.0.101-80.1.ppc64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-syms-3.0.101-80.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.s390x"
        },
        "product_reference": "kernel-syms-3.0.101-80.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-syms-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-syms-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-trace-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-3.0.101-80.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.ia64"
        },
        "product_reference": "kernel-trace-3.0.101-80.1.ia64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-3.0.101-80.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.ppc64"
        },
        "product_reference": "kernel-trace-3.0.101-80.1.ppc64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-3.0.101-80.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.s390x"
        },
        "product_reference": "kernel-trace-3.0.101-80.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-trace-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-base-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-trace-base-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-base-3.0.101-80.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.ia64"
        },
        "product_reference": "kernel-trace-base-3.0.101-80.1.ia64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-base-3.0.101-80.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.ppc64"
        },
        "product_reference": "kernel-trace-base-3.0.101-80.1.ppc64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-base-3.0.101-80.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.s390x"
        },
        "product_reference": "kernel-trace-base-3.0.101-80.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-base-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-trace-base-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-devel-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-trace-devel-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-devel-3.0.101-80.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.ia64"
        },
        "product_reference": "kernel-trace-devel-3.0.101-80.1.ia64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-devel-3.0.101-80.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.ppc64"
        },
        "product_reference": "kernel-trace-devel-3.0.101-80.1.ppc64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-devel-3.0.101-80.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.s390x"
        },
        "product_reference": "kernel-trace-devel-3.0.101-80.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-trace-devel-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-trace-devel-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-xen-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-xen-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-xen-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-xen-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-xen-base-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-xen-base-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-xen-base-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-xen-base-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-xen-devel-3.0.101-80.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-80.1.i586"
        },
        "product_reference": "kernel-xen-devel-3.0.101-80.1.i586",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-xen-devel-3.0.101-80.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-80.1.x86_64"
        },
        "product_reference": "kernel-xen-devel-3.0.101-80.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2016-4470",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-4470"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The key_reject_and_link function in security/keys/key.c in the Linux kernel through 4.6.3 does not ensure that a certain data structure is initialized, which allows local users to cause a denial of service (system crash) via vectors involving a crafted keyctl request2 command.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-80.2.noarch"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-4470",
          "url": "https://www.suse.com/security/cve/CVE-2016-4470"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1020452 for CVE-2016-4470",
          "url": "https://bugzilla.suse.com/1020452"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 984755 for CVE-2016-4470",
          "url": "https://bugzilla.suse.com/984755"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 984764 for CVE-2016-4470",
          "url": "https://bugzilla.suse.com/984764"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 991651 for CVE-2016-4470",
          "url": "https://bugzilla.suse.com/991651"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-80.2.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-80.2.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-08-09T15:23:23Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2016-4470"
    },
    {
      "cve": "CVE-2016-4997",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-4997"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The compat IPT_SO_SET_REPLACE and IP6T_SO_SET_REPLACE setsockopt implementations in the netfilter subsystem in the Linux kernel before 4.6.3 allow local users to gain privileges or cause a denial of service (memory corruption) by leveraging in-container root access to provide a crafted offset value that triggers an unintended decrement.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-80.2.noarch"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-4997",
          "url": "https://www.suse.com/security/cve/CVE-2016-4997"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1020452 for CVE-2016-4997",
          "url": "https://bugzilla.suse.com/1020452"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 986362 for CVE-2016-4997",
          "url": "https://bugzilla.suse.com/986362"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 986365 for CVE-2016-4997",
          "url": "https://bugzilla.suse.com/986365"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 986377 for CVE-2016-4997",
          "url": "https://bugzilla.suse.com/986377"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 991651 for CVE-2016-4997",
          "url": "https://bugzilla.suse.com/991651"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-80.2.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-80.2.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-08-09T15:23:23Z",
          "details": "important"
        }
      ],
      "title": "CVE-2016-4997"
    },
    {
      "cve": "CVE-2016-5829",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-5829"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Multiple heap-based buffer overflows in the hiddev_ioctl_usage function in drivers/hid/usbhid/hiddev.c in the Linux kernel through 4.6.3 allow local users to cause a denial of service or possibly have unspecified other impact via a crafted (1) HIDIOCGUSAGES or (2) HIDIOCSUSAGES ioctl call.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.ia64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.ppc64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-80.1.i586",
          "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-80.1.x86_64",
          "SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-80.2.noarch"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-5829",
          "url": "https://www.suse.com/security/cve/CVE-2016-5829"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1053919 for CVE-2016-5829",
          "url": "https://bugzilla.suse.com/1053919"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1054127 for CVE-2016-5829",
          "url": "https://bugzilla.suse.com/1054127"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1115893 for CVE-2016-5829",
          "url": "https://bugzilla.suse.com/1115893"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 986572 for CVE-2016-5829",
          "url": "https://bugzilla.suse.com/986572"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 986573 for CVE-2016-5829",
          "url": "https://bugzilla.suse.com/986573"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 991651 for CVE-2016-5829",
          "url": "https://bugzilla.suse.com/991651"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-80.2.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.ia64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.ppc64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-80.1.i586",
            "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-80.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-80.2.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-08-09T15:23:23Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2016-5829"
    }
  ]
}


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.


Loading…

Loading…