suse-ru-2024:0029-1
Vulnerability from csaf_suse
Published
2024-01-04 10:21
Modified
2024-01-04 10:21
Summary
Recommended update for net-snmp

Notes

Title of the patch
Recommended update for net-snmp
Description of the patch
This update for net-snmp fixes the following issues: Update to net-snmp-5.9.4 (bsc#1214364 jsc#PED-6435). * 5.9.4: - libsnmp: - Remove the SNMP_SWIPE_MEM() macro Remove this macro since it is not used in the Net-SNMP code base. - DISPLAY-HINT fixes - Miscellanious improvements to the transports - Handle multiple oldEngineID configuration lines - fixes for DNS names longer than 63 characters - agent: - Added a ignoremount configuration option for the HOST-MIB - disallow SETs with a NULL varbind - fix the --enable-minimalist build - apps: - snmpset: allow SET with NULL varbind for testing - snmptrapd: improved MySQL logging code - general: - configure: Remove -Wno-deprecated as it is no longer needed - miscellanious ther bug fixes, build fixes and cleanups - security: - These two CVEs can be exploited by a user with read-only credentials: - CVE-2022-24805A buffer overflow in the handling of the INDEX of NET-SNMP-VACM-MIB can cause an out-of-bounds memory access. - CVE-2022-24809A malformed OID in a GET-NEXT to the nsVacmAccessTable can cause a NULL pointer dereference. - These CVEs can be exploited by a user with read-write credentials: - CVE-2022-24806Improper Input Validation when SETing malformed OIDs in master agent and subagent simultaneously - CVE-2022-24807A malformed OID in a SET request to SNMP-VIEW-BASED-ACM-MIB::vacmAccessTable can cause an out-of-bounds memory access. - CVE-2022-24808A malformed OID in a SET request to NET-SNMP-AGENT-MIB::nsLogTable can cause a NULL pointer dereference - CVE-2022-24810A malformed OID in a SET to the nsVacmAccessTable can cause a NULL pointer dereference. - To avoid these flaws, use strong SNMPv3 credentials and do not share them. If you must use SNMPv1 or SNMPv2c, use a complex community string and enhance the protection by restricting access to a given IP address range. - Thanks are due toYu Zhang of VARAS@IIE and Nanyu Zhong of VARAS@IIE for reporting the following CVEs that have been fixed in this release, and to Arista Networks for providing fixes. - IF-MIB: Update ifTable entries even if the interface name has changed At least on Linux a network interface index may be reused for a network interface with a different name. Hence this patch that enables replacing network interface information even if the network interface name has changed. - unspecified: - Moved transport code into a separate subdirectory in snmplib - Snmplib: remove inline versions of container funcs'. - misc: - snmp-create-v3-user: Fix the snmpd.conf path @datadir@ is expanded in ${datarootdir} so datarootdir must be set before @datadir@ is used. * 5.9: - snmplib: - Add IPv6 support to DTLSUDP transport - use new netsnmp_sockaddr_storage in netsnmp_addr_pair - add base_transport ptr for tunneled transports - Dtls: overhaul of debug - Remove inline versions of container funcs - snmpd: - Use ETHTOOL_GLINKSETTINGS when available Newer Linux kernels support ETHTOOL_GLINKSETTINGS. Use it when available instead of the older and deprecated ETHTOOL_GSET. This patch avoids that the Linux kernel reports the following kernel warning: warning: 'snmpd' uses legacy ethtool link settings API, link modes are only partially reported See also https://sourceforge.net/p/net-snmp/patches/1387/. - [BUG 2926]: Make it possible to set agentXPingInterval for a subagent - register agentXPingInterval for the subagent list handler, before it was registered for snmp - added agentxTimeout to the subagent list handler. It's now possible to set for snmpd and the subagent. See 'man snmpd.conf' - added agentxRetries to the subagent list handler. See 'man snmpd.conf'. It's never used in the subagent, but it's now following the documentation Signed-off-by: Anders Wallin <wallinux@gmail.com> - snmptrap: - BUG: 2899: Patch from Drew Roedersheimer to set library engineboots/time values before sending - snmptrapd: - Add support for the latest libmysqlclient version - libsnmp: - Scan MIB directories in alphabetical order This guarantees that e.g. mibs/RFC1213-MIB.txt is read before mibs/SNMPv2-MIB.txt. The order in which these MIBs is read matters because both define sysLocation but with different attributes. - Removing legacy MIBs used by Velocity Software (jsc#PED-6416 jsc#PED-6434). - Added hardening to systemd service(s) (bsc#1181400, bsc#1206044).
Patchnames
SUSE-2024-29,SUSE-SLE-SDK-12-SP5-2024-29,SUSE-SLE-SERVER-12-SP5-2024-29
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": "Recommended update for net-snmp",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for net-snmp fixes the following issues:\n\nUpdate to net-snmp-5.9.4 (bsc#1214364 jsc#PED-6435).\n\n* 5.9.4:\n\n  - libsnmp:\n\n      - Remove the SNMP_SWIPE_MEM() macro Remove this macro since it is not\n\tused in the Net-SNMP code base.\n      - DISPLAY-HINT fixes\n      - Miscellanious improvements to the transports\n      - Handle multiple oldEngineID configuration lines \n      - fixes for DNS names longer than 63 characters\n\n  - agent:\n\n      - Added a ignoremount configuration option for the HOST-MIB\n      - disallow SETs with a NULL varbind\n      - fix the --enable-minimalist build\n\n  - apps:\n\n      - snmpset: allow SET with NULL varbind for testing\n      - snmptrapd: improved MySQL logging code\n\n  - general:\n\n      - configure: Remove -Wno-deprecated as it is no longer needed\n      - miscellanious ther bug fixes, build fixes and cleanups\n\n  - security:\n\n      - These two CVEs can be exploited by a user with read-only credentials:\n\n          - CVE-2022-24805A buffer overflow in the handling of the INDEX of\n            NET-SNMP-VACM-MIB can cause an out-of-bounds memory access.\n          - CVE-2022-24809A malformed OID in a GET-NEXT to the nsVacmAccessTable\n            can cause a NULL pointer dereference.\n\n      - These CVEs can be exploited by a user with read-write credentials:\n\n          - CVE-2022-24806Improper Input Validation when SETing malformed\n            OIDs in master agent and subagent simultaneously\n          - CVE-2022-24807A malformed OID in a SET request to\n            SNMP-VIEW-BASED-ACM-MIB::vacmAccessTable can cause an\n            out-of-bounds memory access.\n          - CVE-2022-24808A malformed OID in a SET request to\n            NET-SNMP-AGENT-MIB::nsLogTable can cause a NULL pointer dereference\n          - CVE-2022-24810A malformed OID in a SET to the nsVacmAccessTable\n            can cause a NULL pointer dereference.\n      - To avoid these flaws, use strong SNMPv3 credentials and do not share them.\n        If you must use SNMPv1 or SNMPv2c, use a complex community string\n        and enhance the protection by restricting access to a given IP address range.\n      - Thanks are due toYu Zhang of VARAS@IIE and Nanyu Zhong of VARAS@IIE for\n        reporting the following CVEs that have been fixed in this release, and\n        to Arista Networks for providing fixes.\n\n    - IF-MIB: Update ifTable entries even if the interface name has changed\n      At least on Linux a network interface index may be reused for a\n      network interface with a different name. Hence this patch that\n      enables replacing network interface information even if the network\n      interface name has changed.\n\n    - unspecified:\n\n      - Moved transport code into a separate subdirectory in snmplib\n      - Snmplib: remove inline versions of container funcs\u0027.\n\n    - misc:\n\n      - snmp-create-v3-user: Fix the snmpd.conf path   @datadir@ is\n        expanded in ${datarootdir} so datarootdir must be set before\n        @datadir@ is used.\n\n* 5.9:\n\n  - snmplib:\n\n      - Add IPv6 support to DTLSUDP transport\n      - use new netsnmp_sockaddr_storage in netsnmp_addr_pair\n      - add base_transport ptr for tunneled transports\n      - Dtls: overhaul of debug\n      - Remove inline versions of container funcs\n\n  - snmpd:\n\n      - Use ETHTOOL_GLINKSETTINGS when available Newer Linux kernels\n\tsupport ETHTOOL_GLINKSETTINGS. Use it when available instead of the\n\tolder and deprecated ETHTOOL_GSET. This patch avoids that the Linux\n\tkernel reports the following kernel warning: warning: \u0027snmpd\u0027 uses\n\tlegacy ethtool link settings API, link modes are only partially\n\treported See also https://sourceforge.net/p/net-snmp/patches/1387/.\n      - [BUG 2926]: Make it possible to set agentXPingInterval for a\n\tsubagent - register agentXPingInterval for the subagent list\n\thandler, before it was registered for snmp - added agentxTimeout to\n\tthe subagent list handler. It\u0027s now possible to set for snmpd and\n\tthe subagent. See \u0027man snmpd.conf\u0027 - added agentxRetries to the\n\tsubagent list handler. See \u0027man snmpd.conf\u0027. It\u0027s never used in the\n\tsubagent, but it\u0027s now following the documentation Signed-off-by:\n\tAnders Wallin \u003cwallinux@gmail.com\u003e\n\n    - snmptrap:\n\n      - BUG: 2899: Patch from Drew Roedersheimer to set library\n\tengineboots/time values before sending\n\n    - snmptrapd:\n\n      - Add support for the latest libmysqlclient version\n\n    - libsnmp:\n\n      - Scan MIB directories in alphabetical order This guarantees that\n\te.g. mibs/RFC1213-MIB.txt is read before mibs/SNMPv2-MIB.txt. The\n\torder in which these MIBs is read matters because both define\n\tsysLocation but with different attributes.\n\n\n- Removing legacy MIBs used by Velocity Software (jsc#PED-6416 jsc#PED-6434).\n- Added hardening to systemd service(s) (bsc#1181400, bsc#1206044).\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-2024-29,SUSE-SLE-SDK-12-SP5-2024-29,SUSE-SLE-SERVER-12-SP5-2024-29",
        "title": "Patchnames"
      },
      {
        "category": "legal_disclaimer",
        "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
        "title": "Terms of use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://www.suse.com/support/security/contact/",
      "name": "SUSE Product Security Team",
      "namespace": "https://www.suse.com/"
    },
    "references": [
      {
        "category": "external",
        "summary": "SUSE ratings",
        "url": "https://www.suse.com/support/security/rating/"
      },
      {
        "category": "self",
        "summary": "URL of this CSAF notice",
        "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-ru-2024_0029-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-RU-2024:0029-1",
        "url": "https://www.suse.com/support/update/announcement//suse-ru-20240029-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-RU-2024:0029-1",
        "url": "https://lists.suse.com/pipermail/sle-updates/2024-January/033563.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1181400",
        "url": "https://bugzilla.suse.com/1181400"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1206044",
        "url": "https://bugzilla.suse.com/1206044"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1214364",
        "url": "https://bugzilla.suse.com/1214364"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2022-24805 page",
        "url": "https://www.suse.com/security/cve/CVE-2022-24805/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2022-24806 page",
        "url": "https://www.suse.com/security/cve/CVE-2022-24806/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2022-24807 page",
        "url": "https://www.suse.com/security/cve/CVE-2022-24807/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2022-24808 page",
        "url": "https://www.suse.com/security/cve/CVE-2022-24808/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2022-24809 page",
        "url": "https://www.suse.com/security/cve/CVE-2022-24809/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2022-24810 page",
        "url": "https://www.suse.com/security/cve/CVE-2022-24810/"
      }
    ],
    "title": "Recommended update for net-snmp",
    "tracking": {
      "current_release_date": "2024-01-04T10:21:18Z",
      "generator": {
        "date": "2024-01-04T10:21:18Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-RU-2024:0029-1",
      "initial_release_date": "2024-01-04T10:21:18Z",
      "revision_history": [
        {
          "date": "2024-01-04T10:21:18Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libsnmp40-5.9.4-14.3.1.aarch64",
                "product": {
                  "name": "libsnmp40-5.9.4-14.3.1.aarch64",
                  "product_id": "libsnmp40-5.9.4-14.3.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "net-snmp-5.9.4-14.3.1.aarch64",
                "product": {
                  "name": "net-snmp-5.9.4-14.3.1.aarch64",
                  "product_id": "net-snmp-5.9.4-14.3.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "net-snmp-devel-5.9.4-14.3.1.aarch64",
                "product": {
                  "name": "net-snmp-devel-5.9.4-14.3.1.aarch64",
                  "product_id": "net-snmp-devel-5.9.4-14.3.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "perl-SNMP-5.9.4-14.3.1.aarch64",
                "product": {
                  "name": "perl-SNMP-5.9.4-14.3.1.aarch64",
                  "product_id": "perl-SNMP-5.9.4-14.3.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python2-net-snmp-5.9.4-14.3.1.aarch64",
                "product": {
                  "name": "python2-net-snmp-5.9.4-14.3.1.aarch64",
                  "product_id": "python2-net-snmp-5.9.4-14.3.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-net-snmp-5.9.4-14.3.1.aarch64",
                "product": {
                  "name": "python3-net-snmp-5.9.4-14.3.1.aarch64",
                  "product_id": "python3-net-snmp-5.9.4-14.3.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "snmp-mibs-5.9.4-14.3.1.aarch64",
                "product": {
                  "name": "snmp-mibs-5.9.4-14.3.1.aarch64",
                  "product_id": "snmp-mibs-5.9.4-14.3.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libsnmp40-64bit-5.9.4-14.3.1.aarch64_ilp32",
                "product": {
                  "name": "libsnmp40-64bit-5.9.4-14.3.1.aarch64_ilp32",
                  "product_id": "libsnmp40-64bit-5.9.4-14.3.1.aarch64_ilp32"
                }
              },
              {
                "category": "product_version",
                "name": "net-snmp-devel-64bit-5.9.4-14.3.1.aarch64_ilp32",
                "product": {
                  "name": "net-snmp-devel-64bit-5.9.4-14.3.1.aarch64_ilp32",
                  "product_id": "net-snmp-devel-64bit-5.9.4-14.3.1.aarch64_ilp32"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64_ilp32"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libsnmp40-5.9.4-14.3.1.i586",
                "product": {
                  "name": "libsnmp40-5.9.4-14.3.1.i586",
                  "product_id": "libsnmp40-5.9.4-14.3.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "net-snmp-5.9.4-14.3.1.i586",
                "product": {
                  "name": "net-snmp-5.9.4-14.3.1.i586",
                  "product_id": "net-snmp-5.9.4-14.3.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "net-snmp-devel-5.9.4-14.3.1.i586",
                "product": {
                  "name": "net-snmp-devel-5.9.4-14.3.1.i586",
                  "product_id": "net-snmp-devel-5.9.4-14.3.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "perl-SNMP-5.9.4-14.3.1.i586",
                "product": {
                  "name": "perl-SNMP-5.9.4-14.3.1.i586",
                  "product_id": "perl-SNMP-5.9.4-14.3.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python2-net-snmp-5.9.4-14.3.1.i586",
                "product": {
                  "name": "python2-net-snmp-5.9.4-14.3.1.i586",
                  "product_id": "python2-net-snmp-5.9.4-14.3.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python3-net-snmp-5.9.4-14.3.1.i586",
                "product": {
                  "name": "python3-net-snmp-5.9.4-14.3.1.i586",
                  "product_id": "python3-net-snmp-5.9.4-14.3.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "snmp-mibs-5.9.4-14.3.1.i586",
                "product": {
                  "name": "snmp-mibs-5.9.4-14.3.1.i586",
                  "product_id": "snmp-mibs-5.9.4-14.3.1.i586"
                }
              }
            ],
            "category": "architecture",
            "name": "i586"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libsnmp40-5.9.4-14.3.1.ppc64le",
                "product": {
                  "name": "libsnmp40-5.9.4-14.3.1.ppc64le",
                  "product_id": "libsnmp40-5.9.4-14.3.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "net-snmp-5.9.4-14.3.1.ppc64le",
                "product": {
                  "name": "net-snmp-5.9.4-14.3.1.ppc64le",
                  "product_id": "net-snmp-5.9.4-14.3.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "net-snmp-devel-5.9.4-14.3.1.ppc64le",
                "product": {
                  "name": "net-snmp-devel-5.9.4-14.3.1.ppc64le",
                  "product_id": "net-snmp-devel-5.9.4-14.3.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "perl-SNMP-5.9.4-14.3.1.ppc64le",
                "product": {
                  "name": "perl-SNMP-5.9.4-14.3.1.ppc64le",
                  "product_id": "perl-SNMP-5.9.4-14.3.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python2-net-snmp-5.9.4-14.3.1.ppc64le",
                "product": {
                  "name": "python2-net-snmp-5.9.4-14.3.1.ppc64le",
                  "product_id": "python2-net-snmp-5.9.4-14.3.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python3-net-snmp-5.9.4-14.3.1.ppc64le",
                "product": {
                  "name": "python3-net-snmp-5.9.4-14.3.1.ppc64le",
                  "product_id": "python3-net-snmp-5.9.4-14.3.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "snmp-mibs-5.9.4-14.3.1.ppc64le",
                "product": {
                  "name": "snmp-mibs-5.9.4-14.3.1.ppc64le",
                  "product_id": "snmp-mibs-5.9.4-14.3.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libsnmp40-5.9.4-14.3.1.s390",
                "product": {
                  "name": "libsnmp40-5.9.4-14.3.1.s390",
                  "product_id": "libsnmp40-5.9.4-14.3.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "net-snmp-5.9.4-14.3.1.s390",
                "product": {
                  "name": "net-snmp-5.9.4-14.3.1.s390",
                  "product_id": "net-snmp-5.9.4-14.3.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "net-snmp-devel-5.9.4-14.3.1.s390",
                "product": {
                  "name": "net-snmp-devel-5.9.4-14.3.1.s390",
                  "product_id": "net-snmp-devel-5.9.4-14.3.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "perl-SNMP-5.9.4-14.3.1.s390",
                "product": {
                  "name": "perl-SNMP-5.9.4-14.3.1.s390",
                  "product_id": "perl-SNMP-5.9.4-14.3.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "python2-net-snmp-5.9.4-14.3.1.s390",
                "product": {
                  "name": "python2-net-snmp-5.9.4-14.3.1.s390",
                  "product_id": "python2-net-snmp-5.9.4-14.3.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "python3-net-snmp-5.9.4-14.3.1.s390",
                "product": {
                  "name": "python3-net-snmp-5.9.4-14.3.1.s390",
                  "product_id": "python3-net-snmp-5.9.4-14.3.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "snmp-mibs-5.9.4-14.3.1.s390",
                "product": {
                  "name": "snmp-mibs-5.9.4-14.3.1.s390",
                  "product_id": "snmp-mibs-5.9.4-14.3.1.s390"
                }
              }
            ],
            "category": "architecture",
            "name": "s390"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libsnmp40-5.9.4-14.3.1.s390x",
                "product": {
                  "name": "libsnmp40-5.9.4-14.3.1.s390x",
                  "product_id": "libsnmp40-5.9.4-14.3.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "libsnmp40-32bit-5.9.4-14.3.1.s390x",
                "product": {
                  "name": "libsnmp40-32bit-5.9.4-14.3.1.s390x",
                  "product_id": "libsnmp40-32bit-5.9.4-14.3.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "net-snmp-5.9.4-14.3.1.s390x",
                "product": {
                  "name": "net-snmp-5.9.4-14.3.1.s390x",
                  "product_id": "net-snmp-5.9.4-14.3.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "net-snmp-devel-5.9.4-14.3.1.s390x",
                "product": {
                  "name": "net-snmp-devel-5.9.4-14.3.1.s390x",
                  "product_id": "net-snmp-devel-5.9.4-14.3.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "net-snmp-devel-32bit-5.9.4-14.3.1.s390x",
                "product": {
                  "name": "net-snmp-devel-32bit-5.9.4-14.3.1.s390x",
                  "product_id": "net-snmp-devel-32bit-5.9.4-14.3.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "perl-SNMP-5.9.4-14.3.1.s390x",
                "product": {
                  "name": "perl-SNMP-5.9.4-14.3.1.s390x",
                  "product_id": "perl-SNMP-5.9.4-14.3.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python2-net-snmp-5.9.4-14.3.1.s390x",
                "product": {
                  "name": "python2-net-snmp-5.9.4-14.3.1.s390x",
                  "product_id": "python2-net-snmp-5.9.4-14.3.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python3-net-snmp-5.9.4-14.3.1.s390x",
                "product": {
                  "name": "python3-net-snmp-5.9.4-14.3.1.s390x",
                  "product_id": "python3-net-snmp-5.9.4-14.3.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "snmp-mibs-5.9.4-14.3.1.s390x",
                "product": {
                  "name": "snmp-mibs-5.9.4-14.3.1.s390x",
                  "product_id": "snmp-mibs-5.9.4-14.3.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libsnmp40-5.9.4-14.3.1.x86_64",
                "product": {
                  "name": "libsnmp40-5.9.4-14.3.1.x86_64",
                  "product_id": "libsnmp40-5.9.4-14.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libsnmp40-32bit-5.9.4-14.3.1.x86_64",
                "product": {
                  "name": "libsnmp40-32bit-5.9.4-14.3.1.x86_64",
                  "product_id": "libsnmp40-32bit-5.9.4-14.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "net-snmp-5.9.4-14.3.1.x86_64",
                "product": {
                  "name": "net-snmp-5.9.4-14.3.1.x86_64",
                  "product_id": "net-snmp-5.9.4-14.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "net-snmp-devel-5.9.4-14.3.1.x86_64",
                "product": {
                  "name": "net-snmp-devel-5.9.4-14.3.1.x86_64",
                  "product_id": "net-snmp-devel-5.9.4-14.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "net-snmp-devel-32bit-5.9.4-14.3.1.x86_64",
                "product": {
                  "name": "net-snmp-devel-32bit-5.9.4-14.3.1.x86_64",
                  "product_id": "net-snmp-devel-32bit-5.9.4-14.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "perl-SNMP-5.9.4-14.3.1.x86_64",
                "product": {
                  "name": "perl-SNMP-5.9.4-14.3.1.x86_64",
                  "product_id": "perl-SNMP-5.9.4-14.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python2-net-snmp-5.9.4-14.3.1.x86_64",
                "product": {
                  "name": "python2-net-snmp-5.9.4-14.3.1.x86_64",
                  "product_id": "python2-net-snmp-5.9.4-14.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-net-snmp-5.9.4-14.3.1.x86_64",
                "product": {
                  "name": "python3-net-snmp-5.9.4-14.3.1.x86_64",
                  "product_id": "python3-net-snmp-5.9.4-14.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "snmp-mibs-5.9.4-14.3.1.x86_64",
                "product": {
                  "name": "snmp-mibs-5.9.4-14.3.1.x86_64",
                  "product_id": "snmp-mibs-5.9.4-14.3.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
                "product": {
                  "name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
                  "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-sdk:12:sp5"
                  }
                }
              },
              {
                "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 for SAP Applications 12 SP5",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
                  "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_sap:12:sp5"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "net-snmp-devel-5.9.4-14.3.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
          "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.aarch64"
        },
        "product_reference": "net-snmp-devel-5.9.4-14.3.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "net-snmp-devel-5.9.4-14.3.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
          "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.ppc64le"
        },
        "product_reference": "net-snmp-devel-5.9.4-14.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "net-snmp-devel-5.9.4-14.3.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
          "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.s390x"
        },
        "product_reference": "net-snmp-devel-5.9.4-14.3.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "net-snmp-devel-5.9.4-14.3.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
          "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.x86_64"
        },
        "product_reference": "net-snmp-devel-5.9.4-14.3.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsnmp40-5.9.4-14.3.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64"
        },
        "product_reference": "libsnmp40-5.9.4-14.3.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsnmp40-5.9.4-14.3.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le"
        },
        "product_reference": "libsnmp40-5.9.4-14.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsnmp40-5.9.4-14.3.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.s390x"
        },
        "product_reference": "libsnmp40-5.9.4-14.3.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsnmp40-5.9.4-14.3.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64"
        },
        "product_reference": "libsnmp40-5.9.4-14.3.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsnmp40-32bit-5.9.4-14.3.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x"
        },
        "product_reference": "libsnmp40-32bit-5.9.4-14.3.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsnmp40-32bit-5.9.4-14.3.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64"
        },
        "product_reference": "libsnmp40-32bit-5.9.4-14.3.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "net-snmp-5.9.4-14.3.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.aarch64"
        },
        "product_reference": "net-snmp-5.9.4-14.3.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "net-snmp-5.9.4-14.3.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le"
        },
        "product_reference": "net-snmp-5.9.4-14.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "net-snmp-5.9.4-14.3.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.s390x"
        },
        "product_reference": "net-snmp-5.9.4-14.3.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "net-snmp-5.9.4-14.3.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.x86_64"
        },
        "product_reference": "net-snmp-5.9.4-14.3.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-SNMP-5.9.4-14.3.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64"
        },
        "product_reference": "perl-SNMP-5.9.4-14.3.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-SNMP-5.9.4-14.3.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le"
        },
        "product_reference": "perl-SNMP-5.9.4-14.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-SNMP-5.9.4-14.3.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x"
        },
        "product_reference": "perl-SNMP-5.9.4-14.3.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-SNMP-5.9.4-14.3.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64"
        },
        "product_reference": "perl-SNMP-5.9.4-14.3.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "snmp-mibs-5.9.4-14.3.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64"
        },
        "product_reference": "snmp-mibs-5.9.4-14.3.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "snmp-mibs-5.9.4-14.3.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le"
        },
        "product_reference": "snmp-mibs-5.9.4-14.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "snmp-mibs-5.9.4-14.3.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x"
        },
        "product_reference": "snmp-mibs-5.9.4-14.3.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "snmp-mibs-5.9.4-14.3.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64"
        },
        "product_reference": "snmp-mibs-5.9.4-14.3.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsnmp40-5.9.4-14.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64"
        },
        "product_reference": "libsnmp40-5.9.4-14.3.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsnmp40-5.9.4-14.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le"
        },
        "product_reference": "libsnmp40-5.9.4-14.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsnmp40-5.9.4-14.3.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.s390x"
        },
        "product_reference": "libsnmp40-5.9.4-14.3.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsnmp40-5.9.4-14.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64"
        },
        "product_reference": "libsnmp40-5.9.4-14.3.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsnmp40-32bit-5.9.4-14.3.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x"
        },
        "product_reference": "libsnmp40-32bit-5.9.4-14.3.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsnmp40-32bit-5.9.4-14.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64"
        },
        "product_reference": "libsnmp40-32bit-5.9.4-14.3.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "net-snmp-5.9.4-14.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.aarch64"
        },
        "product_reference": "net-snmp-5.9.4-14.3.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "net-snmp-5.9.4-14.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le"
        },
        "product_reference": "net-snmp-5.9.4-14.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "net-snmp-5.9.4-14.3.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.s390x"
        },
        "product_reference": "net-snmp-5.9.4-14.3.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "net-snmp-5.9.4-14.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.x86_64"
        },
        "product_reference": "net-snmp-5.9.4-14.3.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-SNMP-5.9.4-14.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64"
        },
        "product_reference": "perl-SNMP-5.9.4-14.3.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-SNMP-5.9.4-14.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le"
        },
        "product_reference": "perl-SNMP-5.9.4-14.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-SNMP-5.9.4-14.3.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x"
        },
        "product_reference": "perl-SNMP-5.9.4-14.3.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-SNMP-5.9.4-14.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64"
        },
        "product_reference": "perl-SNMP-5.9.4-14.3.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "snmp-mibs-5.9.4-14.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64"
        },
        "product_reference": "snmp-mibs-5.9.4-14.3.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "snmp-mibs-5.9.4-14.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le"
        },
        "product_reference": "snmp-mibs-5.9.4-14.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "snmp-mibs-5.9.4-14.3.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x"
        },
        "product_reference": "snmp-mibs-5.9.4-14.3.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "snmp-mibs-5.9.4-14.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64"
        },
        "product_reference": "snmp-mibs-5.9.4-14.3.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2022-24805",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2022-24805"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "net-snmp provides various tools relating to the Simple Network Management Protocol. Prior to version 5.9.2, a buffer overflow in the handling of the `INDEX` of             `NET-SNMP-VACM-MIB` can cause an out-of-bounds memory access. A user with read-only credentials can exploit the issue. Version 5.9.2 contains a patch. Users should use strong SNMPv3 credentials and avoid sharing the credentials. Those who must use SNMPv1 or SNMPv2c should use a complex community string and enhance the protection by restricting access to a given IP address range.\n",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2022-24805",
          "url": "https://www.suse.com/security/cve/CVE-2022-24805"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1201103 for CVE-2022-24805",
          "url": "https://bugzilla.suse.com/1201103"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.7,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-01-04T10:21:18Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2022-24805"
    },
    {
      "cve": "CVE-2022-24806",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2022-24806"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "net-snmp provides various tools relating to the Simple Network Management Protocol. Prior to version 5.9.2, a user with read-write credentials can exploit an Improper Input Validation vulnerability when SETing malformed OIDs in master agent and subagent simultaneously. Version 5.9.2 contains a patch. Users should use strong SNMPv3 credentials and avoid sharing the credentials. Those who must use SNMPv1 or SNMPv2c should use a complex community string and enhance the protection by restricting access to a given IP address range.\n",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2022-24806",
          "url": "https://www.suse.com/security/cve/CVE-2022-24806"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1201103 for CVE-2022-24806",
          "url": "https://bugzilla.suse.com/1201103"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-01-04T10:21:18Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2022-24806"
    },
    {
      "cve": "CVE-2022-24807",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2022-24807"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "net-snmp provides various tools relating to the Simple Network Management Protocol. Prior to version 5.9.2, a malformed OID in a SET request to `SNMP-VIEW-BASED-ACM-MIB::vacmAccessTable` can cause an out-of-bounds memory access. A user with read-write credentials can exploit the issue. Version 5.9.2 contains a patch. Users should use strong SNMPv3 credentials and avoid sharing the credentials. Those who must use SNMPv1 or SNMPv2c should use a complex community string and enhance the protection by restricting access to a given IP address range.\n",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2022-24807",
          "url": "https://www.suse.com/security/cve/CVE-2022-24807"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1201103 for CVE-2022-24807",
          "url": "https://bugzilla.suse.com/1201103"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-01-04T10:21:18Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2022-24807"
    },
    {
      "cve": "CVE-2022-24808",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2022-24808"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "net-snmp provides various tools relating to the Simple Network Management Protocol. Prior to version 5.9.2, a user with read-write credentials can use a malformed OID in a `SET` request to `NET-SNMP-AGENT-MIB::nsLogTable` to cause a NULL pointer dereference. Version 5.9.2 contains a patch. Users should use strong SNMPv3 credentials and avoid sharing the credentials. Those who must use SNMPv1 or SNMPv2c should use a complex community string and enhance the protection by restricting access to a given IP address range.\n",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2022-24808",
          "url": "https://www.suse.com/security/cve/CVE-2022-24808"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1201103 for CVE-2022-24808",
          "url": "https://bugzilla.suse.com/1201103"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-01-04T10:21:18Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2022-24808"
    },
    {
      "cve": "CVE-2022-24809",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2022-24809"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "net-snmp provides various tools relating to the Simple Network Management Protocol. Prior to version 5.9.2, a user with read-only credentials can use a malformed OID in a `GET-NEXT` to the `nsVacmAccessTable` to cause a NULL pointer dereference. Version 5.9.2 contains a patch. Users should use strong SNMPv3 credentials and avoid sharing the credentials. Those who must use SNMPv1 or SNMPv2c should use a complex community string and enhance the protection by restricting access to a given IP address range.\n",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2022-24809",
          "url": "https://www.suse.com/security/cve/CVE-2022-24809"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1201103 for CVE-2022-24809",
          "url": "https://bugzilla.suse.com/1201103"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-01-04T10:21:18Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2022-24809"
    },
    {
      "cve": "CVE-2022-24810",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2022-24810"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "net-snmp provides various tools relating to the Simple Network Management Protocol. Prior to version 5.9.2, a user with read-write credentials can use a malformed OID in a SET to the nsVacmAccessTable to cause a NULL pointer dereference. Version 5.9.2 contains a patch. Users should use strong SNMPv3 credentials and avoid sharing the credentials. Those who must use SNMPv1 or SNMPv2c should use a complex community string and enhance the protection by restricting access to a given IP address range.\n",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.aarch64",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2022-24810",
          "url": "https://www.suse.com/security/cve/CVE-2022-24810"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1201103 for CVE-2022-24810",
          "url": "https://bugzilla.suse.com/1201103"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-32bit-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libsnmp40-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:net-snmp-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-SNMP-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:snmp-mibs-5.9.4-14.3.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.aarch64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:net-snmp-devel-5.9.4-14.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-01-04T10:21:18Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2022-24810"
    }
  ]
}


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…