cve-2026-64007

HIGH CVSS 7.8 csaf_opensuse
Description

SUSE CVE-2026-64007

Timeline
Published
2026-07-21 13:01 UTC
Last Modified
2026-08-25
CVSS Details

CVSS details not available.

Affected Products

No product information available.

References

No references available.

Linked Vulnerabilities

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "important"
    },
    "category": "csaf_vex",
    "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": "SUSE CVE-2026-64007",
        "title": "Title"
      },
      {
        "category": "description",
        "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: synproxy: refresh tcphdr after skb_ensure_writable\n\nsynproxy_tstamp_adjust() rewrites the TCP timestamp option in place\nand then patches the TCP checksum via inet_proto_csum_replace4() on\nthe caller-supplied tcphdr pointer.  Both ipv4_synproxy_hook() and\nipv6_synproxy_hook() obtain that pointer with skb_header_pointer()\nbefore calling in, so it may either alias skb->head directly or\npoint at the caller's on-stack _tcph buffer.\n\nBetween obtaining the pointer and using it, the function calls\nskb_ensure_writable(skb, optend), which on a cloned or non-linear\nskb invokes pskb_expand_head() and frees the old skb->head.  After\nthat point the cached th is stale:\n\n    caller (ipv[46]_synproxy_hook)\n      th = skb_header_pointer(skb, ..., &_tcph)\n      synproxy_tstamp_adjust(skb, protoff, th, ...)\n        skb_ensure_writable(skb, optend)\n          pskb_expand_head()        /* kfree(old skb->head) */\n        ...\n        inet_proto_csum_replace4(&th->check, ...)\n                                    /* writes into freed head, or\n                                       into the caller's stack copy\n                                       leaving the on-wire checksum\n                                       stale */\n\nThe option bytes are written through skb->data and are fine; only\nthe checksum update goes through th and so lands in the wrong\nplace.  The result is either a write into freed slab memory or a\npacket leaving with a checksum that does not match its payload.\n\nFix by re-deriving th from skb->data + protoff immediately after\nskb_ensure_writable() succeeds, so the subsequent checksum update\ntargets the linear, writable header.",
        "title": "Description of the CVE"
      },
      {
        "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": "CVE-2026-64007",
        "url": "https://www.suse.com/security/cve/CVE-2026-64007"
      },
      {
        "category": "external",
        "summary": "SUSE Security Ratings",
        "url": "https://www.suse.com/support/security/rating/"
      },
      {
        "category": "external",
        "summary": "SUSE Bug 1273105 for CVE-2026-64007",
        "url": "https://bugzilla.suse.com/1273105"
      },
      {
        "category": "external",
        "summary": "SUSE Bug 1273108 for CVE-2026-64007",
        "url": "https://bugzilla.suse.com/1273108"
      },
      {
        "category": "external",
        "summary": "Advisory link for RHSA-2026:57252",
        "url": "https://lists.suse.com/pipermail/suse-liberty-linux-updates/2026-August/007548.html"
      }
    ],
    "title": "SUSE CVE CVE-2026-64007",
    "tracking": {
      "current_release_date": "2026-08-25T01:24:37Z",
      "generator": {
        "date": "2026-07-21T13:01:41Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf-vex.pl",
          "version": "1"
        }
      },
      "id": "CVE-2026-64007",
      "initial_release_date": "2026-07-21T13:01:41Z",
      "revision_history": [
        {
          "date": "2026-07-21T13:01:41Z",
          "number": "2",
          "summary": "references added,severity changed from  to critical"
        },
        {
          "date": "2026-07-31T16:35:56Z",
          "number": "3",
          "summary": "vulnerabilities added,references added,severity changed from critical to important"
        },
        {
          "date": "2026-08-25T01:24:37Z",
          "number": "4",
          "summary": "scores added,updates released,references added"
        }
      ],
      "status": "interim",
      "version": "4"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Liberty Linux 9",
                "product": {
                  "name": "SUSE Liberty Linux 9",
                  "product_id": "SUSE Liberty Linux 9",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sll:9"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Desktop 15 SP7",
                "product": {
                  "name": "SUSE Linux Enterprise Desktop 15 SP7",
                  "product_id": "SUSE Linux Enterprise Desktop 15 SP7",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sled:15:sp7"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise High Availability Extension 15 SP7",
                "product": {
                  "name": "SUSE Linux Enterprise High Availability Extension 15 SP7",
                  "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP7",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-ha:15:sp7"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise High Availability Extension 16.0",
                "product": {
                  "name": "SUSE Linux Enterprise High Availability Extension 16.0",
                  "product_id": "SUSE Linux Enterprise High Availability Extension 16.0",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-ha:16:16.0"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise High Availability Extension 16.1",
                "product": {
                  "name": "SUSE Linux Enterprise High Availability Extension 16.1",
                  "product_id": "SUSE Linux Enterprise High Availability Extension 16.1",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-ha:16:16.1"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise High Performance Computing 12 SP5",
                "product": {
                  "name": "SUSE Linux Enterprise High Performance Computing 12 SP5",
                  "product_id": "SUSE Linux Enterprise High Performance Computing 12 SP5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-hpc:12:sp5"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
                  "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
                  "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise High Performance Computing 15 SP7",
                "product": {
                  "name": "SUSE Linux Enterprise High Performance Computing 15 SP7",
                  "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP7",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle_hpc:15:sp7"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Live Patching 12 SP5",
                "product": {
                  "name": "SUSE Linux Enterprise Live Patching 12 SP5",
                  "product_id": "SUSE Linux Enterprise Live Patching 12 SP5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-live-patching:12:sp5"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Live Patching 15 SP4",
                "product": {
                  "name": "SUSE Linux Enterprise Live Patching 15 SP4",
                  "product_id": "SUSE Linux Enterprise Live Patching 15 SP4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-live-patching:15:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Live Patching 15 SP5",
                "product": {
                  "name": "SUSE Linux Enterprise Live Patching 15 SP5",
                  "product_id": "SUSE Linux Enterprise Live Patching 15 SP5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-live-patching:15:sp5"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Live Patching 15 SP7",
                "product": {
                  "name": "SUSE Linux Enterprise Live Patching 15 SP7",
                  "product_id": "SUSE Linux Enterprise Live Patching 15 SP7",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-live-patching:15:sp7"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Micro 5.0",
                "product": {
                  "name": "SUSE Linux Enterprise Micro 5.0",
                  "product_id": "SUSE Linux Enterprise Micro 5.0",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:suse-microos:5.0"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Micro 5.1",
                "product": {
                  "name": "SUSE Linux Enterprise Micro 5.1",
                  "product_id": "SUSE Linux Enterprise Micro 5.1",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:suse-microos:5.1"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Micro 5.2",
                "product": {
                  "name": "SUSE Linux Enterprise Micro 5.2",
                  "product_id": "SUSE Linux Enterprise Micro 5.2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:suse-microos:5.2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Micro 5.3",
                "product": {
                  "name": "SUSE Linux Enterprise Micro 5.3",
                  "product_id": "SUSE Linux Enterprise Micro 5.3",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-micro:5.3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Micro 5.4",
                "product": {
                  "name": "SUSE Linux Enterprise Micro 5.4",
                  "product_id": "SUSE Linux Enterprise Micro 5.4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-micro:5.4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Micro 5.5",
                "product": {
                  "name": "SUSE Linux Enterprise Micro 5.5",
                  "product_id": "SUSE Linux Enterprise Micro 5.5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-micro:5.5"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
                  "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
                  "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-development-tools:15:sp7"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Legacy 15 SP7",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Legacy 15 SP7",
                  "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-legacy:15:sp7"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Public Cloud 15 SP7",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Public Cloud 15 SP7",
                  "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP7",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp7"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Real Time 15 SP7",
                "product": {
                  "name": "SUSE Linux Enterprise Real Time 15 SP7",
                  "product_id": "SUSE Linux Enterprise Real Time 15 SP7"
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE",
                "product": {
                  "name": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE",
                  "product_id": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:suse_sles_ltss-extreme-core:11:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 12 SP5",
                "product": {
                  "name": "SUSE Linux Enterprise Server 12 SP5",
                  "product_id": "SUSE Linux Enterprise Server 12 SP5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles:12:sp5"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
                  "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles-ltss:12:sp5"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security",
                "product": {
                  "name": "SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security",
                  "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 15 SP1",
                "product": {
                  "name": "SUSE Linux Enterprise Server 15 SP1",
                  "product_id": "SUSE Linux Enterprise Server 15 SP1",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles:15:sp1"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 15 SP1-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise Server 15 SP1-LTSS",
                  "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles-ltss:15:sp1"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 15 SP2",
                "product": {
                  "name": "SUSE Linux Enterprise Server 15 SP2",
                  "product_id": "SUSE Linux Enterprise Server 15 SP2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles:15:sp2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
                  "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles-ltss:15:sp2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 15 SP3",
                "product": {
                  "name": "SUSE Linux Enterprise Server 15 SP3",
                  "product_id": "SUSE Linux Enterprise Server 15 SP3",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles:15:sp3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
                  "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles-ltss:15:sp3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 15 SP4",
                "product": {
                  "name": "SUSE Linux Enterprise Server 15 SP4",
                  "product_id": "SUSE Linux Enterprise Server 15 SP4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles:15:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
                  "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles-ltss:15:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 15 SP5",
                "product": {
                  "name": "SUSE Linux Enterprise Server 15 SP5",
                  "product_id": "SUSE Linux Enterprise Server 15 SP5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles:15:sp5"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
                  "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles-ltss:15:sp5"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 15 SP6",
                "product": {
                  "name": "SUSE Linux Enterprise Server 15 SP6",
                  "product_id": "SUSE Linux Enterprise Server 15 SP6",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles:15:sp6"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
                  "product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles-ltss:15:sp6"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 15 SP7",
                "product": {
                  "name": "SUSE Linux Enterprise Server 15 SP7",
                  "product_id": "SUSE Linux Enterprise Server 15 SP7",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles:15:sp7"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 16.0",
                "product": {
                  "name": "SUSE Linux Enterprise Server 16.0",
                  "product_id": "SUSE Linux Enterprise Server 16.0",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles:16:16.0:server"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 16.1",
                "product": {
                  "name": "SUSE Linux Enterprise Server 16.1",
                  "product_id": "SUSE Linux Enterprise Server 16.1",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles:16:16.1:server"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server Teradata 12 SP3",
                "product": {
                  "name": "SUSE Linux Enterprise Server Teradata 12 SP3",
                  "product_id": "SUSE Linux Enterprise Server Teradata 12 SP3",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_teradata:12:sp3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server Teradata 15 SP4",
                "product": {
                  "name": "SUSE Linux Enterprise Server Teradata 15 SP4",
                  "product_id": "SUSE Linux Enterprise Server Teradata 15 SP4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_teradata:15:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
                  "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_sap:15:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
                  "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_sap:15:sp5"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
                  "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_sap:15:sp6"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP7",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP7",
                  "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP7",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_sap:15:sp7"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server for SAP applications 16.0",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP applications 16.0",
                  "product_id": "SUSE Linux Enterprise Server for SAP applications 16.0",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server for SAP applications 16.1",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP applications 16.1",
                  "product_id": "SUSE Linux Enterprise Server for SAP applications 16.1",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles:16:16.1:server-sap"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Workstation Extension 15 SP7",
                "product": {
                  "name": "SUSE Linux Enterprise Workstation Extension 15 SP7",
                  "product_id": "SUSE Linux Enterprise Workstation Extension 15 SP7",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-we:15:sp7"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Micro 6.0",
                "product": {
                  "name": "SUSE Linux Micro 6.0",
                  "product_id": "SUSE Linux Micro 6.0",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sl-micro:6.0"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Micro 6.1",
                "product": {
                  "name": "SUSE Linux Micro 6.1",
                  "product_id": "SUSE Linux Micro 6.1",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sl-micro:6.1"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Micro 6.2",
                "product": {
                  "name": "SUSE Linux Micro 6.2",
                  "product_id": "SUSE Linux Micro 6.2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sl-micro:6.2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Micro Extras 6.0",
                "product": {
                  "name": "SUSE Linux Micro Extras 6.0",
                  "product_id": "SUSE Linux Micro Extras 6.0",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sl-micro-extras:6.0"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Micro Extras 6.1",
                "product": {
                  "name": "SUSE Linux Micro Extras 6.1",
                  "product_id": "SUSE Linux Micro Extras 6.1",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sl-micro-extras:6.1"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Real Time Module 15 SP7",
                "product": {
                  "name": "SUSE Real Time Module 15 SP7",
                  "product_id": "SUSE Real Time Module 15 SP7",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-rt:15:sp7"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "openSUSE Leap 16.0",
                "product": {
                  "name": "openSUSE Leap 16.0",
                  "product_id": "openSUSE Leap 16.0"
                }
              },
              {
                "category": "product_version",
                "name": "cluster-md-kmp-default",
                "product": {
                  "name": "cluster-md-kmp-default",
                  "product_id": "cluster-md-kmp-default",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/cluster-md-kmp-default@?upstream=kernel-default.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "dlm-kmp-default",
                "product": {
                  "name": "dlm-kmp-default",
                  "product_id": "dlm-kmp-default",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/dlm-kmp-default@?upstream=kernel-default.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "gfs2-kmp-default",
                "product": {
                  "name": "gfs2-kmp-default",
                  "product_id": "gfs2-kmp-default",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/gfs2-kmp-default@?upstream=kernel-default.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-abi-stablelists-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-abi-stablelists-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-abi-stablelists-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-abi-stablelists@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-core-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-core-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-core-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-core@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-cross-headers-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-cross-headers-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-cross-headers-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-cross-headers@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-debug-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-debug-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:linux:linux_kernel:5.14.0:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/kernel-debug@5.14.0-687.41.1.el9_8?upstream=kernel-debug-5.14.0-687.41.1.el9_8.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-core-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-debug-core-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-debug-core-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-debug-core@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-debug-devel-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-debug-devel-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:linux:linux_kernel:5.14.0:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/kernel-debug-devel@5.14.0-687.41.1.el9_8?upstream=kernel-debug-5.14.0-687.41.1.el9_8.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-matched-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-debug-devel-matched-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-debug-devel-matched-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-debug-devel-matched@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-debug-modules-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-debug-modules-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-debug-modules@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-core-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-debug-modules-core-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-debug-modules-core-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-debug-modules-core@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-extra-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-debug-modules-extra-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-debug-modules-extra-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-debug-modules-extra@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-uki-virt-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-debug-uki-virt-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-debug-uki-virt-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-debug-uki-virt@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default",
                "product": {
                  "name": "kernel-default",
                  "product_id": "kernel-default",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/kernel-default@?upstream=kernel-default.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-base",
                "product": {
                  "name": "kernel-default-base",
                  "product_id": "kernel-default-base",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/kernel-default-base@?upstream=kernel-default.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-devel",
                "product": {
                  "name": "kernel-default-devel",
                  "product_id": "kernel-default-devel",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/kernel-default-devel@?upstream=kernel-default.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-extra",
                "product": {
                  "name": "kernel-default-extra",
                  "product_id": "kernel-default-extra",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/kernel-default-extra@?upstream=kernel-default.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-kgraft",
                "product": {
                  "name": "kernel-default-kgraft",
                  "product_id": "kernel-default-kgraft",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/kernel-default-kgraft@?upstream=kernel-default.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-kgraft-devel",
                "product": {
                  "name": "kernel-default-kgraft-devel",
                  "product_id": "kernel-default-kgraft-devel",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/kernel-default-kgraft-devel@?upstream=kernel-default.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-livepatch",
                "product": {
                  "name": "kernel-default-livepatch",
                  "product_id": "kernel-default-livepatch",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/kernel-default-livepatch@?upstream=kernel-default.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-livepatch-devel",
                "product": {
                  "name": "kernel-default-livepatch-devel",
                  "product_id": "kernel-default-livepatch-devel",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/kernel-default-livepatch-devel@?upstream=kernel-default.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-man",
                "product": {
                  "name": "kernel-default-man",
                  "product_id": "kernel-default-man",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/kernel-default-man@?upstream=kernel-default.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel",
                "product": {
                  "name": "kernel-devel",
                  "product_id": "kernel-devel",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/kernel-devel@?upstream=kernel-source.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-devel-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-devel-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:linux:linux_kernel:5.14.0:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/kernel-devel@5.14.0-687.41.1.el9_8?upstream=kernel-source-5.14.0-687.41.1.el9_8.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-matched-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-devel-matched-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-devel-matched-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-devel-matched@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-rt",
                "product": {
                  "name": "kernel-devel-rt",
                  "product_id": "kernel-devel-rt",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/kernel-devel-rt@?upstream=kernel-source-rt.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-doc-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-doc-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-doc-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-doc@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-headers-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-headers-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-headers-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-headers@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-macros",
                "product": {
                  "name": "kernel-macros",
                  "product_id": "kernel-macros",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/kernel-macros@?upstream=kernel-source.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-modules-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-modules-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-modules@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-core-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-modules-core-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-modules-core-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-modules-core@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-extra-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-modules-extra-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-modules-extra-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-modules-extra@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt",
                "product": {
                  "name": "kernel-rt",
                  "product_id": "kernel-rt",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/kernel-rt@?upstream=kernel-rt.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-rt-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-rt-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:linux:linux_kernel:5.14.0:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/kernel-rt@5.14.0-687.41.1.el9_8?upstream=kernel-rt-5.14.0-687.41.1.el9_8.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-core-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-rt-core-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-rt-core-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-rt-core@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-rt-debug-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-rt-debug-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-rt-debug@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-core-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-rt-debug-core-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-rt-debug-core-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-rt-debug-core@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-devel-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-rt-debug-devel-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-rt-debug-devel-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-rt-debug-devel@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-modules-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-rt-debug-modules-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-rt-debug-modules-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-rt-debug-modules@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-modules-core-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-rt-debug-modules-core-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-rt-debug-modules-core-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-rt-debug-modules-core@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-modules-extra-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-rt-debug-modules-extra-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-rt-debug-modules-extra-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-rt-debug-modules-extra@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-devel-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-rt-devel-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-rt-devel-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:linux:linux_kernel:5.14.0:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/kernel-rt-devel@5.14.0-687.41.1.el9_8?upstream=kernel-source-5.14.0-687.41.1.el9_8.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-modules-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-rt-modules-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-rt-modules-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-rt-modules@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-modules-core-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-rt-modules-core-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-rt-modules-core-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-rt-modules-core@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-modules-extra-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-rt-modules-extra-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-rt-modules-extra-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-rt-modules-extra@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-source",
                "product": {
                  "name": "kernel-source",
                  "product_id": "kernel-source",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/kernel-source@?upstream=kernel-source.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-source-rt",
                "product": {
                  "name": "kernel-source-rt",
                  "product_id": "kernel-source-rt",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/kernel-source-rt@?upstream=kernel-source-rt.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-source-vanilla",
                "product": {
                  "name": "kernel-source-vanilla",
                  "product_id": "kernel-source-vanilla",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/kernel-source-vanilla@?upstream=kernel-source.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-tools-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-tools-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-tools@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-tools-libs-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-tools-libs-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-tools-libs@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-devel-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-tools-libs-devel-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-tools-libs-devel-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-tools-libs-devel@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-uki-virt-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-uki-virt-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-uki-virt-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-uki-virt@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-uki-virt-addons-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "kernel-uki-virt-addons-5.14.0-687.41.1.el9_8",
                  "product_id": "kernel-uki-virt-addons-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/kernel-uki-virt-addons@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libperf-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "libperf-5.14.0-687.41.1.el9_8",
                  "product_id": "libperf-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/libperf@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ocfs2-kmp-default",
                "product": {
                  "name": "ocfs2-kmp-default",
                  "product_id": "ocfs2-kmp-default",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/ocfs2-kmp-default@?upstream=kernel-default.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "perf-5.14.0-687.41.1.el9_8",
                  "product_id": "perf-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/perf@5.14.0-687.41.1.el9_8?upstream=perf-5.14.0-687.41.1.el9_8.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "python3-perf-5.14.0-687.41.1.el9_8",
                  "product_id": "python3-perf-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/python3-perf@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "reiserfs-kmp-default",
                "product": {
                  "name": "reiserfs-kmp-default",
                  "product_id": "reiserfs-kmp-default",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/reiserfs-kmp-default@?upstream=kernel-default.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rtla-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "rtla-5.14.0-687.41.1.el9_8",
                  "product_id": "rtla-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/rtla@5.14.0-687.41.1.el9_8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rv-5.14.0-687.41.1.el9_8",
                "product": {
                  "name": "rv-5.14.0-687.41.1.el9_8",
                  "product_id": "rv-5.14.0-687.41.1.el9_8",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/suse/rv@5.14.0-687.41.1.el9_8"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-abi-stablelists-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-abi-stablelists-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-abi-stablelists-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-core-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-core-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-core-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-cross-headers-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-cross-headers-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-cross-headers-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-debug-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-debug-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-core-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-debug-core-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-debug-core-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-debug-devel-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-debug-devel-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-matched-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-debug-devel-matched-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-debug-devel-matched-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-debug-modules-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-debug-modules-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-core-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-debug-modules-core-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-debug-modules-core-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-extra-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-debug-modules-extra-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-debug-modules-extra-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-uki-virt-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-debug-uki-virt-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-debug-uki-virt-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-devel-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-devel-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-matched-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-devel-matched-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-devel-matched-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-doc-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-doc-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-doc-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-headers-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-headers-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-headers-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-modules-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-modules-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-core-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-modules-core-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-modules-core-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-extra-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-modules-extra-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-modules-extra-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-rt-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-rt-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-core-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-rt-core-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-rt-core-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-rt-debug-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-rt-debug-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-core-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-rt-debug-core-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-rt-debug-core-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-devel-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-rt-debug-devel-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-rt-debug-devel-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-rt-debug-modules-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-rt-debug-modules-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-core-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-rt-debug-modules-core-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-rt-debug-modules-core-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-extra-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-rt-debug-modules-extra-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-rt-debug-modules-extra-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-devel-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-rt-devel-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-rt-devel-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-rt-modules-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-rt-modules-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-core-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-rt-modules-core-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-rt-modules-core-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-extra-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-rt-modules-extra-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-rt-modules-extra-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-tools-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-tools-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-tools-libs-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-tools-libs-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-devel-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-tools-libs-devel-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-tools-libs-devel-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-uki-virt-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-uki-virt-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-uki-virt-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-uki-virt-addons-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:kernel-uki-virt-addons-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "kernel-uki-virt-addons-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:libperf-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "libperf-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:perf-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "perf-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:python3-perf-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "python3-perf-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rtla-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:rtla-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "rtla-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rv-5.14.0-687.41.1.el9_8 as component of SUSE Liberty Linux 9",
          "product_id": "SUSE Liberty Linux 9:rv-5.14.0-687.41.1.el9_8"
        },
        "product_reference": "rv-5.14.0-687.41.1.el9_8",
        "relates_to_product_reference": "SUSE Liberty Linux 9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cluster-md-kmp-default as component of SUSE Linux Enterprise High Availability Extension 15 SP7",
          "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP7:cluster-md-kmp-default"
        },
        "product_reference": "cluster-md-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "dlm-kmp-default as component of SUSE Linux Enterprise High Availability Extension 15 SP7",
          "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP7:dlm-kmp-default"
        },
        "product_reference": "dlm-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "gfs2-kmp-default as component of SUSE Linux Enterprise High Availability Extension 15 SP7",
          "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP7:gfs2-kmp-default"
        },
        "product_reference": "gfs2-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ocfs2-kmp-default as component of SUSE Linux Enterprise High Availability Extension 15 SP7",
          "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP7:ocfs2-kmp-default"
        },
        "product_reference": "ocfs2-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise High Availability Extension 15 SP7",
          "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP7:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise High Availability Extension 15 SP7",
          "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP7:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise High Availability Extension 16.0",
          "product_id": "SUSE Linux Enterprise High Availability Extension 16.0:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 16.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise High Availability Extension 16.0",
          "product_id": "SUSE Linux Enterprise High Availability Extension 16.0:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 16.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise High Availability Extension 16.1",
          "product_id": "SUSE Linux Enterprise High Availability Extension 16.1:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 16.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise High Availability Extension 16.1",
          "product_id": "SUSE Linux Enterprise High Availability Extension 16.1:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 16.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel"
        },
        "product_reference": "kernel-default-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "reiserfs-kmp-default as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default"
        },
        "product_reference": "reiserfs-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cluster-md-kmp-default as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default"
        },
        "product_reference": "cluster-md-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "dlm-kmp-default as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default"
        },
        "product_reference": "dlm-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "gfs2-kmp-default as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default"
        },
        "product_reference": "gfs2-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel"
        },
        "product_reference": "kernel-default-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ocfs2-kmp-default as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default"
        },
        "product_reference": "ocfs2-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-kgraft as component of SUSE Linux Enterprise Live Patching 12 SP5",
          "product_id": "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft"
        },
        "product_reference": "kernel-default-kgraft",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-kgraft-devel as component of SUSE Linux Enterprise Live Patching 12 SP5",
          "product_id": "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel"
        },
        "product_reference": "kernel-default-kgraft-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Live Patching 12 SP5",
          "product_id": "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Live Patching 12 SP5",
          "product_id": "SUSE Linux Enterprise Live Patching 12 SP5:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-livepatch as component of SUSE Linux Enterprise Live Patching 15 SP4",
          "product_id": "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch"
        },
        "product_reference": "kernel-default-livepatch",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-livepatch-devel as component of SUSE Linux Enterprise Live Patching 15 SP4",
          "product_id": "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel"
        },
        "product_reference": "kernel-default-livepatch-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Live Patching 15 SP4",
          "product_id": "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Live Patching 15 SP4",
          "product_id": "SUSE Linux Enterprise Live Patching 15 SP4:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-livepatch as component of SUSE Linux Enterprise Live Patching 15 SP5",
          "product_id": "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch"
        },
        "product_reference": "kernel-default-livepatch",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-livepatch-devel as component of SUSE Linux Enterprise Live Patching 15 SP5",
          "product_id": "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel"
        },
        "product_reference": "kernel-default-livepatch-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Live Patching 15 SP5",
          "product_id": "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Live Patching 15 SP5",
          "product_id": "SUSE Linux Enterprise Live Patching 15 SP5:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-livepatch as component of SUSE Linux Enterprise Live Patching 15 SP7",
          "product_id": "SUSE Linux Enterprise Live Patching 15 SP7:kernel-default-livepatch"
        },
        "product_reference": "kernel-default-livepatch",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-livepatch-devel as component of SUSE Linux Enterprise Live Patching 15 SP7",
          "product_id": "SUSE Linux Enterprise Live Patching 15 SP7:kernel-default-livepatch-devel"
        },
        "product_reference": "kernel-default-livepatch-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Live Patching 15 SP7",
          "product_id": "SUSE Linux Enterprise Live Patching 15 SP7:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Live Patching 15 SP7",
          "product_id": "SUSE Linux Enterprise Live Patching 15 SP7:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Micro 5.0",
          "product_id": "SUSE Linux Enterprise Micro 5.0:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Micro 5.1",
          "product_id": "SUSE Linux Enterprise Micro 5.1:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Micro 5.2",
          "product_id": "SUSE Linux Enterprise Micro 5.2:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Micro 5.3",
          "product_id": "SUSE Linux Enterprise Micro 5.3:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt as component of SUSE Linux Enterprise Micro 5.3",
          "product_id": "SUSE Linux Enterprise Micro 5.3:kernel-rt"
        },
        "product_reference": "kernel-rt",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Micro 5.3",
          "product_id": "SUSE Linux Enterprise Micro 5.3:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Micro 5.3",
          "product_id": "SUSE Linux Enterprise Micro 5.3:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-rt as component of SUSE Linux Enterprise Micro 5.3",
          "product_id": "SUSE Linux Enterprise Micro 5.3:kernel-source-rt"
        },
        "product_reference": "kernel-source-rt",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Micro 5.4",
          "product_id": "SUSE Linux Enterprise Micro 5.4:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt as component of SUSE Linux Enterprise Micro 5.4",
          "product_id": "SUSE Linux Enterprise Micro 5.4:kernel-rt"
        },
        "product_reference": "kernel-rt",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Micro 5.4",
          "product_id": "SUSE Linux Enterprise Micro 5.4:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Micro 5.4",
          "product_id": "SUSE Linux Enterprise Micro 5.4:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-rt as component of SUSE Linux Enterprise Micro 5.4",
          "product_id": "SUSE Linux Enterprise Micro 5.4:kernel-source-rt"
        },
        "product_reference": "kernel-source-rt",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Micro 5.5",
          "product_id": "SUSE Linux Enterprise Micro 5.5:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Micro 5.5",
          "product_id": "SUSE Linux Enterprise Micro 5.5:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Micro 5.5",
          "product_id": "SUSE Linux Enterprise Micro 5.5:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-rt as component of SUSE Linux Enterprise Micro 5.5",
          "product_id": "SUSE Linux Enterprise Micro 5.5:kernel-devel-rt"
        },
        "product_reference": "kernel-devel-rt",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-rt as component of SUSE Linux Enterprise Micro 5.5",
          "product_id": "SUSE Linux Enterprise Micro 5.5:kernel-source-rt"
        },
        "product_reference": "kernel-source-rt",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Server 15 SP7",
          "product_id": "SUSE Linux Enterprise Server 15 SP7:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel as component of SUSE Linux Enterprise Server 15 SP7",
          "product_id": "SUSE Linux Enterprise Server 15 SP7:kernel-default-devel"
        },
        "product_reference": "kernel-default-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Desktop 15 SP7",
          "product_id": "SUSE Linux Enterprise Desktop 15 SP7:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel as component of SUSE Linux Enterprise Desktop 15 SP7",
          "product_id": "SUSE Linux Enterprise Desktop 15 SP7:kernel-default-devel"
        },
        "product_reference": "kernel-default-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Server for SAP Applications 15 SP7",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP7:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel as component of SUSE Linux Enterprise Server for SAP Applications 15 SP7",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP7:kernel-default-devel"
        },
        "product_reference": "kernel-default-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise High Performance Computing 15 SP7",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP7:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel as component of SUSE Linux Enterprise High Performance Computing 15 SP7",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP7:kernel-default-devel"
        },
        "product_reference": "kernel-default-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-default-devel"
        },
        "product_reference": "kernel-default-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise Server 15 SP7",
          "product_id": "SUSE Linux Enterprise Server 15 SP7:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Server 15 SP7",
          "product_id": "SUSE Linux Enterprise Server 15 SP7:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Server 15 SP7",
          "product_id": "SUSE Linux Enterprise Server 15 SP7:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise Desktop 15 SP7",
          "product_id": "SUSE Linux Enterprise Desktop 15 SP7:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Desktop 15 SP7",
          "product_id": "SUSE Linux Enterprise Desktop 15 SP7:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Desktop 15 SP7",
          "product_id": "SUSE Linux Enterprise Desktop 15 SP7:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise Server for SAP Applications 15 SP7",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP7:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Server for SAP Applications 15 SP7",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP7:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Server for SAP Applications 15 SP7",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP7:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise High Performance Computing 15 SP7",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP7:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise High Performance Computing 15 SP7",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP7:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise High Performance Computing 15 SP7",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP7:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
          "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
          "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "reiserfs-kmp-default as component of SUSE Linux Enterprise Server 15 SP7",
          "product_id": "SUSE Linux Enterprise Server 15 SP7:reiserfs-kmp-default"
        },
        "product_reference": "reiserfs-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "reiserfs-kmp-default as component of SUSE Linux Enterprise Server for SAP Applications 15 SP7",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP7:reiserfs-kmp-default"
        },
        "product_reference": "reiserfs-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "reiserfs-kmp-default as component of SUSE Linux Enterprise High Performance Computing 15 SP7",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP7:reiserfs-kmp-default"
        },
        "product_reference": "reiserfs-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "reiserfs-kmp-default as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:reiserfs-kmp-default"
        },
        "product_reference": "reiserfs-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Module for Public Cloud 15 SP7",
          "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP7:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Module for Public Cloud 15 SP7",
          "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP7:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE",
          "product_id": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base as component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE",
          "product_id": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:kernel-default-base"
        },
        "product_reference": "kernel-default-base",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel as component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE",
          "product_id": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:kernel-default-devel"
        },
        "product_reference": "kernel-default-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE",
          "product_id": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cluster-md-kmp-default as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:cluster-md-kmp-default"
        },
        "product_reference": "cluster-md-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "dlm-kmp-default as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:dlm-kmp-default"
        },
        "product_reference": "dlm-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "gfs2-kmp-default as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:gfs2-kmp-default"
        },
        "product_reference": "gfs2-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-default-base"
        },
        "product_reference": "kernel-default-base",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel"
        },
        "product_reference": "kernel-default-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-man as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-default-man"
        },
        "product_reference": "kernel-default-man",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ocfs2-kmp-default as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:ocfs2-kmp-default"
        },
        "product_reference": "ocfs2-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cluster-md-kmp-default as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:cluster-md-kmp-default"
        },
        "product_reference": "cluster-md-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "dlm-kmp-default as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:dlm-kmp-default"
        },
        "product_reference": "dlm-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "gfs2-kmp-default as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gfs2-kmp-default"
        },
        "product_reference": "gfs2-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-default-base"
        },
        "product_reference": "kernel-default-base",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-default-devel"
        },
        "product_reference": "kernel-default-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-man as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-default-man"
        },
        "product_reference": "kernel-default-man",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ocfs2-kmp-default as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:ocfs2-kmp-default"
        },
        "product_reference": "ocfs2-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise High Performance Computing 12 SP5",
          "product_id": "SUSE Linux Enterprise High Performance Computing 12 SP5:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security",
          "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise High Performance Computing 12 SP5",
          "product_id": "SUSE Linux Enterprise High Performance Computing 12 SP5:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security",
          "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Server 15 SP1",
          "product_id": "SUSE Linux Enterprise Server 15 SP1:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base as component of SUSE Linux Enterprise Server 15 SP1",
          "product_id": "SUSE Linux Enterprise Server 15 SP1:kernel-default-base"
        },
        "product_reference": "kernel-default-base",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel as component of SUSE Linux Enterprise Server 15 SP1",
          "product_id": "SUSE Linux Enterprise Server 15 SP1:kernel-default-devel"
        },
        "product_reference": "kernel-default-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-man as component of SUSE Linux Enterprise Server 15 SP1",
          "product_id": "SUSE Linux Enterprise Server 15 SP1:kernel-default-man"
        },
        "product_reference": "kernel-default-man",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "reiserfs-kmp-default as component of SUSE Linux Enterprise Server 15 SP1",
          "product_id": "SUSE Linux Enterprise Server 15 SP1:reiserfs-kmp-default"
        },
        "product_reference": "reiserfs-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base"
        },
        "product_reference": "kernel-default-base",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel"
        },
        "product_reference": "kernel-default-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-man as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man"
        },
        "product_reference": "kernel-default-man",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "reiserfs-kmp-default as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default"
        },
        "product_reference": "reiserfs-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise Server 15 SP1",
          "product_id": "SUSE Linux Enterprise Server 15 SP1:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Server 15 SP1",
          "product_id": "SUSE Linux Enterprise Server 15 SP1:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Server 15 SP1",
          "product_id": "SUSE Linux Enterprise Server 15 SP1:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Server 15 SP2",
          "product_id": "SUSE Linux Enterprise Server 15 SP2:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel as component of SUSE Linux Enterprise Server 15 SP2",
          "product_id": "SUSE Linux Enterprise Server 15 SP2:kernel-default-devel"
        },
        "product_reference": "kernel-default-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "reiserfs-kmp-default as component of SUSE Linux Enterprise Server 15 SP2",
          "product_id": "SUSE Linux Enterprise Server 15 SP2:reiserfs-kmp-default"
        },
        "product_reference": "reiserfs-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel"
        },
        "product_reference": "kernel-default-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "reiserfs-kmp-default as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default"
        },
        "product_reference": "reiserfs-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise Server 15 SP2",
          "product_id": "SUSE Linux Enterprise Server 15 SP2:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Server 15 SP2",
          "product_id": "SUSE Linux Enterprise Server 15 SP2:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Server 15 SP2",
          "product_id": "SUSE Linux Enterprise Server 15 SP2:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Server 15 SP3",
          "product_id": "SUSE Linux Enterprise Server 15 SP3:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel as component of SUSE Linux Enterprise Server 15 SP3",
          "product_id": "SUSE Linux Enterprise Server 15 SP3:kernel-default-devel"
        },
        "product_reference": "kernel-default-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "reiserfs-kmp-default as component of SUSE Linux Enterprise Server 15 SP3",
          "product_id": "SUSE Linux Enterprise Server 15 SP3:reiserfs-kmp-default"
        },
        "product_reference": "reiserfs-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel"
        },
        "product_reference": "kernel-default-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "reiserfs-kmp-default as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default"
        },
        "product_reference": "reiserfs-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise Server 15 SP3",
          "product_id": "SUSE Linux Enterprise Server 15 SP3:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Server 15 SP3",
          "product_id": "SUSE Linux Enterprise Server 15 SP3:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Server 15 SP3",
          "product_id": "SUSE Linux Enterprise Server 15 SP3:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Server 15 SP4",
          "product_id": "SUSE Linux Enterprise Server 15 SP4:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel as component of SUSE Linux Enterprise Server 15 SP4",
          "product_id": "SUSE Linux Enterprise Server 15 SP4:kernel-default-devel"
        },
        "product_reference": "kernel-default-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "reiserfs-kmp-default as component of SUSE Linux Enterprise Server 15 SP4",
          "product_id": "SUSE Linux Enterprise Server 15 SP4:reiserfs-kmp-default"
        },
        "product_reference": "reiserfs-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel"
        },
        "product_reference": "kernel-default-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "reiserfs-kmp-default as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default"
        },
        "product_reference": "reiserfs-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise Server 15 SP4",
          "product_id": "SUSE Linux Enterprise Server 15 SP4:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Server 15 SP4",
          "product_id": "SUSE Linux Enterprise Server 15 SP4:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Server 15 SP4",
          "product_id": "SUSE Linux Enterprise Server 15 SP4:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cluster-md-kmp-default as component of SUSE Linux Enterprise Server 15 SP5",
          "product_id": "SUSE Linux Enterprise Server 15 SP5:cluster-md-kmp-default"
        },
        "product_reference": "cluster-md-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "dlm-kmp-default as component of SUSE Linux Enterprise Server 15 SP5",
          "product_id": "SUSE Linux Enterprise Server 15 SP5:dlm-kmp-default"
        },
        "product_reference": "dlm-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "gfs2-kmp-default as component of SUSE Linux Enterprise Server 15 SP5",
          "product_id": "SUSE Linux Enterprise Server 15 SP5:gfs2-kmp-default"
        },
        "product_reference": "gfs2-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Server 15 SP5",
          "product_id": "SUSE Linux Enterprise Server 15 SP5:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel as component of SUSE Linux Enterprise Server 15 SP5",
          "product_id": "SUSE Linux Enterprise Server 15 SP5:kernel-default-devel"
        },
        "product_reference": "kernel-default-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ocfs2-kmp-default as component of SUSE Linux Enterprise Server 15 SP5",
          "product_id": "SUSE Linux Enterprise Server 15 SP5:ocfs2-kmp-default"
        },
        "product_reference": "ocfs2-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "reiserfs-kmp-default as component of SUSE Linux Enterprise Server 15 SP5",
          "product_id": "SUSE Linux Enterprise Server 15 SP5:reiserfs-kmp-default"
        },
        "product_reference": "reiserfs-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cluster-md-kmp-default as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default"
        },
        "product_reference": "cluster-md-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "dlm-kmp-default as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default"
        },
        "product_reference": "dlm-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "gfs2-kmp-default as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default"
        },
        "product_reference": "gfs2-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel"
        },
        "product_reference": "kernel-default-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ocfs2-kmp-default as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default"
        },
        "product_reference": "ocfs2-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "reiserfs-kmp-default as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default"
        },
        "product_reference": "reiserfs-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise Server 15 SP5",
          "product_id": "SUSE Linux Enterprise Server 15 SP5:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Server 15 SP5",
          "product_id": "SUSE Linux Enterprise Server 15 SP5:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Server 15 SP5",
          "product_id": "SUSE Linux Enterprise Server 15 SP5:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cluster-md-kmp-default as component of SUSE Linux Enterprise Server 15 SP6",
          "product_id": "SUSE Linux Enterprise Server 15 SP6:cluster-md-kmp-default"
        },
        "product_reference": "cluster-md-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "dlm-kmp-default as component of SUSE Linux Enterprise Server 15 SP6",
          "product_id": "SUSE Linux Enterprise Server 15 SP6:dlm-kmp-default"
        },
        "product_reference": "dlm-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "gfs2-kmp-default as component of SUSE Linux Enterprise Server 15 SP6",
          "product_id": "SUSE Linux Enterprise Server 15 SP6:gfs2-kmp-default"
        },
        "product_reference": "gfs2-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Server 15 SP6",
          "product_id": "SUSE Linux Enterprise Server 15 SP6:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel as component of SUSE Linux Enterprise Server 15 SP6",
          "product_id": "SUSE Linux Enterprise Server 15 SP6:kernel-default-devel"
        },
        "product_reference": "kernel-default-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ocfs2-kmp-default as component of SUSE Linux Enterprise Server 15 SP6",
          "product_id": "SUSE Linux Enterprise Server 15 SP6:ocfs2-kmp-default"
        },
        "product_reference": "ocfs2-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "reiserfs-kmp-default as component of SUSE Linux Enterprise Server 15 SP6",
          "product_id": "SUSE Linux Enterprise Server 15 SP6:reiserfs-kmp-default"
        },
        "product_reference": "reiserfs-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cluster-md-kmp-default as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:cluster-md-kmp-default"
        },
        "product_reference": "cluster-md-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "dlm-kmp-default as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:dlm-kmp-default"
        },
        "product_reference": "dlm-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "gfs2-kmp-default as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:gfs2-kmp-default"
        },
        "product_reference": "gfs2-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:kernel-default-devel"
        },
        "product_reference": "kernel-default-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ocfs2-kmp-default as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:ocfs2-kmp-default"
        },
        "product_reference": "ocfs2-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "reiserfs-kmp-default as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:reiserfs-kmp-default"
        },
        "product_reference": "reiserfs-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise Server 15 SP6",
          "product_id": "SUSE Linux Enterprise Server 15 SP6:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Server 15 SP6",
          "product_id": "SUSE Linux Enterprise Server 15 SP6:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Server 15 SP6",
          "product_id": "SUSE Linux Enterprise Server 15 SP6:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Server 16.0",
          "product_id": "SUSE Linux Enterprise Server 16.0:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise Server 16.0",
          "product_id": "SUSE Linux Enterprise Server 16.0:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Server 16.0",
          "product_id": "SUSE Linux Enterprise Server 16.0:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Server 16.0",
          "product_id": "SUSE Linux Enterprise Server 16.0:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-vanilla as component of SUSE Linux Enterprise Server 16.0",
          "product_id": "SUSE Linux Enterprise Server 16.0:kernel-source-vanilla"
        },
        "product_reference": "kernel-source-vanilla",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Server 16.1",
          "product_id": "SUSE Linux Enterprise Server 16.1:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 16.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise Server 16.1",
          "product_id": "SUSE Linux Enterprise Server 16.1:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 16.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Server 16.1",
          "product_id": "SUSE Linux Enterprise Server 16.1:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 16.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Server 16.1",
          "product_id": "SUSE Linux Enterprise Server 16.1:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 16.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-vanilla as component of SUSE Linux Enterprise Server 16.1",
          "product_id": "SUSE Linux Enterprise Server 16.1:kernel-source-vanilla"
        },
        "product_reference": "kernel-source-vanilla",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 16.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Server Teradata 12 SP3",
          "product_id": "SUSE Linux Enterprise Server Teradata 12 SP3:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server Teradata 12 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Server Teradata 12 SP3",
          "product_id": "SUSE Linux Enterprise Server Teradata 12 SP3:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Server Teradata 12 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Server Teradata 15 SP4",
          "product_id": "SUSE Linux Enterprise Server Teradata 15 SP4:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server Teradata 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Server Teradata 15 SP4",
          "product_id": "SUSE Linux Enterprise Server Teradata 15 SP4:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Server Teradata 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel"
        },
        "product_reference": "kernel-default-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "reiserfs-kmp-default as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default"
        },
        "product_reference": "reiserfs-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cluster-md-kmp-default as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default"
        },
        "product_reference": "cluster-md-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "dlm-kmp-default as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default"
        },
        "product_reference": "dlm-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "gfs2-kmp-default as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default"
        },
        "product_reference": "gfs2-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel"
        },
        "product_reference": "kernel-default-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ocfs2-kmp-default as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default"
        },
        "product_reference": "ocfs2-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "reiserfs-kmp-default as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default"
        },
        "product_reference": "reiserfs-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cluster-md-kmp-default as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:cluster-md-kmp-default"
        },
        "product_reference": "cluster-md-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "dlm-kmp-default as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:dlm-kmp-default"
        },
        "product_reference": "dlm-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "gfs2-kmp-default as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:gfs2-kmp-default"
        },
        "product_reference": "gfs2-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:kernel-default-devel"
        },
        "product_reference": "kernel-default-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ocfs2-kmp-default as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:ocfs2-kmp-default"
        },
        "product_reference": "ocfs2-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "reiserfs-kmp-default as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:reiserfs-kmp-default"
        },
        "product_reference": "reiserfs-kmp-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Server for SAP applications 16.0",
          "product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise Server for SAP applications 16.0",
          "product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Server for SAP applications 16.0",
          "product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Server for SAP applications 16.0",
          "product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-vanilla as component of SUSE Linux Enterprise Server for SAP applications 16.0",
          "product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:kernel-source-vanilla"
        },
        "product_reference": "kernel-source-vanilla",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Server for SAP applications 16.1",
          "product_id": "SUSE Linux Enterprise Server for SAP applications 16.1:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Enterprise Server for SAP applications 16.1",
          "product_id": "SUSE Linux Enterprise Server for SAP applications 16.1:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Enterprise Server for SAP applications 16.1",
          "product_id": "SUSE Linux Enterprise Server for SAP applications 16.1:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Server for SAP applications 16.1",
          "product_id": "SUSE Linux Enterprise Server for SAP applications 16.1:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-vanilla as component of SUSE Linux Enterprise Server for SAP applications 16.1",
          "product_id": "SUSE Linux Enterprise Server for SAP applications 16.1:kernel-source-vanilla"
        },
        "product_reference": "kernel-source-vanilla",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-extra as component of SUSE Linux Enterprise Server 15 SP7",
          "product_id": "SUSE Linux Enterprise Server 15 SP7:kernel-default-extra"
        },
        "product_reference": "kernel-default-extra",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-extra as component of SUSE Linux Enterprise Server for SAP Applications 15 SP7",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP7:kernel-default-extra"
        },
        "product_reference": "kernel-default-extra",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-extra as component of SUSE Linux Enterprise Desktop 15 SP7",
          "product_id": "SUSE Linux Enterprise Desktop 15 SP7:kernel-default-extra"
        },
        "product_reference": "kernel-default-extra",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-extra as component of SUSE Linux Enterprise Workstation Extension 15 SP7",
          "product_id": "SUSE Linux Enterprise Workstation Extension 15 SP7:kernel-default-extra"
        },
        "product_reference": "kernel-default-extra",
        "relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Enterprise Workstation Extension 15 SP7",
          "product_id": "SUSE Linux Enterprise Workstation Extension 15 SP7:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Enterprise Workstation Extension 15 SP7",
          "product_id": "SUSE Linux Enterprise Workstation Extension 15 SP7:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Micro 6.0",
          "product_id": "SUSE Linux Micro 6.0:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Micro 6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Micro 6.0",
          "product_id": "SUSE Linux Micro 6.0:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Micro 6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Micro 6.0",
          "product_id": "SUSE Linux Micro 6.0:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Micro 6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Micro 6.0",
          "product_id": "SUSE Linux Micro 6.0:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Micro 6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-rt as component of SUSE Linux Micro 6.0",
          "product_id": "SUSE Linux Micro 6.0:kernel-devel-rt"
        },
        "product_reference": "kernel-devel-rt",
        "relates_to_product_reference": "SUSE Linux Micro 6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-rt as component of SUSE Linux Micro 6.0",
          "product_id": "SUSE Linux Micro 6.0:kernel-source-rt"
        },
        "product_reference": "kernel-source-rt",
        "relates_to_product_reference": "SUSE Linux Micro 6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Micro 6.1",
          "product_id": "SUSE Linux Micro 6.1:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Micro 6.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Micro 6.1",
          "product_id": "SUSE Linux Micro 6.1:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Micro 6.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Micro 6.1",
          "product_id": "SUSE Linux Micro 6.1:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Micro 6.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Micro 6.1",
          "product_id": "SUSE Linux Micro 6.1:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Micro 6.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-rt as component of SUSE Linux Micro 6.1",
          "product_id": "SUSE Linux Micro 6.1:kernel-devel-rt"
        },
        "product_reference": "kernel-devel-rt",
        "relates_to_product_reference": "SUSE Linux Micro 6.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-rt as component of SUSE Linux Micro 6.1",
          "product_id": "SUSE Linux Micro 6.1:kernel-source-rt"
        },
        "product_reference": "kernel-source-rt",
        "relates_to_product_reference": "SUSE Linux Micro 6.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Micro 6.2",
          "product_id": "SUSE Linux Micro 6.2:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Micro 6.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel as component of SUSE Linux Micro 6.2",
          "product_id": "SUSE Linux Micro 6.2:kernel-devel"
        },
        "product_reference": "kernel-devel",
        "relates_to_product_reference": "SUSE Linux Micro 6.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros as component of SUSE Linux Micro 6.2",
          "product_id": "SUSE Linux Micro 6.2:kernel-macros"
        },
        "product_reference": "kernel-macros",
        "relates_to_product_reference": "SUSE Linux Micro 6.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Micro 6.2",
          "product_id": "SUSE Linux Micro 6.2:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Micro 6.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Micro Extras 6.0",
          "product_id": "SUSE Linux Micro Extras 6.0:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Micro Extras 6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Micro Extras 6.0",
          "product_id": "SUSE Linux Micro Extras 6.0:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Micro Extras 6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-rt as component of SUSE Linux Micro Extras 6.0",
          "product_id": "SUSE Linux Micro Extras 6.0:kernel-source-rt"
        },
        "product_reference": "kernel-source-rt",
        "relates_to_product_reference": "SUSE Linux Micro Extras 6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default as component of SUSE Linux Micro Extras 6.1",
          "product_id": "SUSE Linux Micro Extras 6.1:kernel-default"
        },
        "product_reference": "kernel-default",
        "relates_to_product_reference": "SUSE Linux Micro Extras 6.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of SUSE Linux Micro Extras 6.1",
          "product_id": "SUSE Linux Micro Extras 6.1:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "SUSE Linux Micro Extras 6.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-rt as component of SUSE Linux Enterprise Real Time 15 SP7",
          "product_id": "SUSE Linux Enterprise Real Time 15 SP7:kernel-devel-rt"
        },
        "product_reference": "kernel-devel-rt",
        "relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-rt as component of SUSE Linux Enterprise Real Time 15 SP7",
          "product_id": "SUSE Linux Enterprise Real Time 15 SP7:kernel-source-rt"
        },
        "product_reference": "kernel-source-rt",
        "relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-rt as component of SUSE Real Time Module 15 SP7",
          "product_id": "SUSE Real Time Module 15 SP7:kernel-devel-rt"
        },
        "product_reference": "kernel-devel-rt",
        "relates_to_product_reference": "SUSE Real Time Module 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-rt as component of SUSE Real Time Module 15 SP7",
          "product_id": "SUSE Real Time Module 15 SP7:kernel-source-rt"
        },
        "product_reference": "kernel-source-rt",
        "relates_to_product_reference": "SUSE Real Time Module 15 SP7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source as component of openSUSE Leap 16.0",
          "product_id": "openSUSE Leap 16.0:kernel-source"
        },
        "product_reference": "kernel-source",
        "relates_to_product_reference": "openSUSE Leap 16.0"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2026-64007",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2026-64007"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: synproxy: refresh tcphdr after skb_ensure_writable\n\nsynproxy_tstamp_adjust() rewrites the TCP timestamp option in place\nand then patches the TCP checksum via inet_proto_csum_replace4() on\nthe caller-supplied tcphdr pointer.  Both ipv4_synproxy_hook() and\nipv6_synproxy_hook() obtain that pointer with skb_header_pointer()\nbefore calling in, so it may either alias skb->head directly or\npoint at the caller's on-stack _tcph buffer.\n\nBetween obtaining the pointer and using it, the function calls\nskb_ensure_writable(skb, optend), which on a cloned or non-linear\nskb invokes pskb_expand_head() and frees the old skb->head.  After\nthat point the cached th is stale:\n\n    caller (ipv[46]_synproxy_hook)\n      th = skb_header_pointer(skb, ..., &_tcph)\n      synproxy_tstamp_adjust(skb, protoff, th, ...)\n        skb_ensure_writable(skb, optend)\n          pskb_expand_head()        /* kfree(old skb->head) */\n        ...\n        inet_proto_csum_replace4(&th->check, ...)\n                                    /* writes into freed head, or\n                                       into the caller's stack copy\n                                       leaving the on-wire checksum\n                                       stale */\n\nThe option bytes are written through skb->data and are fine; only\nthe checksum update goes through th and so lands in the wrong\nplace.  The result is either a write into freed slab memory or a\npacket leaving with a checksum that does not match its payload.\n\nFix by re-deriving th from skb->data + protoff immediately after\nskb_ensure_writable() succeeds, so the subsequent checksum update\ntargets the linear, writable header.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "known_affected": [
          "SUSE Linux Enterprise Desktop 15 SP7:kernel-default",
          "SUSE Linux Enterprise Desktop 15 SP7:kernel-default-devel",
          "SUSE Linux Enterprise Desktop 15 SP7:kernel-default-extra",
          "SUSE Linux Enterprise Desktop 15 SP7:kernel-devel",
          "SUSE Linux Enterprise Desktop 15 SP7:kernel-macros",
          "SUSE Linux Enterprise Desktop 15 SP7:kernel-source",
          "SUSE Linux Enterprise High Availability Extension 15 SP7:cluster-md-kmp-default",
          "SUSE Linux Enterprise High Availability Extension 15 SP7:dlm-kmp-default",
          "SUSE Linux Enterprise High Availability Extension 15 SP7:gfs2-kmp-default",
          "SUSE Linux Enterprise High Availability Extension 15 SP7:kernel-default",
          "SUSE Linux Enterprise High Availability Extension 15 SP7:kernel-source",
          "SUSE Linux Enterprise High Availability Extension 15 SP7:ocfs2-kmp-default",
          "SUSE Linux Enterprise High Availability Extension 16.0:kernel-default",
          "SUSE Linux Enterprise High Availability Extension 16.0:kernel-source",
          "SUSE Linux Enterprise High Availability Extension 16.1:kernel-default",
          "SUSE Linux Enterprise High Availability Extension 16.1:kernel-source",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default",
          "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default",
          "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default",
          "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default",
          "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default",
          "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel",
          "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel",
          "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros",
          "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source",
          "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default",
          "SUSE Linux Enterprise High Performance Computing 15 SP7:kernel-default",
          "SUSE Linux Enterprise High Performance Computing 15 SP7:kernel-default-devel",
          "SUSE Linux Enterprise High Performance Computing 15 SP7:kernel-devel",
          "SUSE Linux Enterprise High Performance Computing 15 SP7:kernel-macros",
          "SUSE Linux Enterprise High Performance Computing 15 SP7:kernel-source",
          "SUSE Linux Enterprise High Performance Computing 15 SP7:reiserfs-kmp-default",
          "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default",
          "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch",
          "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel",
          "SUSE Linux Enterprise Live Patching 15 SP4:kernel-source",
          "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default",
          "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch",
          "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel",
          "SUSE Linux Enterprise Live Patching 15 SP5:kernel-source",
          "SUSE Linux Enterprise Live Patching 15 SP7:kernel-default",
          "SUSE Linux Enterprise Live Patching 15 SP7:kernel-default-livepatch",
          "SUSE Linux Enterprise Live Patching 15 SP7:kernel-default-livepatch-devel",
          "SUSE Linux Enterprise Live Patching 15 SP7:kernel-source",
          "SUSE Linux Enterprise Micro 5.1:kernel-default",
          "SUSE Linux Enterprise Micro 5.2:kernel-default",
          "SUSE Linux Enterprise Micro 5.3:kernel-default",
          "SUSE Linux Enterprise Micro 5.3:kernel-macros",
          "SUSE Linux Enterprise Micro 5.3:kernel-rt",
          "SUSE Linux Enterprise Micro 5.3:kernel-source",
          "SUSE Linux Enterprise Micro 5.3:kernel-source-rt",
          "SUSE Linux Enterprise Micro 5.4:kernel-default",
          "SUSE Linux Enterprise Micro 5.4:kernel-macros",
          "SUSE Linux Enterprise Micro 5.4:kernel-rt",
          "SUSE Linux Enterprise Micro 5.4:kernel-source",
          "SUSE Linux Enterprise Micro 5.4:kernel-source-rt",
          "SUSE Linux Enterprise Micro 5.5:kernel-default",
          "SUSE Linux Enterprise Micro 5.5:kernel-devel-rt",
          "SUSE Linux Enterprise Micro 5.5:kernel-macros",
          "SUSE Linux Enterprise Micro 5.5:kernel-source",
          "SUSE Linux Enterprise Micro 5.5:kernel-source-rt",
          "SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-default",
          "SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-default-devel",
          "SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-devel",
          "SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-macros",
          "SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-source",
          "SUSE Linux Enterprise Module for Development Tools 15 SP7:kernel-default",
          "SUSE Linux Enterprise Module for Development Tools 15 SP7:kernel-source",
          "SUSE Linux Enterprise Module for Legacy 15 SP7:kernel-default",
          "SUSE Linux Enterprise Module for Legacy 15 SP7:kernel-source",
          "SUSE Linux Enterprise Module for Legacy 15 SP7:reiserfs-kmp-default",
          "SUSE Linux Enterprise Module for Public Cloud 15 SP7:kernel-default",
          "SUSE Linux Enterprise Module for Public Cloud 15 SP7:kernel-source",
          "SUSE Linux Enterprise Real Time 15 SP7:kernel-devel-rt",
          "SUSE Linux Enterprise Real Time 15 SP7:kernel-source-rt",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default",
          "SUSE Linux Enterprise Server 15 SP3:kernel-default",
          "SUSE Linux Enterprise Server 15 SP3:kernel-default-devel",
          "SUSE Linux Enterprise Server 15 SP3:kernel-devel",
          "SUSE Linux Enterprise Server 15 SP3:kernel-macros",
          "SUSE Linux Enterprise Server 15 SP3:kernel-source",
          "SUSE Linux Enterprise Server 15 SP3:reiserfs-kmp-default",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default",
          "SUSE Linux Enterprise Server 15 SP4:kernel-default",
          "SUSE Linux Enterprise Server 15 SP4:kernel-default-devel",
          "SUSE Linux Enterprise Server 15 SP4:kernel-devel",
          "SUSE Linux Enterprise Server 15 SP4:kernel-macros",
          "SUSE Linux Enterprise Server 15 SP4:kernel-source",
          "SUSE Linux Enterprise Server 15 SP4:reiserfs-kmp-default",
          "SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default",
          "SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default",
          "SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default",
          "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default",
          "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel",
          "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel",
          "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros",
          "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source",
          "SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default",
          "SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default",
          "SUSE Linux Enterprise Server 15 SP5:cluster-md-kmp-default",
          "SUSE Linux Enterprise Server 15 SP5:dlm-kmp-default",
          "SUSE Linux Enterprise Server 15 SP5:gfs2-kmp-default",
          "SUSE Linux Enterprise Server 15 SP5:kernel-default",
          "SUSE Linux Enterprise Server 15 SP5:kernel-default-devel",
          "SUSE Linux Enterprise Server 15 SP5:kernel-devel",
          "SUSE Linux Enterprise Server 15 SP5:kernel-macros",
          "SUSE Linux Enterprise Server 15 SP5:kernel-source",
          "SUSE Linux Enterprise Server 15 SP5:ocfs2-kmp-default",
          "SUSE Linux Enterprise Server 15 SP5:reiserfs-kmp-default",
          "SUSE Linux Enterprise Server 15 SP6-LTSS:cluster-md-kmp-default",
          "SUSE Linux Enterprise Server 15 SP6-LTSS:dlm-kmp-default",
          "SUSE Linux Enterprise Server 15 SP6-LTSS:gfs2-kmp-default",
          "SUSE Linux Enterprise Server 15 SP6-LTSS:kernel-default",
          "SUSE Linux Enterprise Server 15 SP6-LTSS:kernel-default-devel",
          "SUSE Linux Enterprise Server 15 SP6-LTSS:kernel-devel",
          "SUSE Linux Enterprise Server 15 SP6-LTSS:kernel-macros",
          "SUSE Linux Enterprise Server 15 SP6-LTSS:kernel-source",
          "SUSE Linux Enterprise Server 15 SP6-LTSS:ocfs2-kmp-default",
          "SUSE Linux Enterprise Server 15 SP6-LTSS:reiserfs-kmp-default",
          "SUSE Linux Enterprise Server 15 SP6:cluster-md-kmp-default",
          "SUSE Linux Enterprise Server 15 SP6:dlm-kmp-default",
          "SUSE Linux Enterprise Server 15 SP6:gfs2-kmp-default",
          "SUSE Linux Enterprise Server 15 SP6:kernel-default",
          "SUSE Linux Enterprise Server 15 SP6:kernel-default-devel",
          "SUSE Linux Enterprise Server 15 SP6:kernel-devel",
          "SUSE Linux Enterprise Server 15 SP6:kernel-macros",
          "SUSE Linux Enterprise Server 15 SP6:kernel-source",
          "SUSE Linux Enterprise Server 15 SP6:ocfs2-kmp-default",
          "SUSE Linux Enterprise Server 15 SP6:reiserfs-kmp-default",
          "SUSE Linux Enterprise Server 15 SP7:kernel-default",
          "SUSE Linux Enterprise Server 15 SP7:kernel-default-devel",
          "SUSE Linux Enterprise Server 15 SP7:kernel-default-extra",
          "SUSE Linux Enterprise Server 15 SP7:kernel-devel",
          "SUSE Linux Enterprise Server 15 SP7:kernel-macros",
          "SUSE Linux Enterprise Server 15 SP7:kernel-source",
          "SUSE Linux Enterprise Server 15 SP7:reiserfs-kmp-default",
          "SUSE Linux Enterprise Server 16.0:kernel-default",
          "SUSE Linux Enterprise Server 16.0:kernel-devel",
          "SUSE Linux Enterprise Server 16.0:kernel-macros",
          "SUSE Linux Enterprise Server 16.0:kernel-source",
          "SUSE Linux Enterprise Server 16.0:kernel-source-vanilla",
          "SUSE Linux Enterprise Server 16.1:kernel-default",
          "SUSE Linux Enterprise Server 16.1:kernel-devel",
          "SUSE Linux Enterprise Server 16.1:kernel-macros",
          "SUSE Linux Enterprise Server 16.1:kernel-source",
          "SUSE Linux Enterprise Server 16.1:kernel-source-vanilla",
          "SUSE Linux Enterprise Server Teradata 15 SP4:kernel-default",
          "SUSE Linux Enterprise Server Teradata 15 SP4:kernel-source",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP6:cluster-md-kmp-default",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP6:dlm-kmp-default",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP6:gfs2-kmp-default",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP6:kernel-default",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP6:kernel-default-devel",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP6:kernel-devel",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP6:kernel-macros",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP6:kernel-source",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP6:ocfs2-kmp-default",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP6:reiserfs-kmp-default",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP7:kernel-default",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP7:kernel-default-devel",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP7:kernel-default-extra",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP7:kernel-devel",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP7:kernel-macros",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP7:kernel-source",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP7:reiserfs-kmp-default",
          "SUSE Linux Enterprise Server for SAP applications 16.0:kernel-default",
          "SUSE Linux Enterprise Server for SAP applications 16.0:kernel-devel",
          "SUSE Linux Enterprise Server for SAP applications 16.0:kernel-macros",
          "SUSE Linux Enterprise Server for SAP applications 16.0:kernel-source",
          "SUSE Linux Enterprise Server for SAP applications 16.0:kernel-source-vanilla",
          "SUSE Linux Enterprise Server for SAP applications 16.1:kernel-default",
          "SUSE Linux Enterprise Server for SAP applications 16.1:kernel-devel",
          "SUSE Linux Enterprise Server for SAP applications 16.1:kernel-macros",
          "SUSE Linux Enterprise Server for SAP applications 16.1:kernel-source",
          "SUSE Linux Enterprise Server for SAP applications 16.1:kernel-source-vanilla",
          "SUSE Linux Enterprise Workstation Extension 15 SP7:kernel-default",
          "SUSE Linux Enterprise Workstation Extension 15 SP7:kernel-default-extra",
          "SUSE Linux Enterprise Workstation Extension 15 SP7:kernel-source",
          "SUSE Linux Micro 6.0:kernel-default",
          "SUSE Linux Micro 6.0:kernel-devel",
          "SUSE Linux Micro 6.0:kernel-devel-rt",
          "SUSE Linux Micro 6.0:kernel-macros",
          "SUSE Linux Micro 6.0:kernel-source",
          "SUSE Linux Micro 6.0:kernel-source-rt",
          "SUSE Linux Micro 6.1:kernel-default",
          "SUSE Linux Micro 6.1:kernel-devel",
          "SUSE Linux Micro 6.1:kernel-devel-rt",
          "SUSE Linux Micro 6.1:kernel-macros",
          "SUSE Linux Micro 6.1:kernel-source",
          "SUSE Linux Micro 6.1:kernel-source-rt",
          "SUSE Linux Micro 6.2:kernel-default",
          "SUSE Linux Micro 6.2:kernel-devel",
          "SUSE Linux Micro 6.2:kernel-macros",
          "SUSE Linux Micro 6.2:kernel-source",
          "SUSE Linux Micro Extras 6.0:kernel-default",
          "SUSE Linux Micro Extras 6.0:kernel-source",
          "SUSE Linux Micro Extras 6.0:kernel-source-rt",
          "SUSE Linux Micro Extras 6.1:kernel-default",
          "SUSE Linux Micro Extras 6.1:kernel-source",
          "SUSE Real Time Module 15 SP7:kernel-devel-rt",
          "SUSE Real Time Module 15 SP7:kernel-source-rt",
          "openSUSE Leap 16.0:kernel-source"
        ],
        "known_not_affected": [
          "SUSE Linux Enterprise High Performance Computing 12 SP5:kernel-default",
          "SUSE Linux Enterprise High Performance Computing 12 SP5:kernel-source",
          "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default",
          "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft",
          "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel",
          "SUSE Linux Enterprise Live Patching 12 SP5:kernel-source",
          "SUSE Linux Enterprise Micro 5.0:kernel-default",
          "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:kernel-default",
          "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:kernel-default-base",
          "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:kernel-default-devel",
          "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:kernel-source",
          "SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security:kernel-default",
          "SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security:kernel-source",
          "SUSE Linux Enterprise Server 12 SP5-LTSS:cluster-md-kmp-default",
          "SUSE Linux Enterprise Server 12 SP5-LTSS:dlm-kmp-default",
          "SUSE Linux Enterprise Server 12 SP5-LTSS:gfs2-kmp-default",
          "SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-default",
          "SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-default-base",
          "SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-default-devel",
          "SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-default-man",
          "SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-devel",
          "SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-macros",
          "SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-source",
          "SUSE Linux Enterprise Server 12 SP5-LTSS:ocfs2-kmp-default",
          "SUSE Linux Enterprise Server 12 SP5:cluster-md-kmp-default",
          "SUSE Linux Enterprise Server 12 SP5:dlm-kmp-default",
          "SUSE Linux Enterprise Server 12 SP5:gfs2-kmp-default",
          "SUSE Linux Enterprise Server 12 SP5:kernel-default",
          "SUSE Linux Enterprise Server 12 SP5:kernel-default-base",
          "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel",
          "SUSE Linux Enterprise Server 12 SP5:kernel-default-man",
          "SUSE Linux Enterprise Server 12 SP5:kernel-devel",
          "SUSE Linux Enterprise Server 12 SP5:kernel-macros",
          "SUSE Linux Enterprise Server 12 SP5:kernel-source",
          "SUSE Linux Enterprise Server 12 SP5:ocfs2-kmp-default",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default",
          "SUSE Linux Enterprise Server 15 SP1:kernel-default",
          "SUSE Linux Enterprise Server 15 SP1:kernel-default-base",
          "SUSE Linux Enterprise Server 15 SP1:kernel-default-devel",
          "SUSE Linux Enterprise Server 15 SP1:kernel-default-man",
          "SUSE Linux Enterprise Server 15 SP1:kernel-devel",
          "SUSE Linux Enterprise Server 15 SP1:kernel-macros",
          "SUSE Linux Enterprise Server 15 SP1:kernel-source",
          "SUSE Linux Enterprise Server 15 SP1:reiserfs-kmp-default",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default",
          "SUSE Linux Enterprise Server 15 SP2:kernel-default",
          "SUSE Linux Enterprise Server 15 SP2:kernel-default-devel",
          "SUSE Linux Enterprise Server 15 SP2:kernel-devel",
          "SUSE Linux Enterprise Server 15 SP2:kernel-macros",
          "SUSE Linux Enterprise Server 15 SP2:kernel-source",
          "SUSE Linux Enterprise Server 15 SP2:reiserfs-kmp-default",
          "SUSE Linux Enterprise Server Teradata 12 SP3:kernel-default",
          "SUSE Linux Enterprise Server Teradata 12 SP3:kernel-source"
        ],
        "recommended": [
          "SUSE Liberty Linux 9:kernel-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-abi-stablelists-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-core-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-cross-headers-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-debug-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-debug-core-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-debug-devel-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-debug-devel-matched-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-debug-modules-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-debug-modules-core-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-debug-modules-extra-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-debug-uki-virt-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-devel-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-devel-matched-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-doc-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-headers-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-modules-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-modules-core-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-modules-extra-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-rt-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-rt-core-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-rt-debug-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-rt-debug-core-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-rt-debug-devel-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-rt-debug-modules-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-rt-debug-modules-core-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-rt-debug-modules-extra-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-rt-devel-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-rt-modules-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-rt-modules-core-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-rt-modules-extra-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-tools-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-tools-libs-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-tools-libs-devel-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-uki-virt-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:kernel-uki-virt-addons-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:libperf-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:perf-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:python3-perf-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:rtla-5.14.0-687.41.1.el9_8",
          "SUSE Liberty Linux 9:rv-5.14.0-687.41.1.el9_8"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2026-64007",
          "url": "https://www.suse.com/security/cve/CVE-2026-64007"
        },
        {
          "category": "external",
          "summary": "SUSE Security Ratings",
          "url": "https://www.suse.com/support/security/rating/"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1273105 for CVE-2026-64007",
          "url": "https://bugzilla.suse.com/1273105"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1273108 for CVE-2026-64007",
          "url": "https://bugzilla.suse.com/1273108"
        },
        {
          "category": "external",
          "summary": "Advisory link for RHSA-2026:57252",
          "url": "https://lists.suse.com/pipermail/suse-liberty-linux-updates/2026-August/007548.html"
        }
      ],
      "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 Liberty Linux 9:kernel-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-abi-stablelists-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-core-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-cross-headers-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-debug-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-debug-core-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-debug-devel-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-debug-devel-matched-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-debug-modules-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-debug-modules-core-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-debug-modules-extra-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-debug-uki-virt-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-devel-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-devel-matched-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-doc-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-headers-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-modules-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-modules-core-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-modules-extra-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-rt-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-rt-core-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-rt-debug-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-rt-debug-core-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-rt-debug-devel-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-rt-debug-modules-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-rt-debug-modules-core-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-rt-debug-modules-extra-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-rt-devel-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-rt-modules-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-rt-modules-core-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-rt-modules-extra-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-tools-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-tools-libs-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-tools-libs-devel-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-uki-virt-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-uki-virt-addons-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:libperf-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:perf-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:python3-perf-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:rtla-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:rv-5.14.0-687.41.1.el9_8"
          ]
        }
      ],
      "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 Liberty Linux 9:kernel-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-abi-stablelists-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-core-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-cross-headers-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-debug-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-debug-core-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-debug-devel-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-debug-devel-matched-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-debug-modules-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-debug-modules-core-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-debug-modules-extra-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-debug-uki-virt-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-devel-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-devel-matched-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-doc-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-headers-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-modules-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-modules-core-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-modules-extra-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-rt-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-rt-core-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-rt-debug-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-rt-debug-core-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-rt-debug-devel-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-rt-debug-modules-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-rt-debug-modules-core-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-rt-debug-modules-extra-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-rt-devel-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-rt-modules-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-rt-modules-core-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-rt-modules-extra-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-tools-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-tools-libs-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-tools-libs-devel-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-uki-virt-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:kernel-uki-virt-addons-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:libperf-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:perf-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:python3-perf-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:rtla-5.14.0-687.41.1.el9_8",
            "SUSE Liberty Linux 9:rv-5.14.0-687.41.1.el9_8"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2026-07-19T18:01:38Z",
          "details": "important"
        }
      ],
      "title": "CVE-2026-64007"
    }
  ]
}
Enrichment data
View JSON API Download JSON