opensuse-su-2024:0342-1
Vulnerability from csaf_opensuse
Published
2024-10-30 13:01
Modified
2024-10-30 13:01
Summary
Security update for lxc

Notes

Title of the patch
Security update for lxc
Description of the patch
This update for lxc fixes the following issues: lxc was updated to 6.0.2: The LXC team is pleased to announce the release of LXC 6.0.2! This is the second bugfix release for LXC 6.0 which is supported until June 2029. As usual this bugfix releases focus on stability and hardening. * Some of the highlights for this release are: - Reduced log level on some common messages - Fix compilation error on aarch64 * Detailed changelog - Remove unused function - idmap: Lower logging level of newXidmap tools to INFO - Exit 0 when there's no error - doc: Fix definitions of get_config_path and set_config_path - README: Update security contact - fix possible clang compile error in AARCH Update to 6.0.1: The LXC team is pleased to announce the release of LXC 6.0.1! This is the first bugfix release for LXC 6.0 which is supported until June 2029. As usual this bugfix releases focus on stability and hardening. * Highlights - Fixed some build tooling issues - Fixed startup failures on system without IPv6 support - Updated AppArmor rules to avoid potential warnings Update to 6.0.0: The LXC team is pleased to announce the release of LXC 6.0 LTS! This is the result of two years of work since the LXC 5.0 release and is the sixth LTS release for the LXC project. This release will be supported until June 2029. * New multi-call binary A new tools-multicall=true configuration option can be used to produce a single lxc binary which can then have all other lxc-XYZ commands be symlinked to. This allows for a massive disk space reduction, particularly useful for embedded platforms. * Add a set_timeout function to the library A new set_timeout function is available on the main lxc_container struct and allow for setting a global timeout for interactions with the LXC monitor. Prior to this, there was no timeout, leading to potential deadlocks as there's also no way to cancel an monitor request. As a result of adding this new symbol to the library, we have bumped the liblxc symbol version to 1.8.0. * LXC bridge now has IPV6 enabled The default lxcbr0 bridge now comes with IPv6 enabled by default, using an IPv6 ULA subnet. Support for uid/gid selection in lxc-usernsexec The lxc-usernsexec tool now has both -u and -g options to control what resulting UID and GID (respectively) the user wishes to use (defaulting to 0/0). * Improvements to lxc-checkconfig lxc-checkconfig now only shows the version if lxc-start is present (rather than failing). Additionally, it's seen a number of other cosmetic improvements as well as now listing the maximum number of allowed namespaces for every namespace type. * Support for squashfs OCI images The built-in oci container template can now handle squashfs compressed OCI images through the use of atomfs. * Switched from systemd's dbus to dbus-1 LXC now uses libdbus-1 for DBus interactions with systemd rather than using libsystemd. The reason for this change is that libdbus-1 is readily available for static builds. * Removed Upstart support Support for the Upstart init system has finally been removed from LXC. This shouldn't really affect anyone at this stage and allowed for cleaning up some logic and config files from our repository.
Patchnames
openSUSE-2024-342
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).



{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Security update for lxc",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for lxc fixes the following issues:\n\nlxc was updated to 6.0.2:\n\n  The LXC team is pleased to announce the release of LXC 6.0.2!\n  This is the second bugfix release for LXC 6.0 which is supported\n  until June 2029.\n\n  As usual this bugfix releases focus on stability and hardening.\n\n  * Some of the highlights for this release are:\n\n    - Reduced log level on some common messages\n    - Fix compilation error on aarch64\n\n  * Detailed changelog\n\n    - Remove unused function\n    - idmap: Lower logging level of newXidmap tools to INFO\n    - Exit 0 when there\u0027s no error\n    - doc: Fix definitions of get_config_path and set_config_path\n    - README: Update security contact\n    - fix possible clang compile error in AARCH\n\nUpdate to 6.0.1:\n\n  The LXC team is pleased to announce the release of LXC 6.0.1!\n  This is the first bugfix release for LXC 6.0 which is supported\n  until June 2029.\n\n  As usual this bugfix releases focus on stability and hardening.\n\n  * Highlights\n\n    - Fixed some build tooling issues\n    - Fixed startup failures on system without IPv6 support\n    - Updated AppArmor rules to avoid potential warnings\n\nUpdate to 6.0.0:\n\n  The LXC team is pleased to announce the release of LXC 6.0 LTS!\n  This is the result of two years of work since the LXC 5.0 release\n  and is the sixth LTS release for the LXC project. This release\n  will be supported until June 2029.\n\n  * New multi-call binary\n\n    A new tools-multicall=true configuration option can be used to\n    produce a single lxc binary which can then have all other\n    lxc-XYZ commands be symlinked to.\n    This allows for a massive disk space reduction, particularly\n    useful for embedded platforms.\n\n  * Add a set_timeout function to the library\n\n    A new set_timeout function is available on the main\n    lxc_container struct and allow for setting a global timeout for\n    interactions with the LXC monitor.\n    Prior to this, there was no timeout, leading to potential\n    deadlocks as there\u0027s also no way to cancel an monitor request.\n    As a result of adding this new symbol to the library, we have\n    bumped the liblxc symbol version to 1.8.0.\n\n  * LXC bridge now has IPV6 enabled\n\n    The default lxcbr0 bridge now comes with IPv6 enabled by\n    default, using an IPv6 ULA subnet.\n    Support for uid/gid selection in lxc-usernsexec\n    The lxc-usernsexec tool now has both -u and -g options to\n    control what resulting UID and GID (respectively) the user\n    wishes to use (defaulting to 0/0).\n\n  * Improvements to lxc-checkconfig\n\n    lxc-checkconfig now only shows the version if lxc-start is\n    present (rather than failing).\n    Additionally, it\u0027s seen a number of other cosmetic improvements\n    as well as now listing the maximum number of allowed namespaces\n    for every namespace type.\n\n  * Support for squashfs OCI images\n\n    The built-in oci container template can now handle squashfs\n    compressed OCI images through the use of atomfs.\n\n  * Switched from systemd\u0027s dbus to dbus-1\n\n    LXC now uses libdbus-1 for DBus interactions with systemd\n    rather than using libsystemd.\n    The reason for this change is that libdbus-1 is readily\n    available for static builds.\n\n  * Removed Upstart support\n\n    Support for the Upstart init system has finally been removed\n    from LXC.\n    This shouldn\u0027t really affect anyone at this stage and allowed\n    for cleaning up some logic and config files from our\n    repository.\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "openSUSE-2024-342",
        "title": "Patchnames"
      },
      {
        "category": "legal_disclaimer",
        "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
        "title": "Terms of use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://www.suse.com/support/security/contact/",
      "name": "SUSE Product Security Team",
      "namespace": "https://www.suse.com/"
    },
    "references": [
      {
        "category": "external",
        "summary": "SUSE ratings",
        "url": "https://www.suse.com/support/security/rating/"
      },
      {
        "category": "self",
        "summary": "URL of this CSAF notice",
        "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_0342-1.json"
      },
      {
        "category": "self",
        "summary": "URL for openSUSE-SU-2024:0342-1",
        "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/OOSMXYJMF3W5N7MDXO2O3PADSGDX4HXP/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for openSUSE-SU-2024:0342-1",
        "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/OOSMXYJMF3W5N7MDXO2O3PADSGDX4HXP/"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1204842",
        "url": "https://bugzilla.suse.com/1204842"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1206779",
        "url": "https://bugzilla.suse.com/1206779"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2022-47952 page",
        "url": "https://www.suse.com/security/cve/CVE-2022-47952/"
      }
    ],
    "title": "Security update for lxc",
    "tracking": {
      "current_release_date": "2024-10-30T13:01:36Z",
      "generator": {
        "date": "2024-10-30T13:01:36Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "openSUSE-SU-2024:0342-1",
      "initial_release_date": "2024-10-30T13:01:36Z",
      "revision_history": [
        {
          "date": "2024-10-30T13:01:36Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "liblxc-devel-6.0.2-bp156.2.3.1.aarch64",
                "product": {
                  "name": "liblxc-devel-6.0.2-bp156.2.3.1.aarch64",
                  "product_id": "liblxc-devel-6.0.2-bp156.2.3.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "liblxc1-6.0.2-bp156.2.3.1.aarch64",
                "product": {
                  "name": "liblxc1-6.0.2-bp156.2.3.1.aarch64",
                  "product_id": "liblxc1-6.0.2-bp156.2.3.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "lxc-6.0.2-bp156.2.3.1.aarch64",
                "product": {
                  "name": "lxc-6.0.2-bp156.2.3.1.aarch64",
                  "product_id": "lxc-6.0.2-bp156.2.3.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "pam_cgfs-6.0.2-bp156.2.3.1.aarch64",
                "product": {
                  "name": "pam_cgfs-6.0.2-bp156.2.3.1.aarch64",
                  "product_id": "pam_cgfs-6.0.2-bp156.2.3.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "liblxc-devel-6.0.2-bp156.2.3.1.i586",
                "product": {
                  "name": "liblxc-devel-6.0.2-bp156.2.3.1.i586",
                  "product_id": "liblxc-devel-6.0.2-bp156.2.3.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "liblxc1-6.0.2-bp156.2.3.1.i586",
                "product": {
                  "name": "liblxc1-6.0.2-bp156.2.3.1.i586",
                  "product_id": "liblxc1-6.0.2-bp156.2.3.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "lxc-6.0.2-bp156.2.3.1.i586",
                "product": {
                  "name": "lxc-6.0.2-bp156.2.3.1.i586",
                  "product_id": "lxc-6.0.2-bp156.2.3.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "pam_cgfs-6.0.2-bp156.2.3.1.i586",
                "product": {
                  "name": "pam_cgfs-6.0.2-bp156.2.3.1.i586",
                  "product_id": "pam_cgfs-6.0.2-bp156.2.3.1.i586"
                }
              }
            ],
            "category": "architecture",
            "name": "i586"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "lxc-bash-completion-6.0.2-bp156.2.3.1.noarch",
                "product": {
                  "name": "lxc-bash-completion-6.0.2-bp156.2.3.1.noarch",
                  "product_id": "lxc-bash-completion-6.0.2-bp156.2.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "lxc-ja-doc-6.0.2-bp156.2.3.1.noarch",
                "product": {
                  "name": "lxc-ja-doc-6.0.2-bp156.2.3.1.noarch",
                  "product_id": "lxc-ja-doc-6.0.2-bp156.2.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "lxc-ko-doc-6.0.2-bp156.2.3.1.noarch",
                "product": {
                  "name": "lxc-ko-doc-6.0.2-bp156.2.3.1.noarch",
                  "product_id": "lxc-ko-doc-6.0.2-bp156.2.3.1.noarch"
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "liblxc-devel-6.0.2-bp156.2.3.1.ppc64le",
                "product": {
                  "name": "liblxc-devel-6.0.2-bp156.2.3.1.ppc64le",
                  "product_id": "liblxc-devel-6.0.2-bp156.2.3.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "liblxc1-6.0.2-bp156.2.3.1.ppc64le",
                "product": {
                  "name": "liblxc1-6.0.2-bp156.2.3.1.ppc64le",
                  "product_id": "liblxc1-6.0.2-bp156.2.3.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "lxc-6.0.2-bp156.2.3.1.ppc64le",
                "product": {
                  "name": "lxc-6.0.2-bp156.2.3.1.ppc64le",
                  "product_id": "lxc-6.0.2-bp156.2.3.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "pam_cgfs-6.0.2-bp156.2.3.1.ppc64le",
                "product": {
                  "name": "pam_cgfs-6.0.2-bp156.2.3.1.ppc64le",
                  "product_id": "pam_cgfs-6.0.2-bp156.2.3.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "liblxc-devel-6.0.2-bp156.2.3.1.s390x",
                "product": {
                  "name": "liblxc-devel-6.0.2-bp156.2.3.1.s390x",
                  "product_id": "liblxc-devel-6.0.2-bp156.2.3.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "liblxc1-6.0.2-bp156.2.3.1.s390x",
                "product": {
                  "name": "liblxc1-6.0.2-bp156.2.3.1.s390x",
                  "product_id": "liblxc1-6.0.2-bp156.2.3.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "lxc-6.0.2-bp156.2.3.1.s390x",
                "product": {
                  "name": "lxc-6.0.2-bp156.2.3.1.s390x",
                  "product_id": "lxc-6.0.2-bp156.2.3.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "pam_cgfs-6.0.2-bp156.2.3.1.s390x",
                "product": {
                  "name": "pam_cgfs-6.0.2-bp156.2.3.1.s390x",
                  "product_id": "pam_cgfs-6.0.2-bp156.2.3.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "liblxc-devel-6.0.2-bp156.2.3.1.x86_64",
                "product": {
                  "name": "liblxc-devel-6.0.2-bp156.2.3.1.x86_64",
                  "product_id": "liblxc-devel-6.0.2-bp156.2.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "liblxc1-6.0.2-bp156.2.3.1.x86_64",
                "product": {
                  "name": "liblxc1-6.0.2-bp156.2.3.1.x86_64",
                  "product_id": "liblxc1-6.0.2-bp156.2.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "lxc-6.0.2-bp156.2.3.1.x86_64",
                "product": {
                  "name": "lxc-6.0.2-bp156.2.3.1.x86_64",
                  "product_id": "lxc-6.0.2-bp156.2.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "pam_cgfs-6.0.2-bp156.2.3.1.x86_64",
                "product": {
                  "name": "pam_cgfs-6.0.2-bp156.2.3.1.x86_64",
                  "product_id": "pam_cgfs-6.0.2-bp156.2.3.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Package Hub 15 SP5",
                "product": {
                  "name": "SUSE Package Hub 15 SP5",
                  "product_id": "SUSE Package Hub 15 SP5"
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Package Hub 15 SP6",
                "product": {
                  "name": "SUSE Package Hub 15 SP6",
                  "product_id": "SUSE Package Hub 15 SP6"
                }
              },
              {
                "category": "product_name",
                "name": "openSUSE Leap 15.5",
                "product": {
                  "name": "openSUSE Leap 15.5",
                  "product_id": "openSUSE Leap 15.5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:leap:15.5"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "openSUSE Leap 15.6",
                "product": {
                  "name": "openSUSE Leap 15.6",
                  "product_id": "openSUSE Leap 15.6",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:leap:15.6"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc-devel-6.0.2-bp156.2.3.1.aarch64 as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:liblxc-devel-6.0.2-bp156.2.3.1.aarch64"
        },
        "product_reference": "liblxc-devel-6.0.2-bp156.2.3.1.aarch64",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc-devel-6.0.2-bp156.2.3.1.i586 as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:liblxc-devel-6.0.2-bp156.2.3.1.i586"
        },
        "product_reference": "liblxc-devel-6.0.2-bp156.2.3.1.i586",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc-devel-6.0.2-bp156.2.3.1.ppc64le as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:liblxc-devel-6.0.2-bp156.2.3.1.ppc64le"
        },
        "product_reference": "liblxc-devel-6.0.2-bp156.2.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc-devel-6.0.2-bp156.2.3.1.s390x as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:liblxc-devel-6.0.2-bp156.2.3.1.s390x"
        },
        "product_reference": "liblxc-devel-6.0.2-bp156.2.3.1.s390x",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc-devel-6.0.2-bp156.2.3.1.x86_64 as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:liblxc-devel-6.0.2-bp156.2.3.1.x86_64"
        },
        "product_reference": "liblxc-devel-6.0.2-bp156.2.3.1.x86_64",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc1-6.0.2-bp156.2.3.1.aarch64 as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:liblxc1-6.0.2-bp156.2.3.1.aarch64"
        },
        "product_reference": "liblxc1-6.0.2-bp156.2.3.1.aarch64",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc1-6.0.2-bp156.2.3.1.i586 as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:liblxc1-6.0.2-bp156.2.3.1.i586"
        },
        "product_reference": "liblxc1-6.0.2-bp156.2.3.1.i586",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc1-6.0.2-bp156.2.3.1.ppc64le as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:liblxc1-6.0.2-bp156.2.3.1.ppc64le"
        },
        "product_reference": "liblxc1-6.0.2-bp156.2.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc1-6.0.2-bp156.2.3.1.s390x as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:liblxc1-6.0.2-bp156.2.3.1.s390x"
        },
        "product_reference": "liblxc1-6.0.2-bp156.2.3.1.s390x",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc1-6.0.2-bp156.2.3.1.x86_64 as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:liblxc1-6.0.2-bp156.2.3.1.x86_64"
        },
        "product_reference": "liblxc1-6.0.2-bp156.2.3.1.x86_64",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-6.0.2-bp156.2.3.1.aarch64 as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:lxc-6.0.2-bp156.2.3.1.aarch64"
        },
        "product_reference": "lxc-6.0.2-bp156.2.3.1.aarch64",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-6.0.2-bp156.2.3.1.i586 as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:lxc-6.0.2-bp156.2.3.1.i586"
        },
        "product_reference": "lxc-6.0.2-bp156.2.3.1.i586",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-6.0.2-bp156.2.3.1.ppc64le as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:lxc-6.0.2-bp156.2.3.1.ppc64le"
        },
        "product_reference": "lxc-6.0.2-bp156.2.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-6.0.2-bp156.2.3.1.s390x as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:lxc-6.0.2-bp156.2.3.1.s390x"
        },
        "product_reference": "lxc-6.0.2-bp156.2.3.1.s390x",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-6.0.2-bp156.2.3.1.x86_64 as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:lxc-6.0.2-bp156.2.3.1.x86_64"
        },
        "product_reference": "lxc-6.0.2-bp156.2.3.1.x86_64",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-bash-completion-6.0.2-bp156.2.3.1.noarch as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:lxc-bash-completion-6.0.2-bp156.2.3.1.noarch"
        },
        "product_reference": "lxc-bash-completion-6.0.2-bp156.2.3.1.noarch",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-ja-doc-6.0.2-bp156.2.3.1.noarch as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:lxc-ja-doc-6.0.2-bp156.2.3.1.noarch"
        },
        "product_reference": "lxc-ja-doc-6.0.2-bp156.2.3.1.noarch",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-ko-doc-6.0.2-bp156.2.3.1.noarch as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:lxc-ko-doc-6.0.2-bp156.2.3.1.noarch"
        },
        "product_reference": "lxc-ko-doc-6.0.2-bp156.2.3.1.noarch",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_cgfs-6.0.2-bp156.2.3.1.aarch64 as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:pam_cgfs-6.0.2-bp156.2.3.1.aarch64"
        },
        "product_reference": "pam_cgfs-6.0.2-bp156.2.3.1.aarch64",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_cgfs-6.0.2-bp156.2.3.1.i586 as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:pam_cgfs-6.0.2-bp156.2.3.1.i586"
        },
        "product_reference": "pam_cgfs-6.0.2-bp156.2.3.1.i586",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_cgfs-6.0.2-bp156.2.3.1.ppc64le as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:pam_cgfs-6.0.2-bp156.2.3.1.ppc64le"
        },
        "product_reference": "pam_cgfs-6.0.2-bp156.2.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_cgfs-6.0.2-bp156.2.3.1.s390x as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:pam_cgfs-6.0.2-bp156.2.3.1.s390x"
        },
        "product_reference": "pam_cgfs-6.0.2-bp156.2.3.1.s390x",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_cgfs-6.0.2-bp156.2.3.1.x86_64 as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:pam_cgfs-6.0.2-bp156.2.3.1.x86_64"
        },
        "product_reference": "pam_cgfs-6.0.2-bp156.2.3.1.x86_64",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc-devel-6.0.2-bp156.2.3.1.aarch64 as component of SUSE Package Hub 15 SP6",
          "product_id": "SUSE Package Hub 15 SP6:liblxc-devel-6.0.2-bp156.2.3.1.aarch64"
        },
        "product_reference": "liblxc-devel-6.0.2-bp156.2.3.1.aarch64",
        "relates_to_product_reference": "SUSE Package Hub 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc-devel-6.0.2-bp156.2.3.1.i586 as component of SUSE Package Hub 15 SP6",
          "product_id": "SUSE Package Hub 15 SP6:liblxc-devel-6.0.2-bp156.2.3.1.i586"
        },
        "product_reference": "liblxc-devel-6.0.2-bp156.2.3.1.i586",
        "relates_to_product_reference": "SUSE Package Hub 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc-devel-6.0.2-bp156.2.3.1.ppc64le as component of SUSE Package Hub 15 SP6",
          "product_id": "SUSE Package Hub 15 SP6:liblxc-devel-6.0.2-bp156.2.3.1.ppc64le"
        },
        "product_reference": "liblxc-devel-6.0.2-bp156.2.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Package Hub 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc-devel-6.0.2-bp156.2.3.1.s390x as component of SUSE Package Hub 15 SP6",
          "product_id": "SUSE Package Hub 15 SP6:liblxc-devel-6.0.2-bp156.2.3.1.s390x"
        },
        "product_reference": "liblxc-devel-6.0.2-bp156.2.3.1.s390x",
        "relates_to_product_reference": "SUSE Package Hub 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc-devel-6.0.2-bp156.2.3.1.x86_64 as component of SUSE Package Hub 15 SP6",
          "product_id": "SUSE Package Hub 15 SP6:liblxc-devel-6.0.2-bp156.2.3.1.x86_64"
        },
        "product_reference": "liblxc-devel-6.0.2-bp156.2.3.1.x86_64",
        "relates_to_product_reference": "SUSE Package Hub 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc1-6.0.2-bp156.2.3.1.aarch64 as component of SUSE Package Hub 15 SP6",
          "product_id": "SUSE Package Hub 15 SP6:liblxc1-6.0.2-bp156.2.3.1.aarch64"
        },
        "product_reference": "liblxc1-6.0.2-bp156.2.3.1.aarch64",
        "relates_to_product_reference": "SUSE Package Hub 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc1-6.0.2-bp156.2.3.1.i586 as component of SUSE Package Hub 15 SP6",
          "product_id": "SUSE Package Hub 15 SP6:liblxc1-6.0.2-bp156.2.3.1.i586"
        },
        "product_reference": "liblxc1-6.0.2-bp156.2.3.1.i586",
        "relates_to_product_reference": "SUSE Package Hub 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc1-6.0.2-bp156.2.3.1.ppc64le as component of SUSE Package Hub 15 SP6",
          "product_id": "SUSE Package Hub 15 SP6:liblxc1-6.0.2-bp156.2.3.1.ppc64le"
        },
        "product_reference": "liblxc1-6.0.2-bp156.2.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Package Hub 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc1-6.0.2-bp156.2.3.1.s390x as component of SUSE Package Hub 15 SP6",
          "product_id": "SUSE Package Hub 15 SP6:liblxc1-6.0.2-bp156.2.3.1.s390x"
        },
        "product_reference": "liblxc1-6.0.2-bp156.2.3.1.s390x",
        "relates_to_product_reference": "SUSE Package Hub 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc1-6.0.2-bp156.2.3.1.x86_64 as component of SUSE Package Hub 15 SP6",
          "product_id": "SUSE Package Hub 15 SP6:liblxc1-6.0.2-bp156.2.3.1.x86_64"
        },
        "product_reference": "liblxc1-6.0.2-bp156.2.3.1.x86_64",
        "relates_to_product_reference": "SUSE Package Hub 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-6.0.2-bp156.2.3.1.aarch64 as component of SUSE Package Hub 15 SP6",
          "product_id": "SUSE Package Hub 15 SP6:lxc-6.0.2-bp156.2.3.1.aarch64"
        },
        "product_reference": "lxc-6.0.2-bp156.2.3.1.aarch64",
        "relates_to_product_reference": "SUSE Package Hub 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-6.0.2-bp156.2.3.1.i586 as component of SUSE Package Hub 15 SP6",
          "product_id": "SUSE Package Hub 15 SP6:lxc-6.0.2-bp156.2.3.1.i586"
        },
        "product_reference": "lxc-6.0.2-bp156.2.3.1.i586",
        "relates_to_product_reference": "SUSE Package Hub 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-6.0.2-bp156.2.3.1.ppc64le as component of SUSE Package Hub 15 SP6",
          "product_id": "SUSE Package Hub 15 SP6:lxc-6.0.2-bp156.2.3.1.ppc64le"
        },
        "product_reference": "lxc-6.0.2-bp156.2.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Package Hub 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-6.0.2-bp156.2.3.1.s390x as component of SUSE Package Hub 15 SP6",
          "product_id": "SUSE Package Hub 15 SP6:lxc-6.0.2-bp156.2.3.1.s390x"
        },
        "product_reference": "lxc-6.0.2-bp156.2.3.1.s390x",
        "relates_to_product_reference": "SUSE Package Hub 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-6.0.2-bp156.2.3.1.x86_64 as component of SUSE Package Hub 15 SP6",
          "product_id": "SUSE Package Hub 15 SP6:lxc-6.0.2-bp156.2.3.1.x86_64"
        },
        "product_reference": "lxc-6.0.2-bp156.2.3.1.x86_64",
        "relates_to_product_reference": "SUSE Package Hub 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-bash-completion-6.0.2-bp156.2.3.1.noarch as component of SUSE Package Hub 15 SP6",
          "product_id": "SUSE Package Hub 15 SP6:lxc-bash-completion-6.0.2-bp156.2.3.1.noarch"
        },
        "product_reference": "lxc-bash-completion-6.0.2-bp156.2.3.1.noarch",
        "relates_to_product_reference": "SUSE Package Hub 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-ja-doc-6.0.2-bp156.2.3.1.noarch as component of SUSE Package Hub 15 SP6",
          "product_id": "SUSE Package Hub 15 SP6:lxc-ja-doc-6.0.2-bp156.2.3.1.noarch"
        },
        "product_reference": "lxc-ja-doc-6.0.2-bp156.2.3.1.noarch",
        "relates_to_product_reference": "SUSE Package Hub 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-ko-doc-6.0.2-bp156.2.3.1.noarch as component of SUSE Package Hub 15 SP6",
          "product_id": "SUSE Package Hub 15 SP6:lxc-ko-doc-6.0.2-bp156.2.3.1.noarch"
        },
        "product_reference": "lxc-ko-doc-6.0.2-bp156.2.3.1.noarch",
        "relates_to_product_reference": "SUSE Package Hub 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_cgfs-6.0.2-bp156.2.3.1.aarch64 as component of SUSE Package Hub 15 SP6",
          "product_id": "SUSE Package Hub 15 SP6:pam_cgfs-6.0.2-bp156.2.3.1.aarch64"
        },
        "product_reference": "pam_cgfs-6.0.2-bp156.2.3.1.aarch64",
        "relates_to_product_reference": "SUSE Package Hub 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_cgfs-6.0.2-bp156.2.3.1.i586 as component of SUSE Package Hub 15 SP6",
          "product_id": "SUSE Package Hub 15 SP6:pam_cgfs-6.0.2-bp156.2.3.1.i586"
        },
        "product_reference": "pam_cgfs-6.0.2-bp156.2.3.1.i586",
        "relates_to_product_reference": "SUSE Package Hub 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_cgfs-6.0.2-bp156.2.3.1.ppc64le as component of SUSE Package Hub 15 SP6",
          "product_id": "SUSE Package Hub 15 SP6:pam_cgfs-6.0.2-bp156.2.3.1.ppc64le"
        },
        "product_reference": "pam_cgfs-6.0.2-bp156.2.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Package Hub 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_cgfs-6.0.2-bp156.2.3.1.s390x as component of SUSE Package Hub 15 SP6",
          "product_id": "SUSE Package Hub 15 SP6:pam_cgfs-6.0.2-bp156.2.3.1.s390x"
        },
        "product_reference": "pam_cgfs-6.0.2-bp156.2.3.1.s390x",
        "relates_to_product_reference": "SUSE Package Hub 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_cgfs-6.0.2-bp156.2.3.1.x86_64 as component of SUSE Package Hub 15 SP6",
          "product_id": "SUSE Package Hub 15 SP6:pam_cgfs-6.0.2-bp156.2.3.1.x86_64"
        },
        "product_reference": "pam_cgfs-6.0.2-bp156.2.3.1.x86_64",
        "relates_to_product_reference": "SUSE Package Hub 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc-devel-6.0.2-bp156.2.3.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:liblxc-devel-6.0.2-bp156.2.3.1.aarch64"
        },
        "product_reference": "liblxc-devel-6.0.2-bp156.2.3.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc-devel-6.0.2-bp156.2.3.1.i586 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:liblxc-devel-6.0.2-bp156.2.3.1.i586"
        },
        "product_reference": "liblxc-devel-6.0.2-bp156.2.3.1.i586",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc-devel-6.0.2-bp156.2.3.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:liblxc-devel-6.0.2-bp156.2.3.1.ppc64le"
        },
        "product_reference": "liblxc-devel-6.0.2-bp156.2.3.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc-devel-6.0.2-bp156.2.3.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:liblxc-devel-6.0.2-bp156.2.3.1.s390x"
        },
        "product_reference": "liblxc-devel-6.0.2-bp156.2.3.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc-devel-6.0.2-bp156.2.3.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:liblxc-devel-6.0.2-bp156.2.3.1.x86_64"
        },
        "product_reference": "liblxc-devel-6.0.2-bp156.2.3.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc1-6.0.2-bp156.2.3.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:liblxc1-6.0.2-bp156.2.3.1.aarch64"
        },
        "product_reference": "liblxc1-6.0.2-bp156.2.3.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc1-6.0.2-bp156.2.3.1.i586 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:liblxc1-6.0.2-bp156.2.3.1.i586"
        },
        "product_reference": "liblxc1-6.0.2-bp156.2.3.1.i586",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc1-6.0.2-bp156.2.3.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:liblxc1-6.0.2-bp156.2.3.1.ppc64le"
        },
        "product_reference": "liblxc1-6.0.2-bp156.2.3.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc1-6.0.2-bp156.2.3.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:liblxc1-6.0.2-bp156.2.3.1.s390x"
        },
        "product_reference": "liblxc1-6.0.2-bp156.2.3.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc1-6.0.2-bp156.2.3.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:liblxc1-6.0.2-bp156.2.3.1.x86_64"
        },
        "product_reference": "liblxc1-6.0.2-bp156.2.3.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-6.0.2-bp156.2.3.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:lxc-6.0.2-bp156.2.3.1.aarch64"
        },
        "product_reference": "lxc-6.0.2-bp156.2.3.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-6.0.2-bp156.2.3.1.i586 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:lxc-6.0.2-bp156.2.3.1.i586"
        },
        "product_reference": "lxc-6.0.2-bp156.2.3.1.i586",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-6.0.2-bp156.2.3.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:lxc-6.0.2-bp156.2.3.1.ppc64le"
        },
        "product_reference": "lxc-6.0.2-bp156.2.3.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-6.0.2-bp156.2.3.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:lxc-6.0.2-bp156.2.3.1.s390x"
        },
        "product_reference": "lxc-6.0.2-bp156.2.3.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-6.0.2-bp156.2.3.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:lxc-6.0.2-bp156.2.3.1.x86_64"
        },
        "product_reference": "lxc-6.0.2-bp156.2.3.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-bash-completion-6.0.2-bp156.2.3.1.noarch as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:lxc-bash-completion-6.0.2-bp156.2.3.1.noarch"
        },
        "product_reference": "lxc-bash-completion-6.0.2-bp156.2.3.1.noarch",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-ja-doc-6.0.2-bp156.2.3.1.noarch as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:lxc-ja-doc-6.0.2-bp156.2.3.1.noarch"
        },
        "product_reference": "lxc-ja-doc-6.0.2-bp156.2.3.1.noarch",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-ko-doc-6.0.2-bp156.2.3.1.noarch as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:lxc-ko-doc-6.0.2-bp156.2.3.1.noarch"
        },
        "product_reference": "lxc-ko-doc-6.0.2-bp156.2.3.1.noarch",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_cgfs-6.0.2-bp156.2.3.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:pam_cgfs-6.0.2-bp156.2.3.1.aarch64"
        },
        "product_reference": "pam_cgfs-6.0.2-bp156.2.3.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_cgfs-6.0.2-bp156.2.3.1.i586 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:pam_cgfs-6.0.2-bp156.2.3.1.i586"
        },
        "product_reference": "pam_cgfs-6.0.2-bp156.2.3.1.i586",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_cgfs-6.0.2-bp156.2.3.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:pam_cgfs-6.0.2-bp156.2.3.1.ppc64le"
        },
        "product_reference": "pam_cgfs-6.0.2-bp156.2.3.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_cgfs-6.0.2-bp156.2.3.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:pam_cgfs-6.0.2-bp156.2.3.1.s390x"
        },
        "product_reference": "pam_cgfs-6.0.2-bp156.2.3.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_cgfs-6.0.2-bp156.2.3.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:pam_cgfs-6.0.2-bp156.2.3.1.x86_64"
        },
        "product_reference": "pam_cgfs-6.0.2-bp156.2.3.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc-devel-6.0.2-bp156.2.3.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:liblxc-devel-6.0.2-bp156.2.3.1.aarch64"
        },
        "product_reference": "liblxc-devel-6.0.2-bp156.2.3.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc-devel-6.0.2-bp156.2.3.1.i586 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:liblxc-devel-6.0.2-bp156.2.3.1.i586"
        },
        "product_reference": "liblxc-devel-6.0.2-bp156.2.3.1.i586",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc-devel-6.0.2-bp156.2.3.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:liblxc-devel-6.0.2-bp156.2.3.1.ppc64le"
        },
        "product_reference": "liblxc-devel-6.0.2-bp156.2.3.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc-devel-6.0.2-bp156.2.3.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:liblxc-devel-6.0.2-bp156.2.3.1.s390x"
        },
        "product_reference": "liblxc-devel-6.0.2-bp156.2.3.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc-devel-6.0.2-bp156.2.3.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:liblxc-devel-6.0.2-bp156.2.3.1.x86_64"
        },
        "product_reference": "liblxc-devel-6.0.2-bp156.2.3.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc1-6.0.2-bp156.2.3.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:liblxc1-6.0.2-bp156.2.3.1.aarch64"
        },
        "product_reference": "liblxc1-6.0.2-bp156.2.3.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc1-6.0.2-bp156.2.3.1.i586 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:liblxc1-6.0.2-bp156.2.3.1.i586"
        },
        "product_reference": "liblxc1-6.0.2-bp156.2.3.1.i586",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc1-6.0.2-bp156.2.3.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:liblxc1-6.0.2-bp156.2.3.1.ppc64le"
        },
        "product_reference": "liblxc1-6.0.2-bp156.2.3.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc1-6.0.2-bp156.2.3.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:liblxc1-6.0.2-bp156.2.3.1.s390x"
        },
        "product_reference": "liblxc1-6.0.2-bp156.2.3.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "liblxc1-6.0.2-bp156.2.3.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:liblxc1-6.0.2-bp156.2.3.1.x86_64"
        },
        "product_reference": "liblxc1-6.0.2-bp156.2.3.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-6.0.2-bp156.2.3.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:lxc-6.0.2-bp156.2.3.1.aarch64"
        },
        "product_reference": "lxc-6.0.2-bp156.2.3.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-6.0.2-bp156.2.3.1.i586 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:lxc-6.0.2-bp156.2.3.1.i586"
        },
        "product_reference": "lxc-6.0.2-bp156.2.3.1.i586",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-6.0.2-bp156.2.3.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:lxc-6.0.2-bp156.2.3.1.ppc64le"
        },
        "product_reference": "lxc-6.0.2-bp156.2.3.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-6.0.2-bp156.2.3.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:lxc-6.0.2-bp156.2.3.1.s390x"
        },
        "product_reference": "lxc-6.0.2-bp156.2.3.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-6.0.2-bp156.2.3.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:lxc-6.0.2-bp156.2.3.1.x86_64"
        },
        "product_reference": "lxc-6.0.2-bp156.2.3.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-bash-completion-6.0.2-bp156.2.3.1.noarch as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:lxc-bash-completion-6.0.2-bp156.2.3.1.noarch"
        },
        "product_reference": "lxc-bash-completion-6.0.2-bp156.2.3.1.noarch",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-ja-doc-6.0.2-bp156.2.3.1.noarch as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:lxc-ja-doc-6.0.2-bp156.2.3.1.noarch"
        },
        "product_reference": "lxc-ja-doc-6.0.2-bp156.2.3.1.noarch",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "lxc-ko-doc-6.0.2-bp156.2.3.1.noarch as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:lxc-ko-doc-6.0.2-bp156.2.3.1.noarch"
        },
        "product_reference": "lxc-ko-doc-6.0.2-bp156.2.3.1.noarch",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_cgfs-6.0.2-bp156.2.3.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:pam_cgfs-6.0.2-bp156.2.3.1.aarch64"
        },
        "product_reference": "pam_cgfs-6.0.2-bp156.2.3.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_cgfs-6.0.2-bp156.2.3.1.i586 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:pam_cgfs-6.0.2-bp156.2.3.1.i586"
        },
        "product_reference": "pam_cgfs-6.0.2-bp156.2.3.1.i586",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_cgfs-6.0.2-bp156.2.3.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:pam_cgfs-6.0.2-bp156.2.3.1.ppc64le"
        },
        "product_reference": "pam_cgfs-6.0.2-bp156.2.3.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_cgfs-6.0.2-bp156.2.3.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:pam_cgfs-6.0.2-bp156.2.3.1.s390x"
        },
        "product_reference": "pam_cgfs-6.0.2-bp156.2.3.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_cgfs-6.0.2-bp156.2.3.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:pam_cgfs-6.0.2-bp156.2.3.1.x86_64"
        },
        "product_reference": "pam_cgfs-6.0.2-bp156.2.3.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2022-47952",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2022-47952"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "lxc-user-nic in lxc through 5.0.1 is installed setuid root, and may allow local users to infer whether any file exists, even within a protected directory tree, because \"Failed to open\" often indicates that a file does not exist, whereas \"does not refer to a network namespace path\" often indicates that a file exists. NOTE: this is different from CVE-2018-6556 because the CVE-2018-6556 fix design was based on the premise that \"we will report back to the user that the open() failed but the user has no way of knowing why it failed\"; however, in many realistic cases, there are no plausible reasons for failing except that the file does not exist.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Package Hub 15 SP5:liblxc-devel-6.0.2-bp156.2.3.1.aarch64",
          "SUSE Package Hub 15 SP5:liblxc-devel-6.0.2-bp156.2.3.1.i586",
          "SUSE Package Hub 15 SP5:liblxc-devel-6.0.2-bp156.2.3.1.ppc64le",
          "SUSE Package Hub 15 SP5:liblxc-devel-6.0.2-bp156.2.3.1.s390x",
          "SUSE Package Hub 15 SP5:liblxc-devel-6.0.2-bp156.2.3.1.x86_64",
          "SUSE Package Hub 15 SP5:liblxc1-6.0.2-bp156.2.3.1.aarch64",
          "SUSE Package Hub 15 SP5:liblxc1-6.0.2-bp156.2.3.1.i586",
          "SUSE Package Hub 15 SP5:liblxc1-6.0.2-bp156.2.3.1.ppc64le",
          "SUSE Package Hub 15 SP5:liblxc1-6.0.2-bp156.2.3.1.s390x",
          "SUSE Package Hub 15 SP5:liblxc1-6.0.2-bp156.2.3.1.x86_64",
          "SUSE Package Hub 15 SP5:lxc-6.0.2-bp156.2.3.1.aarch64",
          "SUSE Package Hub 15 SP5:lxc-6.0.2-bp156.2.3.1.i586",
          "SUSE Package Hub 15 SP5:lxc-6.0.2-bp156.2.3.1.ppc64le",
          "SUSE Package Hub 15 SP5:lxc-6.0.2-bp156.2.3.1.s390x",
          "SUSE Package Hub 15 SP5:lxc-6.0.2-bp156.2.3.1.x86_64",
          "SUSE Package Hub 15 SP5:lxc-bash-completion-6.0.2-bp156.2.3.1.noarch",
          "SUSE Package Hub 15 SP5:lxc-ja-doc-6.0.2-bp156.2.3.1.noarch",
          "SUSE Package Hub 15 SP5:lxc-ko-doc-6.0.2-bp156.2.3.1.noarch",
          "SUSE Package Hub 15 SP5:pam_cgfs-6.0.2-bp156.2.3.1.aarch64",
          "SUSE Package Hub 15 SP5:pam_cgfs-6.0.2-bp156.2.3.1.i586",
          "SUSE Package Hub 15 SP5:pam_cgfs-6.0.2-bp156.2.3.1.ppc64le",
          "SUSE Package Hub 15 SP5:pam_cgfs-6.0.2-bp156.2.3.1.s390x",
          "SUSE Package Hub 15 SP5:pam_cgfs-6.0.2-bp156.2.3.1.x86_64",
          "SUSE Package Hub 15 SP6:liblxc-devel-6.0.2-bp156.2.3.1.aarch64",
          "SUSE Package Hub 15 SP6:liblxc-devel-6.0.2-bp156.2.3.1.i586",
          "SUSE Package Hub 15 SP6:liblxc-devel-6.0.2-bp156.2.3.1.ppc64le",
          "SUSE Package Hub 15 SP6:liblxc-devel-6.0.2-bp156.2.3.1.s390x",
          "SUSE Package Hub 15 SP6:liblxc-devel-6.0.2-bp156.2.3.1.x86_64",
          "SUSE Package Hub 15 SP6:liblxc1-6.0.2-bp156.2.3.1.aarch64",
          "SUSE Package Hub 15 SP6:liblxc1-6.0.2-bp156.2.3.1.i586",
          "SUSE Package Hub 15 SP6:liblxc1-6.0.2-bp156.2.3.1.ppc64le",
          "SUSE Package Hub 15 SP6:liblxc1-6.0.2-bp156.2.3.1.s390x",
          "SUSE Package Hub 15 SP6:liblxc1-6.0.2-bp156.2.3.1.x86_64",
          "SUSE Package Hub 15 SP6:lxc-6.0.2-bp156.2.3.1.aarch64",
          "SUSE Package Hub 15 SP6:lxc-6.0.2-bp156.2.3.1.i586",
          "SUSE Package Hub 15 SP6:lxc-6.0.2-bp156.2.3.1.ppc64le",
          "SUSE Package Hub 15 SP6:lxc-6.0.2-bp156.2.3.1.s390x",
          "SUSE Package Hub 15 SP6:lxc-6.0.2-bp156.2.3.1.x86_64",
          "SUSE Package Hub 15 SP6:lxc-bash-completion-6.0.2-bp156.2.3.1.noarch",
          "SUSE Package Hub 15 SP6:lxc-ja-doc-6.0.2-bp156.2.3.1.noarch",
          "SUSE Package Hub 15 SP6:lxc-ko-doc-6.0.2-bp156.2.3.1.noarch",
          "SUSE Package Hub 15 SP6:pam_cgfs-6.0.2-bp156.2.3.1.aarch64",
          "SUSE Package Hub 15 SP6:pam_cgfs-6.0.2-bp156.2.3.1.i586",
          "SUSE Package Hub 15 SP6:pam_cgfs-6.0.2-bp156.2.3.1.ppc64le",
          "SUSE Package Hub 15 SP6:pam_cgfs-6.0.2-bp156.2.3.1.s390x",
          "SUSE Package Hub 15 SP6:pam_cgfs-6.0.2-bp156.2.3.1.x86_64",
          "openSUSE Leap 15.5:liblxc-devel-6.0.2-bp156.2.3.1.aarch64",
          "openSUSE Leap 15.5:liblxc-devel-6.0.2-bp156.2.3.1.i586",
          "openSUSE Leap 15.5:liblxc-devel-6.0.2-bp156.2.3.1.ppc64le",
          "openSUSE Leap 15.5:liblxc-devel-6.0.2-bp156.2.3.1.s390x",
          "openSUSE Leap 15.5:liblxc-devel-6.0.2-bp156.2.3.1.x86_64",
          "openSUSE Leap 15.5:liblxc1-6.0.2-bp156.2.3.1.aarch64",
          "openSUSE Leap 15.5:liblxc1-6.0.2-bp156.2.3.1.i586",
          "openSUSE Leap 15.5:liblxc1-6.0.2-bp156.2.3.1.ppc64le",
          "openSUSE Leap 15.5:liblxc1-6.0.2-bp156.2.3.1.s390x",
          "openSUSE Leap 15.5:liblxc1-6.0.2-bp156.2.3.1.x86_64",
          "openSUSE Leap 15.5:lxc-6.0.2-bp156.2.3.1.aarch64",
          "openSUSE Leap 15.5:lxc-6.0.2-bp156.2.3.1.i586",
          "openSUSE Leap 15.5:lxc-6.0.2-bp156.2.3.1.ppc64le",
          "openSUSE Leap 15.5:lxc-6.0.2-bp156.2.3.1.s390x",
          "openSUSE Leap 15.5:lxc-6.0.2-bp156.2.3.1.x86_64",
          "openSUSE Leap 15.5:lxc-bash-completion-6.0.2-bp156.2.3.1.noarch",
          "openSUSE Leap 15.5:lxc-ja-doc-6.0.2-bp156.2.3.1.noarch",
          "openSUSE Leap 15.5:lxc-ko-doc-6.0.2-bp156.2.3.1.noarch",
          "openSUSE Leap 15.5:pam_cgfs-6.0.2-bp156.2.3.1.aarch64",
          "openSUSE Leap 15.5:pam_cgfs-6.0.2-bp156.2.3.1.i586",
          "openSUSE Leap 15.5:pam_cgfs-6.0.2-bp156.2.3.1.ppc64le",
          "openSUSE Leap 15.5:pam_cgfs-6.0.2-bp156.2.3.1.s390x",
          "openSUSE Leap 15.5:pam_cgfs-6.0.2-bp156.2.3.1.x86_64",
          "openSUSE Leap 15.6:liblxc-devel-6.0.2-bp156.2.3.1.aarch64",
          "openSUSE Leap 15.6:liblxc-devel-6.0.2-bp156.2.3.1.i586",
          "openSUSE Leap 15.6:liblxc-devel-6.0.2-bp156.2.3.1.ppc64le",
          "openSUSE Leap 15.6:liblxc-devel-6.0.2-bp156.2.3.1.s390x",
          "openSUSE Leap 15.6:liblxc-devel-6.0.2-bp156.2.3.1.x86_64",
          "openSUSE Leap 15.6:liblxc1-6.0.2-bp156.2.3.1.aarch64",
          "openSUSE Leap 15.6:liblxc1-6.0.2-bp156.2.3.1.i586",
          "openSUSE Leap 15.6:liblxc1-6.0.2-bp156.2.3.1.ppc64le",
          "openSUSE Leap 15.6:liblxc1-6.0.2-bp156.2.3.1.s390x",
          "openSUSE Leap 15.6:liblxc1-6.0.2-bp156.2.3.1.x86_64",
          "openSUSE Leap 15.6:lxc-6.0.2-bp156.2.3.1.aarch64",
          "openSUSE Leap 15.6:lxc-6.0.2-bp156.2.3.1.i586",
          "openSUSE Leap 15.6:lxc-6.0.2-bp156.2.3.1.ppc64le",
          "openSUSE Leap 15.6:lxc-6.0.2-bp156.2.3.1.s390x",
          "openSUSE Leap 15.6:lxc-6.0.2-bp156.2.3.1.x86_64",
          "openSUSE Leap 15.6:lxc-bash-completion-6.0.2-bp156.2.3.1.noarch",
          "openSUSE Leap 15.6:lxc-ja-doc-6.0.2-bp156.2.3.1.noarch",
          "openSUSE Leap 15.6:lxc-ko-doc-6.0.2-bp156.2.3.1.noarch",
          "openSUSE Leap 15.6:pam_cgfs-6.0.2-bp156.2.3.1.aarch64",
          "openSUSE Leap 15.6:pam_cgfs-6.0.2-bp156.2.3.1.i586",
          "openSUSE Leap 15.6:pam_cgfs-6.0.2-bp156.2.3.1.ppc64le",
          "openSUSE Leap 15.6:pam_cgfs-6.0.2-bp156.2.3.1.s390x",
          "openSUSE Leap 15.6:pam_cgfs-6.0.2-bp156.2.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2022-47952",
          "url": "https://www.suse.com/security/cve/CVE-2022-47952"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1206779 for CVE-2022-47952",
          "url": "https://bugzilla.suse.com/1206779"
        }
      ],
      "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 Package Hub 15 SP5:liblxc-devel-6.0.2-bp156.2.3.1.aarch64",
            "SUSE Package Hub 15 SP5:liblxc-devel-6.0.2-bp156.2.3.1.i586",
            "SUSE Package Hub 15 SP5:liblxc-devel-6.0.2-bp156.2.3.1.ppc64le",
            "SUSE Package Hub 15 SP5:liblxc-devel-6.0.2-bp156.2.3.1.s390x",
            "SUSE Package Hub 15 SP5:liblxc-devel-6.0.2-bp156.2.3.1.x86_64",
            "SUSE Package Hub 15 SP5:liblxc1-6.0.2-bp156.2.3.1.aarch64",
            "SUSE Package Hub 15 SP5:liblxc1-6.0.2-bp156.2.3.1.i586",
            "SUSE Package Hub 15 SP5:liblxc1-6.0.2-bp156.2.3.1.ppc64le",
            "SUSE Package Hub 15 SP5:liblxc1-6.0.2-bp156.2.3.1.s390x",
            "SUSE Package Hub 15 SP5:liblxc1-6.0.2-bp156.2.3.1.x86_64",
            "SUSE Package Hub 15 SP5:lxc-6.0.2-bp156.2.3.1.aarch64",
            "SUSE Package Hub 15 SP5:lxc-6.0.2-bp156.2.3.1.i586",
            "SUSE Package Hub 15 SP5:lxc-6.0.2-bp156.2.3.1.ppc64le",
            "SUSE Package Hub 15 SP5:lxc-6.0.2-bp156.2.3.1.s390x",
            "SUSE Package Hub 15 SP5:lxc-6.0.2-bp156.2.3.1.x86_64",
            "SUSE Package Hub 15 SP5:lxc-bash-completion-6.0.2-bp156.2.3.1.noarch",
            "SUSE Package Hub 15 SP5:lxc-ja-doc-6.0.2-bp156.2.3.1.noarch",
            "SUSE Package Hub 15 SP5:lxc-ko-doc-6.0.2-bp156.2.3.1.noarch",
            "SUSE Package Hub 15 SP5:pam_cgfs-6.0.2-bp156.2.3.1.aarch64",
            "SUSE Package Hub 15 SP5:pam_cgfs-6.0.2-bp156.2.3.1.i586",
            "SUSE Package Hub 15 SP5:pam_cgfs-6.0.2-bp156.2.3.1.ppc64le",
            "SUSE Package Hub 15 SP5:pam_cgfs-6.0.2-bp156.2.3.1.s390x",
            "SUSE Package Hub 15 SP5:pam_cgfs-6.0.2-bp156.2.3.1.x86_64",
            "SUSE Package Hub 15 SP6:liblxc-devel-6.0.2-bp156.2.3.1.aarch64",
            "SUSE Package Hub 15 SP6:liblxc-devel-6.0.2-bp156.2.3.1.i586",
            "SUSE Package Hub 15 SP6:liblxc-devel-6.0.2-bp156.2.3.1.ppc64le",
            "SUSE Package Hub 15 SP6:liblxc-devel-6.0.2-bp156.2.3.1.s390x",
            "SUSE Package Hub 15 SP6:liblxc-devel-6.0.2-bp156.2.3.1.x86_64",
            "SUSE Package Hub 15 SP6:liblxc1-6.0.2-bp156.2.3.1.aarch64",
            "SUSE Package Hub 15 SP6:liblxc1-6.0.2-bp156.2.3.1.i586",
            "SUSE Package Hub 15 SP6:liblxc1-6.0.2-bp156.2.3.1.ppc64le",
            "SUSE Package Hub 15 SP6:liblxc1-6.0.2-bp156.2.3.1.s390x",
            "SUSE Package Hub 15 SP6:liblxc1-6.0.2-bp156.2.3.1.x86_64",
            "SUSE Package Hub 15 SP6:lxc-6.0.2-bp156.2.3.1.aarch64",
            "SUSE Package Hub 15 SP6:lxc-6.0.2-bp156.2.3.1.i586",
            "SUSE Package Hub 15 SP6:lxc-6.0.2-bp156.2.3.1.ppc64le",
            "SUSE Package Hub 15 SP6:lxc-6.0.2-bp156.2.3.1.s390x",
            "SUSE Package Hub 15 SP6:lxc-6.0.2-bp156.2.3.1.x86_64",
            "SUSE Package Hub 15 SP6:lxc-bash-completion-6.0.2-bp156.2.3.1.noarch",
            "SUSE Package Hub 15 SP6:lxc-ja-doc-6.0.2-bp156.2.3.1.noarch",
            "SUSE Package Hub 15 SP6:lxc-ko-doc-6.0.2-bp156.2.3.1.noarch",
            "SUSE Package Hub 15 SP6:pam_cgfs-6.0.2-bp156.2.3.1.aarch64",
            "SUSE Package Hub 15 SP6:pam_cgfs-6.0.2-bp156.2.3.1.i586",
            "SUSE Package Hub 15 SP6:pam_cgfs-6.0.2-bp156.2.3.1.ppc64le",
            "SUSE Package Hub 15 SP6:pam_cgfs-6.0.2-bp156.2.3.1.s390x",
            "SUSE Package Hub 15 SP6:pam_cgfs-6.0.2-bp156.2.3.1.x86_64",
            "openSUSE Leap 15.5:liblxc-devel-6.0.2-bp156.2.3.1.aarch64",
            "openSUSE Leap 15.5:liblxc-devel-6.0.2-bp156.2.3.1.i586",
            "openSUSE Leap 15.5:liblxc-devel-6.0.2-bp156.2.3.1.ppc64le",
            "openSUSE Leap 15.5:liblxc-devel-6.0.2-bp156.2.3.1.s390x",
            "openSUSE Leap 15.5:liblxc-devel-6.0.2-bp156.2.3.1.x86_64",
            "openSUSE Leap 15.5:liblxc1-6.0.2-bp156.2.3.1.aarch64",
            "openSUSE Leap 15.5:liblxc1-6.0.2-bp156.2.3.1.i586",
            "openSUSE Leap 15.5:liblxc1-6.0.2-bp156.2.3.1.ppc64le",
            "openSUSE Leap 15.5:liblxc1-6.0.2-bp156.2.3.1.s390x",
            "openSUSE Leap 15.5:liblxc1-6.0.2-bp156.2.3.1.x86_64",
            "openSUSE Leap 15.5:lxc-6.0.2-bp156.2.3.1.aarch64",
            "openSUSE Leap 15.5:lxc-6.0.2-bp156.2.3.1.i586",
            "openSUSE Leap 15.5:lxc-6.0.2-bp156.2.3.1.ppc64le",
            "openSUSE Leap 15.5:lxc-6.0.2-bp156.2.3.1.s390x",
            "openSUSE Leap 15.5:lxc-6.0.2-bp156.2.3.1.x86_64",
            "openSUSE Leap 15.5:lxc-bash-completion-6.0.2-bp156.2.3.1.noarch",
            "openSUSE Leap 15.5:lxc-ja-doc-6.0.2-bp156.2.3.1.noarch",
            "openSUSE Leap 15.5:lxc-ko-doc-6.0.2-bp156.2.3.1.noarch",
            "openSUSE Leap 15.5:pam_cgfs-6.0.2-bp156.2.3.1.aarch64",
            "openSUSE Leap 15.5:pam_cgfs-6.0.2-bp156.2.3.1.i586",
            "openSUSE Leap 15.5:pam_cgfs-6.0.2-bp156.2.3.1.ppc64le",
            "openSUSE Leap 15.5:pam_cgfs-6.0.2-bp156.2.3.1.s390x",
            "openSUSE Leap 15.5:pam_cgfs-6.0.2-bp156.2.3.1.x86_64",
            "openSUSE Leap 15.6:liblxc-devel-6.0.2-bp156.2.3.1.aarch64",
            "openSUSE Leap 15.6:liblxc-devel-6.0.2-bp156.2.3.1.i586",
            "openSUSE Leap 15.6:liblxc-devel-6.0.2-bp156.2.3.1.ppc64le",
            "openSUSE Leap 15.6:liblxc-devel-6.0.2-bp156.2.3.1.s390x",
            "openSUSE Leap 15.6:liblxc-devel-6.0.2-bp156.2.3.1.x86_64",
            "openSUSE Leap 15.6:liblxc1-6.0.2-bp156.2.3.1.aarch64",
            "openSUSE Leap 15.6:liblxc1-6.0.2-bp156.2.3.1.i586",
            "openSUSE Leap 15.6:liblxc1-6.0.2-bp156.2.3.1.ppc64le",
            "openSUSE Leap 15.6:liblxc1-6.0.2-bp156.2.3.1.s390x",
            "openSUSE Leap 15.6:liblxc1-6.0.2-bp156.2.3.1.x86_64",
            "openSUSE Leap 15.6:lxc-6.0.2-bp156.2.3.1.aarch64",
            "openSUSE Leap 15.6:lxc-6.0.2-bp156.2.3.1.i586",
            "openSUSE Leap 15.6:lxc-6.0.2-bp156.2.3.1.ppc64le",
            "openSUSE Leap 15.6:lxc-6.0.2-bp156.2.3.1.s390x",
            "openSUSE Leap 15.6:lxc-6.0.2-bp156.2.3.1.x86_64",
            "openSUSE Leap 15.6:lxc-bash-completion-6.0.2-bp156.2.3.1.noarch",
            "openSUSE Leap 15.6:lxc-ja-doc-6.0.2-bp156.2.3.1.noarch",
            "openSUSE Leap 15.6:lxc-ko-doc-6.0.2-bp156.2.3.1.noarch",
            "openSUSE Leap 15.6:pam_cgfs-6.0.2-bp156.2.3.1.aarch64",
            "openSUSE Leap 15.6:pam_cgfs-6.0.2-bp156.2.3.1.i586",
            "openSUSE Leap 15.6:pam_cgfs-6.0.2-bp156.2.3.1.ppc64le",
            "openSUSE Leap 15.6:pam_cgfs-6.0.2-bp156.2.3.1.s390x",
            "openSUSE Leap 15.6:pam_cgfs-6.0.2-bp156.2.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.3,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "SUSE Package Hub 15 SP5:liblxc-devel-6.0.2-bp156.2.3.1.aarch64",
            "SUSE Package Hub 15 SP5:liblxc-devel-6.0.2-bp156.2.3.1.i586",
            "SUSE Package Hub 15 SP5:liblxc-devel-6.0.2-bp156.2.3.1.ppc64le",
            "SUSE Package Hub 15 SP5:liblxc-devel-6.0.2-bp156.2.3.1.s390x",
            "SUSE Package Hub 15 SP5:liblxc-devel-6.0.2-bp156.2.3.1.x86_64",
            "SUSE Package Hub 15 SP5:liblxc1-6.0.2-bp156.2.3.1.aarch64",
            "SUSE Package Hub 15 SP5:liblxc1-6.0.2-bp156.2.3.1.i586",
            "SUSE Package Hub 15 SP5:liblxc1-6.0.2-bp156.2.3.1.ppc64le",
            "SUSE Package Hub 15 SP5:liblxc1-6.0.2-bp156.2.3.1.s390x",
            "SUSE Package Hub 15 SP5:liblxc1-6.0.2-bp156.2.3.1.x86_64",
            "SUSE Package Hub 15 SP5:lxc-6.0.2-bp156.2.3.1.aarch64",
            "SUSE Package Hub 15 SP5:lxc-6.0.2-bp156.2.3.1.i586",
            "SUSE Package Hub 15 SP5:lxc-6.0.2-bp156.2.3.1.ppc64le",
            "SUSE Package Hub 15 SP5:lxc-6.0.2-bp156.2.3.1.s390x",
            "SUSE Package Hub 15 SP5:lxc-6.0.2-bp156.2.3.1.x86_64",
            "SUSE Package Hub 15 SP5:lxc-bash-completion-6.0.2-bp156.2.3.1.noarch",
            "SUSE Package Hub 15 SP5:lxc-ja-doc-6.0.2-bp156.2.3.1.noarch",
            "SUSE Package Hub 15 SP5:lxc-ko-doc-6.0.2-bp156.2.3.1.noarch",
            "SUSE Package Hub 15 SP5:pam_cgfs-6.0.2-bp156.2.3.1.aarch64",
            "SUSE Package Hub 15 SP5:pam_cgfs-6.0.2-bp156.2.3.1.i586",
            "SUSE Package Hub 15 SP5:pam_cgfs-6.0.2-bp156.2.3.1.ppc64le",
            "SUSE Package Hub 15 SP5:pam_cgfs-6.0.2-bp156.2.3.1.s390x",
            "SUSE Package Hub 15 SP5:pam_cgfs-6.0.2-bp156.2.3.1.x86_64",
            "SUSE Package Hub 15 SP6:liblxc-devel-6.0.2-bp156.2.3.1.aarch64",
            "SUSE Package Hub 15 SP6:liblxc-devel-6.0.2-bp156.2.3.1.i586",
            "SUSE Package Hub 15 SP6:liblxc-devel-6.0.2-bp156.2.3.1.ppc64le",
            "SUSE Package Hub 15 SP6:liblxc-devel-6.0.2-bp156.2.3.1.s390x",
            "SUSE Package Hub 15 SP6:liblxc-devel-6.0.2-bp156.2.3.1.x86_64",
            "SUSE Package Hub 15 SP6:liblxc1-6.0.2-bp156.2.3.1.aarch64",
            "SUSE Package Hub 15 SP6:liblxc1-6.0.2-bp156.2.3.1.i586",
            "SUSE Package Hub 15 SP6:liblxc1-6.0.2-bp156.2.3.1.ppc64le",
            "SUSE Package Hub 15 SP6:liblxc1-6.0.2-bp156.2.3.1.s390x",
            "SUSE Package Hub 15 SP6:liblxc1-6.0.2-bp156.2.3.1.x86_64",
            "SUSE Package Hub 15 SP6:lxc-6.0.2-bp156.2.3.1.aarch64",
            "SUSE Package Hub 15 SP6:lxc-6.0.2-bp156.2.3.1.i586",
            "SUSE Package Hub 15 SP6:lxc-6.0.2-bp156.2.3.1.ppc64le",
            "SUSE Package Hub 15 SP6:lxc-6.0.2-bp156.2.3.1.s390x",
            "SUSE Package Hub 15 SP6:lxc-6.0.2-bp156.2.3.1.x86_64",
            "SUSE Package Hub 15 SP6:lxc-bash-completion-6.0.2-bp156.2.3.1.noarch",
            "SUSE Package Hub 15 SP6:lxc-ja-doc-6.0.2-bp156.2.3.1.noarch",
            "SUSE Package Hub 15 SP6:lxc-ko-doc-6.0.2-bp156.2.3.1.noarch",
            "SUSE Package Hub 15 SP6:pam_cgfs-6.0.2-bp156.2.3.1.aarch64",
            "SUSE Package Hub 15 SP6:pam_cgfs-6.0.2-bp156.2.3.1.i586",
            "SUSE Package Hub 15 SP6:pam_cgfs-6.0.2-bp156.2.3.1.ppc64le",
            "SUSE Package Hub 15 SP6:pam_cgfs-6.0.2-bp156.2.3.1.s390x",
            "SUSE Package Hub 15 SP6:pam_cgfs-6.0.2-bp156.2.3.1.x86_64",
            "openSUSE Leap 15.5:liblxc-devel-6.0.2-bp156.2.3.1.aarch64",
            "openSUSE Leap 15.5:liblxc-devel-6.0.2-bp156.2.3.1.i586",
            "openSUSE Leap 15.5:liblxc-devel-6.0.2-bp156.2.3.1.ppc64le",
            "openSUSE Leap 15.5:liblxc-devel-6.0.2-bp156.2.3.1.s390x",
            "openSUSE Leap 15.5:liblxc-devel-6.0.2-bp156.2.3.1.x86_64",
            "openSUSE Leap 15.5:liblxc1-6.0.2-bp156.2.3.1.aarch64",
            "openSUSE Leap 15.5:liblxc1-6.0.2-bp156.2.3.1.i586",
            "openSUSE Leap 15.5:liblxc1-6.0.2-bp156.2.3.1.ppc64le",
            "openSUSE Leap 15.5:liblxc1-6.0.2-bp156.2.3.1.s390x",
            "openSUSE Leap 15.5:liblxc1-6.0.2-bp156.2.3.1.x86_64",
            "openSUSE Leap 15.5:lxc-6.0.2-bp156.2.3.1.aarch64",
            "openSUSE Leap 15.5:lxc-6.0.2-bp156.2.3.1.i586",
            "openSUSE Leap 15.5:lxc-6.0.2-bp156.2.3.1.ppc64le",
            "openSUSE Leap 15.5:lxc-6.0.2-bp156.2.3.1.s390x",
            "openSUSE Leap 15.5:lxc-6.0.2-bp156.2.3.1.x86_64",
            "openSUSE Leap 15.5:lxc-bash-completion-6.0.2-bp156.2.3.1.noarch",
            "openSUSE Leap 15.5:lxc-ja-doc-6.0.2-bp156.2.3.1.noarch",
            "openSUSE Leap 15.5:lxc-ko-doc-6.0.2-bp156.2.3.1.noarch",
            "openSUSE Leap 15.5:pam_cgfs-6.0.2-bp156.2.3.1.aarch64",
            "openSUSE Leap 15.5:pam_cgfs-6.0.2-bp156.2.3.1.i586",
            "openSUSE Leap 15.5:pam_cgfs-6.0.2-bp156.2.3.1.ppc64le",
            "openSUSE Leap 15.5:pam_cgfs-6.0.2-bp156.2.3.1.s390x",
            "openSUSE Leap 15.5:pam_cgfs-6.0.2-bp156.2.3.1.x86_64",
            "openSUSE Leap 15.6:liblxc-devel-6.0.2-bp156.2.3.1.aarch64",
            "openSUSE Leap 15.6:liblxc-devel-6.0.2-bp156.2.3.1.i586",
            "openSUSE Leap 15.6:liblxc-devel-6.0.2-bp156.2.3.1.ppc64le",
            "openSUSE Leap 15.6:liblxc-devel-6.0.2-bp156.2.3.1.s390x",
            "openSUSE Leap 15.6:liblxc-devel-6.0.2-bp156.2.3.1.x86_64",
            "openSUSE Leap 15.6:liblxc1-6.0.2-bp156.2.3.1.aarch64",
            "openSUSE Leap 15.6:liblxc1-6.0.2-bp156.2.3.1.i586",
            "openSUSE Leap 15.6:liblxc1-6.0.2-bp156.2.3.1.ppc64le",
            "openSUSE Leap 15.6:liblxc1-6.0.2-bp156.2.3.1.s390x",
            "openSUSE Leap 15.6:liblxc1-6.0.2-bp156.2.3.1.x86_64",
            "openSUSE Leap 15.6:lxc-6.0.2-bp156.2.3.1.aarch64",
            "openSUSE Leap 15.6:lxc-6.0.2-bp156.2.3.1.i586",
            "openSUSE Leap 15.6:lxc-6.0.2-bp156.2.3.1.ppc64le",
            "openSUSE Leap 15.6:lxc-6.0.2-bp156.2.3.1.s390x",
            "openSUSE Leap 15.6:lxc-6.0.2-bp156.2.3.1.x86_64",
            "openSUSE Leap 15.6:lxc-bash-completion-6.0.2-bp156.2.3.1.noarch",
            "openSUSE Leap 15.6:lxc-ja-doc-6.0.2-bp156.2.3.1.noarch",
            "openSUSE Leap 15.6:lxc-ko-doc-6.0.2-bp156.2.3.1.noarch",
            "openSUSE Leap 15.6:pam_cgfs-6.0.2-bp156.2.3.1.aarch64",
            "openSUSE Leap 15.6:pam_cgfs-6.0.2-bp156.2.3.1.i586",
            "openSUSE Leap 15.6:pam_cgfs-6.0.2-bp156.2.3.1.ppc64le",
            "openSUSE Leap 15.6:pam_cgfs-6.0.2-bp156.2.3.1.s390x",
            "openSUSE Leap 15.6:pam_cgfs-6.0.2-bp156.2.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-10-30T13:01:36Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2022-47952"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…

Loading…