Vulnerability from csaf_suse
Published
2022-02-10 14:12
Modified
2022-02-10 14:12
Summary
Security update for ldb, samba

Notes

Title of the patch
Security update for ldb, samba
Description of the patch
This update for ldb, samba fixes the following issues: Changes in ldb: + CVE-2020-25718: An RODC can issue (forge) administrator tickets to other servers; (bsc#1192246) + CVE-2021-3738: Fixed a crash in dsdb stack (bsc#1192215) Release ldb 2.2.2 + Corrected python behaviour for 'in' for LDAP attributes contained as part of ldb.Message + Fix memory handling in ldb.msg_diff + Backport bronze bit fixes, tests, and selftest improvements. Changes in samba: - CVE-2021-44142: Fixed an Out-of-Bound Read/Write on Samba vfs_fruit module; (bsc#1194859) - The username map [script] advice from CVE-2020-25717 advisory note has undesired side effects for the local nt token. Fallback to a SID/UID based mapping if the name based lookup fails; (bsc#1192849); (bso#14901). - Fix regression introduced by CVE-2020-25717 patches, winbindd does not start when 'allow trusted domains' is off; (bso#14899); - CVE-2020-25717: Fixed that a user on the domain can become root on domain members; (bsc#1192284); (bso#14556). - CVE-2020-25721: auth: Fill in the new HAS_SAM_NAME_AND_SID values; (bsc#1192505); (bso#14564). - CVE-2020-25718: An RODC can issue (forge) administrator tickets to other servers; (bsc#1192246);(bso#14558). - CVE-2020-25719: Fixed AD DC Username based races when no PAC is given;(bsc#1192247);(bso#14561). - CVE-2020-25722: Fixed that AD DC UPN vs samAccountName not checked (top-level bug for AD DC validation issues);(bsc#1192283); (bso#14564). - CVE-2021-3738: Fixed a crash in dsdb stack;(bsc#1192215); (bso#14468). - CVE-2021-23192: Fixed that dcerpc requests don't check all fragments against the first auth_state;(bsc#1192214);(bso#14875). - CVE-2016-2124: don't fallback to non spnego authentication if we require kerberos; (bsc#1014440); (bso#12444). Update to 4.13.13 * rodc_rwdc test flaps;(bso#14868). * Backport bronze bit fixes, tests, and selftest improvements; (bso#14881). * Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze bit' S4U2Proxy Constrained Delegation bypass in Samba with embedded Heimdal;(bso#14642). * Python ldb.msg_diff() memory handling failure;(bso#14836). * 'in' operator on ldb.Message is case sensitive;(bso#14845). * Fix Samba support for UF_NO_AUTH_DATA_REQUIRED;(bso#14871). * Allow special chars like '@' in samAccountName when generating the salt;(bso#14874). * Fix transit path validation;(bso#12998). * Prepare to operate with MIT krb5 >= 1.20;(bso#14870). * rpcclient NetFileEnum and net rpc file both cause lock order violation: brlock.tdb, share_entries.tdb;(bso#14645). * Python ldb.msg_diff() memory handling failure;(bso#14836). * Release LDB 2.3.1 for Samba 4.14.9;(bso#14848). - Update to 4.13.12 * Address a signifcant performance regression in database access in the AD DC since Samba 4.12;(bso#14806). * Fix performance regression in lsa_LookupSids3/LookupNames4 since Samba 4.9 by using an explicit database handle cache; (bso#14807). * An unuthenticated user can crash the AD DC KDC by omitting the server name in a TGS-REQ;(bso#14817). * Address flapping samba_tool_drs_showrepl test;(bso#14818). * Address flapping dsdb_schema_attributes test;(bso#14819). * An unuthenticated user can crash the AD DC KDC by omitting the server name in a TGS-REQ;(bso#14817). * Fix CTDB flag/status update race conditions(bso#14784). - Update to 4.13.11 * smbd: panic on force-close share during offload write; (bso#14769). * Fix returned attributes on fake quota file handle and avoid hitting the VFS;(bso#14731). * smbd: 'deadtime' parameter doesn't work anymore;(bso#14783). * net conf list crashes when run as normal user;(bso#14787). * Work around special SMB2 READ response behavior of NetApp Ontap 7.3.7;(bso#14607). * Start the SMB encryption as soon as possible;(bso#14793). * Winbind should not start if the socket path for the privileged pipe is too long;(bso#14792). - Fix 'net rpc' authentication when using the machine account; (bsc#1189017); (bso#14796); - Fix dependency problem upgrading from libndr0 to libndr1; (bsc#1189875); - Fix dependency problem upgrading from libsmbldap0 to libsmbldap2; (bsc#1189875); - Fix wrong kvno exported to keytab after net ads changetrustpw due to replication delay; (bsc#1188727); - Add Certificate Auto Enrollment Policy; (jsc#SLE-18456). - Update to 4.13.10 * s3: smbd: Ensure POSIX default ACL is mapped into returned Windows ACL for directory handles; (bso#14708); * Take a copy to make sure we don't reference free'd memory; (bso#14721); * s3: lib: Fix talloc heirarcy error in parent_smb_fname(); (bso#14722); * s3: smbd: Remove erroneous TALLOC_FREE(smb_fname_parent) in change_file_owner_to_parent() error path; (bso#14736); * samba-tool: Give better error information when the 'domain backup restore' fails with a duplicate SID; (bso#14575); * smbd: Correctly initialize close timestamp fields; (bso#14714); * Spotlight RPC service doesn't work with vfs_glusterfs; (bso#14740); * ctdb: Fix a crash in run_proc_signal_handler(); (bso#14475); * gensec_krb5: Restore ipv6 support for kpasswd; (bso#14750); * smbXsrv_{open,session,tcon}: Protect smbXsrv_{open,session,tcon}_global_traverse_fn against invalid records; (bso#14752); * samba-tool domain backup offline doesn't work against bind DLZ backend; (bso#14027); * netcmd: Use next_free_rid() function to calculate a SID for restoring a backup; (bso#14669); - Update to 4.13.9 * s3: smbd: SMB1 SMBsplwr doesn't send a reply packet on success; (bso#14696); * Add documentation for dsdb_group_audit and dsdb_group_json_audit to 'log level', synchronise 'log level' in smb.conf with the code; (bso#14689); * Fix smbd panic when two clients open same file; (bso#14672); * Fix memory leak in the RPC server; (bso#14675); * s3: smbd: Fix deferred renames; (bso#14679); * s3-iremotewinspool: Set the per-request memory context; (bso#14675); * rpc_server3: Fix a memleak for internal pipes; (bso#14675); * third_party: Update socket_wrapper to version 1.3.2; (bso#11899); * third_party: Update socket_wrapper to version 1.3.3; (bso#14639); * idmap_rfc2307 and idmap_nss return wrong mapping for uid/gid conflict; (bso#14663); * Fix the build on OmniOS; (bso#14288); - Update to 4.13.8 * CVE-2021-20254: Fix buffer overrun in sids_to_unixids(); (bso#14571 - Update to 4.13.7 * Release with dependency on ldb version 2.2.1.
Patchnames
SUSE-2022-361,SUSE-Storage-7-2022-361
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: "critical",
      },
      category: "csaf_security_advisory",
      csaf_version: "2.0",
      distribution: {
         text: "Copyright 2024 SUSE LLC. All rights reserved.",
         tlp: {
            label: "WHITE",
            url: "https://www.first.org/tlp/",
         },
      },
      lang: "en",
      notes: [
         {
            category: "summary",
            text: "Security update for ldb, samba",
            title: "Title of the patch",
         },
         {
            category: "description",
            text: "This update for ldb, samba fixes the following issues:\n\nChanges in ldb:\n\n+ CVE-2020-25718: An RODC can issue (forge) administrator\n  tickets to other servers; (bsc#1192246)\n+ CVE-2021-3738: Fixed a crash in dsdb stack (bsc#1192215)\n\nRelease ldb 2.2.2\n\n+ Corrected python behaviour for 'in' for LDAP attributes\n  contained as part of ldb.Message\n+ Fix memory handling in ldb.msg_diff\n+ Backport bronze bit fixes, tests, and selftest improvements.\n\nChanges in samba:\n\n- CVE-2021-44142: Fixed an Out-of-Bound Read/Write on Samba vfs_fruit\n  module; (bsc#1194859)\n\n- The username map [script] advice from CVE-2020-25717 advisory\n  note has undesired side effects for the local nt token. Fallback\n  to a SID/UID based mapping if the name based lookup fails;\n  (bsc#1192849); (bso#14901).\n\n- Fix regression introduced by CVE-2020-25717 patches, winbindd\n  does not start when 'allow trusted domains' is off; (bso#14899);\n\n- CVE-2020-25717: Fixed that a user on the domain can become root on\n  domain members; (bsc#1192284); (bso#14556).\n- CVE-2020-25721: auth: Fill in the new HAS_SAM_NAME_AND_SID\n  values; (bsc#1192505); (bso#14564).\n- CVE-2020-25718: An RODC can issue (forge) administrator tickets\n  to other servers; (bsc#1192246);(bso#14558).\n- CVE-2020-25719: Fixed AD DC Username based races when no PAC\n  is given;(bsc#1192247);(bso#14561).\n- CVE-2020-25722: Fixed that AD DC UPN vs samAccountName not checked\n  (top-level bug for AD DC validation issues);(bsc#1192283);\n  (bso#14564).\n- CVE-2021-3738: Fixed a crash in dsdb stack;(bsc#1192215);\n  (bso#14468).\n- CVE-2021-23192: Fixed that dcerpc requests don't check all fragments\n  against the first auth_state;(bsc#1192214);(bso#14875).\n\n- CVE-2016-2124: don't fallback to non spnego authentication if we\n  require kerberos; (bsc#1014440); (bso#12444).\n\nUpdate to 4.13.13\n\n   * rodc_rwdc test flaps;(bso#14868).\n   * Backport bronze bit fixes, tests, and selftest improvements;\n     (bso#14881).\n   * Provide a fix for MS CVE-2020-17049 in Samba [SECURITY]\n     'Bronze bit' S4U2Proxy Constrained Delegation bypass in Samba\n     with embedded Heimdal;(bso#14642).\n   * Python ldb.msg_diff() memory handling failure;(bso#14836).\n   * 'in' operator on ldb.Message is case sensitive;(bso#14845).\n   * Fix Samba support for UF_NO_AUTH_DATA_REQUIRED;(bso#14871).\n   * Allow special chars like '@' in samAccountName when generating\n     the salt;(bso#14874).\n   * Fix transit path validation;(bso#12998).\n   * Prepare to operate with MIT krb5 >= 1.20;(bso#14870).\n   * rpcclient NetFileEnum and net rpc file both cause lock order\n     violation: brlock.tdb, share_entries.tdb;(bso#14645).\n   * Python ldb.msg_diff() memory handling failure;(bso#14836).\n   * Release LDB 2.3.1 for Samba 4.14.9;(bso#14848).\n\n- Update to 4.13.12\n\n   * Address a signifcant performance regression in database access\n     in the AD DC since Samba 4.12;(bso#14806).\n   * Fix performance regression in lsa_LookupSids3/LookupNames4\n     since Samba 4.9 by using an explicit database handle cache;\n     (bso#14807).\n   * An unuthenticated user can crash the AD DC KDC by omitting the\n     server name in a TGS-REQ;(bso#14817).\n   * Address flapping samba_tool_drs_showrepl test;(bso#14818).\n   * Address flapping dsdb_schema_attributes test;(bso#14819).\n   * An unuthenticated user can crash the AD DC KDC by omitting the\n     server name in a TGS-REQ;(bso#14817).\n   * Fix CTDB flag/status update race conditions(bso#14784).\n\n- Update to 4.13.11\n\n   * smbd: panic on force-close share during offload write;\n     (bso#14769).\n   * Fix returned attributes on fake quota file handle and avoid\n     hitting the VFS;(bso#14731).\n   * smbd: 'deadtime' parameter doesn't work anymore;(bso#14783).\n   * net conf list crashes when run as normal user;(bso#14787).\n   * Work around special SMB2 READ response behavior of NetApp Ontap\n     7.3.7;(bso#14607).\n   * Start the SMB encryption as soon as possible;(bso#14793).\n   * Winbind should not start if the socket path for the privileged\n     pipe is too long;(bso#14792).\n\n- Fix 'net rpc' authentication when using the machine account;\n  (bsc#1189017); (bso#14796);\n\n- Fix dependency problem upgrading from libndr0 to libndr1;\n  (bsc#1189875);\n- Fix dependency problem upgrading from libsmbldap0 to libsmbldap2;\n  (bsc#1189875);\n- Fix wrong kvno exported to keytab after net ads changetrustpw due\n  to replication delay; (bsc#1188727);\n- Add Certificate Auto Enrollment Policy; (jsc#SLE-18456).\n\n- Update to 4.13.10\n\n  * s3: smbd: Ensure POSIX default ACL is mapped into returned\n    Windows ACL for directory handles; (bso#14708);\n  * Take a copy to make sure we don't reference free'd memory; (bso#14721);\n  * s3: lib: Fix talloc heirarcy error in parent_smb_fname(); (bso#14722);\n  * s3: smbd: Remove erroneous TALLOC_FREE(smb_fname_parent) in\n    change_file_owner_to_parent() error path; (bso#14736);\n  * samba-tool: Give better error information when the\n    'domain backup restore' fails with a duplicate SID; (bso#14575);\n  * smbd: Correctly initialize close timestamp fields; (bso#14714);\n  * Spotlight RPC service doesn't work with vfs_glusterfs; (bso#14740);\n  * ctdb: Fix a crash in run_proc_signal_handler(); (bso#14475);\n  * gensec_krb5: Restore ipv6 support for kpasswd; (bso#14750);\n  * smbXsrv_{open,session,tcon}: Protect\n    smbXsrv_{open,session,tcon}_global_traverse_fn against invalid records; (bso#14752);\n  * samba-tool domain backup offline doesn't work against bind DLZ\n    backend; (bso#14027);\n  * netcmd: Use next_free_rid() function to calculate a SID for\n    restoring a backup; (bso#14669);\n\n- Update to 4.13.9\n\n  * s3: smbd: SMB1 SMBsplwr doesn't send a reply packet on success; (bso#14696);\n  * Add documentation for dsdb_group_audit and dsdb_group_json_audit\n    to 'log level', synchronise 'log level' in smb.conf with the code; (bso#14689);\n  * Fix smbd panic when two clients open same file; (bso#14672);\n  * Fix memory leak in the RPC server; (bso#14675);\n  * s3: smbd: Fix deferred renames; (bso#14679);\n  * s3-iremotewinspool: Set the per-request memory context; (bso#14675);\n  * rpc_server3: Fix a memleak for internal pipes; (bso#14675);\n  * third_party: Update socket_wrapper to version 1.3.2; (bso#11899);\n  * third_party: Update socket_wrapper to version 1.3.3; (bso#14639);\n  * idmap_rfc2307 and idmap_nss return wrong mapping for uid/gid\n    conflict; (bso#14663);\n  * Fix the build on OmniOS; (bso#14288);\n\n- Update to 4.13.8\n\n  * CVE-2021-20254: Fix buffer overrun in sids_to_unixids(); (bso#14571\n\n- Update to 4.13.7\n\n  * Release with dependency on ldb version 2.2.1.\n",
            title: "Description of the patch",
         },
         {
            category: "details",
            text: "SUSE-2022-361,SUSE-Storage-7-2022-361",
            title: "Patchnames",
         },
         {
            category: "legal_disclaimer",
            text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
            title: "Terms of use",
         },
      ],
      publisher: {
         category: "vendor",
         contact_details: "https://www.suse.com/support/security/contact/",
         name: "SUSE Product Security Team",
         namespace: "https://www.suse.com/",
      },
      references: [
         {
            category: "external",
            summary: "SUSE ratings",
            url: "https://www.suse.com/support/security/rating/",
         },
         {
            category: "self",
            summary: "URL of this CSAF notice",
            url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2022_0361-1.json",
         },
         {
            category: "self",
            summary: "URL for SUSE-SU-2022:0361-1",
            url: "https://www.suse.com/support/update/announcement/2022/suse-su-20220361-1/",
         },
         {
            category: "self",
            summary: "E-Mail link for SUSE-SU-2022:0361-1",
            url: "https://lists.suse.com/pipermail/sle-security-updates/2022-February/010209.html",
         },
         {
            category: "self",
            summary: "SUSE Bug 1014440",
            url: "https://bugzilla.suse.com/1014440",
         },
         {
            category: "self",
            summary: "SUSE Bug 1188727",
            url: "https://bugzilla.suse.com/1188727",
         },
         {
            category: "self",
            summary: "SUSE Bug 1189017",
            url: "https://bugzilla.suse.com/1189017",
         },
         {
            category: "self",
            summary: "SUSE Bug 1189875",
            url: "https://bugzilla.suse.com/1189875",
         },
         {
            category: "self",
            summary: "SUSE Bug 1192214",
            url: "https://bugzilla.suse.com/1192214",
         },
         {
            category: "self",
            summary: "SUSE Bug 1192215",
            url: "https://bugzilla.suse.com/1192215",
         },
         {
            category: "self",
            summary: "SUSE Bug 1192246",
            url: "https://bugzilla.suse.com/1192246",
         },
         {
            category: "self",
            summary: "SUSE Bug 1192247",
            url: "https://bugzilla.suse.com/1192247",
         },
         {
            category: "self",
            summary: "SUSE Bug 1192283",
            url: "https://bugzilla.suse.com/1192283",
         },
         {
            category: "self",
            summary: "SUSE Bug 1192284",
            url: "https://bugzilla.suse.com/1192284",
         },
         {
            category: "self",
            summary: "SUSE Bug 1192505",
            url: "https://bugzilla.suse.com/1192505",
         },
         {
            category: "self",
            summary: "SUSE Bug 1192849",
            url: "https://bugzilla.suse.com/1192849",
         },
         {
            category: "self",
            summary: "SUSE Bug 1194859",
            url: "https://bugzilla.suse.com/1194859",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2016-2124 page",
            url: "https://www.suse.com/security/cve/CVE-2016-2124/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-17049 page",
            url: "https://www.suse.com/security/cve/CVE-2020-17049/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-25717 page",
            url: "https://www.suse.com/security/cve/CVE-2020-25717/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-25718 page",
            url: "https://www.suse.com/security/cve/CVE-2020-25718/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-25719 page",
            url: "https://www.suse.com/security/cve/CVE-2020-25719/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-25721 page",
            url: "https://www.suse.com/security/cve/CVE-2020-25721/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-25722 page",
            url: "https://www.suse.com/security/cve/CVE-2020-25722/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2021-20254 page",
            url: "https://www.suse.com/security/cve/CVE-2021-20254/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2021-23192 page",
            url: "https://www.suse.com/security/cve/CVE-2021-23192/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2021-3738 page",
            url: "https://www.suse.com/security/cve/CVE-2021-3738/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2021-44142 page",
            url: "https://www.suse.com/security/cve/CVE-2021-44142/",
         },
      ],
      title: "Security update for ldb, samba",
      tracking: {
         current_release_date: "2022-02-10T14:12:34Z",
         generator: {
            date: "2022-02-10T14:12:34Z",
            engine: {
               name: "cve-database.git:bin/generate-csaf.pl",
               version: "1",
            },
         },
         id: "SUSE-SU-2022:0361-1",
         initial_release_date: "2022-02-10T14:12:34Z",
         revision_history: [
            {
               date: "2022-02-10T14:12:34Z",
               number: "1",
               summary: "Current version",
            },
         ],
         status: "final",
         version: "1",
      },
   },
   product_tree: {
      branches: [
         {
            branches: [
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "ctdb-pcp-pmda-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "ctdb-pcp-pmda-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "ctdb-pcp-pmda-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "ctdb-tests-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "ctdb-tests-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "ctdb-tests-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "ldb-tools-2.2.2-4.6.1.aarch64",
                        product: {
                           name: "ldb-tools-2.2.2-4.6.1.aarch64",
                           product_id: "ldb-tools-2.2.2-4.6.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libdcerpc-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libdcerpc-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libdcerpc-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libdcerpc-samr-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libdcerpc-samr-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libdcerpc-samr-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libdcerpc-samr0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libdcerpc-samr0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libdcerpc-samr0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libldb-devel-2.2.2-4.6.1.aarch64",
                        product: {
                           name: "libldb-devel-2.2.2-4.6.1.aarch64",
                           product_id: "libldb-devel-2.2.2-4.6.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libldb2-2.2.2-4.6.1.aarch64",
                        product: {
                           name: "libldb2-2.2.2-4.6.1.aarch64",
                           product_id: "libldb2-2.2.2-4.6.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libndr-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libndr-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libndr-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libndr-krb5pac-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libndr-krb5pac-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libndr-krb5pac-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libndr-nbt-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libndr-nbt-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libndr-nbt-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libndr-standard-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libndr-standard-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libndr-standard-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libnetapi-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libnetapi-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libnetapi-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-credentials-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libsamba-credentials-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libsamba-credentials-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-errors-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libsamba-errors-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libsamba-errors-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-hostconfig-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libsamba-hostconfig-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libsamba-hostconfig-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-passdb-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libsamba-passdb-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libsamba-passdb-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-policy-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libsamba-policy-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libsamba-policy-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-policy-python3-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libsamba-policy-python3-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libsamba-policy-python3-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-policy0-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libsamba-policy0-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libsamba-policy0-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-util-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libsamba-util-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libsamba-util-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamdb-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libsamdb-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libsamdb-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsmbclient-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libsmbclient-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libsmbclient-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsmbconf-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libsmbconf-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libsmbconf-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsmbldap-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libsmbldap-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libsmbldap-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libtevent-util-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libtevent-util-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libtevent-util-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libwbclient-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libwbclient-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libwbclient-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "python3-ldb-2.2.2-4.6.1.aarch64",
                        product: {
                           name: "python3-ldb-2.2.2-4.6.1.aarch64",
                           product_id: "python3-ldb-2.2.2-4.6.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "python3-ldb-devel-2.2.2-4.6.1.aarch64",
                        product: {
                           name: "python3-ldb-devel-2.2.2-4.6.1.aarch64",
                           product_id: "python3-ldb-devel-2.2.2-4.6.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-ad-dc-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "samba-ad-dc-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "samba-ad-dc-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-core-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "samba-core-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "samba-core-devel-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-dsdb-modules-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "samba-dsdb-modules-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "samba-dsdb-modules-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-gpupdate-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "samba-gpupdate-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "samba-gpupdate-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-ldb-ldap-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "samba-ldb-ldap-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "samba-ldb-ldap-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "samba-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "samba-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-test-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "samba-test-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "samba-test-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        product: {
                           name: "samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                           product_id: "samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                        },
                     },
                  ],
                  category: "architecture",
                  name: "aarch64",
               },
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "libdcerpc-binding0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        product: {
                           name: "libdcerpc-binding0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                           product_id: "libdcerpc-binding0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libdcerpc-samr0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        product: {
                           name: "libdcerpc-samr0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                           product_id: "libdcerpc-samr0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libdcerpc0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        product: {
                           name: "libdcerpc0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                           product_id: "libdcerpc0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libldb2-64bit-2.2.2-4.6.1.aarch64_ilp32",
                        product: {
                           name: "libldb2-64bit-2.2.2-4.6.1.aarch64_ilp32",
                           product_id: "libldb2-64bit-2.2.2-4.6.1.aarch64_ilp32",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libndr-krb5pac0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        product: {
                           name: "libndr-krb5pac0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                           product_id: "libndr-krb5pac0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libndr-nbt0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        product: {
                           name: "libndr-nbt0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                           product_id: "libndr-nbt0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libndr-standard0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        product: {
                           name: "libndr-standard0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                           product_id: "libndr-standard0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libndr1-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        product: {
                           name: "libndr1-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                           product_id: "libndr1-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libnetapi-devel-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        product: {
                           name: "libnetapi-devel-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                           product_id: "libnetapi-devel-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libnetapi0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        product: {
                           name: "libnetapi0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                           product_id: "libnetapi0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-credentials0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        product: {
                           name: "libsamba-credentials0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                           product_id: "libsamba-credentials0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-errors0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        product: {
                           name: "libsamba-errors0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                           product_id: "libsamba-errors0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-hostconfig0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        product: {
                           name: "libsamba-hostconfig0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                           product_id: "libsamba-hostconfig0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-passdb0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        product: {
                           name: "libsamba-passdb0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                           product_id: "libsamba-passdb0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-policy0-python3-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        product: {
                           name: "libsamba-policy0-python3-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                           product_id: "libsamba-policy0-python3-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-util0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        product: {
                           name: "libsamba-util0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                           product_id: "libsamba-util0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamdb0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        product: {
                           name: "libsamdb0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                           product_id: "libsamdb0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsmbclient0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        product: {
                           name: "libsmbclient0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                           product_id: "libsmbclient0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsmbconf0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        product: {
                           name: "libsmbconf0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                           product_id: "libsmbconf0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsmbldap2-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        product: {
                           name: "libsmbldap2-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                           product_id: "libsmbldap2-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libtevent-util0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        product: {
                           name: "libtevent-util0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                           product_id: "libtevent-util0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libwbclient0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        product: {
                           name: "libwbclient0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                           product_id: "libwbclient0-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        },
                     },
                     {
                        category: "product_version",
                        name: "python3-ldb-64bit-2.2.2-4.6.1.aarch64_ilp32",
                        product: {
                           name: "python3-ldb-64bit-2.2.2-4.6.1.aarch64_ilp32",
                           product_id: "python3-ldb-64bit-2.2.2-4.6.1.aarch64_ilp32",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-ad-dc-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        product: {
                           name: "samba-ad-dc-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                           product_id: "samba-ad-dc-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-client-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        product: {
                           name: "samba-client-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                           product_id: "samba-client-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-libs-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        product: {
                           name: "samba-libs-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                           product_id: "samba-libs-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-libs-python3-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        product: {
                           name: "samba-libs-python3-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                           product_id: "samba-libs-python3-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-winbind-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        product: {
                           name: "samba-winbind-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                           product_id: "samba-winbind-64bit-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64_ilp32",
                        },
                     },
                  ],
                  category: "architecture",
                  name: "aarch64_ilp32",
               },
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "samba-doc-4.13.13+git.545.5897c2d94f3-3.12.1.noarch",
                        product: {
                           name: "samba-doc-4.13.13+git.545.5897c2d94f3-3.12.1.noarch",
                           product_id: "samba-doc-4.13.13+git.545.5897c2d94f3-3.12.1.noarch",
                        },
                     },
                  ],
                  category: "architecture",
                  name: "noarch",
               },
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "ctdb-pcp-pmda-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "ctdb-pcp-pmda-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "ctdb-pcp-pmda-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "ctdb-tests-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "ctdb-tests-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "ctdb-tests-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "ldb-tools-2.2.2-4.6.1.x86_64",
                        product: {
                           name: "ldb-tools-2.2.2-4.6.1.x86_64",
                           product_id: "ldb-tools-2.2.2-4.6.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libdcerpc-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libdcerpc-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libdcerpc-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libdcerpc-samr-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libdcerpc-samr-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libdcerpc-samr-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libdcerpc-samr0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libdcerpc-samr0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libdcerpc-samr0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libldb-devel-2.2.2-4.6.1.x86_64",
                        product: {
                           name: "libldb-devel-2.2.2-4.6.1.x86_64",
                           product_id: "libldb-devel-2.2.2-4.6.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libldb2-2.2.2-4.6.1.x86_64",
                        product: {
                           name: "libldb2-2.2.2-4.6.1.x86_64",
                           product_id: "libldb2-2.2.2-4.6.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libndr-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libndr-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libndr-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libndr-krb5pac-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libndr-krb5pac-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libndr-krb5pac-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libndr-nbt-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libndr-nbt-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libndr-nbt-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libndr-standard-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libndr-standard-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libndr-standard-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libnetapi-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libnetapi-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libnetapi-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-credentials-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libsamba-credentials-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libsamba-credentials-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-errors-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libsamba-errors-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libsamba-errors-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-hostconfig-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libsamba-hostconfig-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libsamba-hostconfig-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-passdb-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libsamba-passdb-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libsamba-passdb-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-policy-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libsamba-policy-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libsamba-policy-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-policy-python3-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libsamba-policy-python3-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libsamba-policy-python3-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-policy0-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libsamba-policy0-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libsamba-policy0-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-util-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libsamba-util-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libsamba-util-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamdb-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libsamdb-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libsamdb-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsmbclient-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libsmbclient-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libsmbclient-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsmbconf-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libsmbconf-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libsmbconf-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsmbldap-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libsmbldap-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libsmbldap-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libtevent-util-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libtevent-util-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libtevent-util-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libwbclient-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libwbclient-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libwbclient-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "python3-ldb-2.2.2-4.6.1.x86_64",
                        product: {
                           name: "python3-ldb-2.2.2-4.6.1.x86_64",
                           product_id: "python3-ldb-2.2.2-4.6.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "python3-ldb-devel-2.2.2-4.6.1.x86_64",
                        product: {
                           name: "python3-ldb-devel-2.2.2-4.6.1.x86_64",
                           product_id: "python3-ldb-devel-2.2.2-4.6.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-ad-dc-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "samba-ad-dc-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "samba-ad-dc-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-core-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "samba-core-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "samba-core-devel-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-dsdb-modules-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "samba-dsdb-modules-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "samba-dsdb-modules-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-gpupdate-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "samba-gpupdate-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "samba-gpupdate-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-ldb-ldap-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "samba-ldb-ldap-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "samba-ldb-ldap-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "samba-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "samba-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-test-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "samba-test-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "samba-test-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        product: {
                           name: "samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                           product_id: "samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                        },
                     },
                  ],
                  category: "architecture",
                  name: "x86_64",
               },
               {
                  branches: [
                     {
                        category: "product_name",
                        name: "SUSE Enterprise Storage 7",
                        product: {
                           name: "SUSE Enterprise Storage 7",
                           product_id: "SUSE Enterprise Storage 7",
                           product_identification_helper: {
                              cpe: "cpe:/o:suse:ses:7",
                           },
                        },
                     },
                  ],
                  category: "product_family",
                  name: "SUSE Linux Enterprise",
               },
            ],
            category: "vendor",
            name: "SUSE",
         },
      ],
      relationships: [
         {
            category: "default_component_of",
            full_product_name: {
               name: "ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            },
            product_reference: "ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            },
            product_reference: "ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            },
            product_reference: "libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            },
            product_reference: "libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            },
            product_reference: "libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            },
            product_reference: "libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libldb2-2.2.2-4.6.1.aarch64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
            },
            product_reference: "libldb2-2.2.2-4.6.1.aarch64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libldb2-2.2.2-4.6.1.x86_64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
            },
            product_reference: "libldb2-2.2.2-4.6.1.x86_64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            },
            product_reference: "libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            },
            product_reference: "libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            },
            product_reference: "libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            },
            product_reference: "libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            },
            product_reference: "libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            },
            product_reference: "libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            },
            product_reference: "libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            },
            product_reference: "libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            },
            product_reference: "libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            },
            product_reference: "libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            },
            product_reference: "libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            },
            product_reference: "libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            },
            product_reference: "libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            },
            product_reference: "libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            },
            product_reference: "libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            },
            product_reference: "libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            },
            product_reference: "libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            },
            product_reference: "libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            },
            product_reference: "libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            },
            product_reference: "libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            },
            product_reference: "libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            },
            product_reference: "libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            },
            product_reference: "libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            },
            product_reference: "libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            },
            product_reference: "libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            },
            product_reference: "libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            },
            product_reference: "libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            },
            product_reference: "libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            },
            product_reference: "libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            },
            product_reference: "libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            },
            product_reference: "libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            },
            product_reference: "libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "python3-ldb-2.2.2-4.6.1.aarch64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
            },
            product_reference: "python3-ldb-2.2.2-4.6.1.aarch64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "python3-ldb-2.2.2-4.6.1.x86_64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
            },
            product_reference: "python3-ldb-2.2.2-4.6.1.x86_64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            },
            product_reference: "samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            },
            product_reference: "samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            },
            product_reference: "samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            },
            product_reference: "samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            },
            product_reference: "samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            },
            product_reference: "samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            },
            product_reference: "samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            },
            product_reference: "samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            },
            product_reference: "samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            },
            product_reference: "samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            },
            product_reference: "samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64 as component of SUSE Enterprise Storage 7",
               product_id: "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            },
            product_reference: "samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            relates_to_product_reference: "SUSE Enterprise Storage 7",
         },
      ],
   },
   vulnerabilities: [
      {
         cve: "CVE-2016-2124",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2016-2124",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A flaw was found in the way samba implemented SMB1 authentication. An attacker could use this flaw to retrieve the plaintext password sent over the wire even if Kerberos authentication was required.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
               "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
               "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
               "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2016-2124",
               url: "https://www.suse.com/security/cve/CVE-2016-2124",
            },
            {
               category: "external",
               summary: "SUSE Bug 1014440 for CVE-2016-2124",
               url: "https://bugzilla.suse.com/1014440",
            },
         ],
         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 Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 6.8,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-02-10T14:12:34Z",
               details: "moderate",
            },
         ],
         title: "CVE-2016-2124",
      },
      {
         cve: "CVE-2020-17049",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-17049",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A security feature bypass vulnerability exists in the way Key Distribution Center (KDC) determines if a service ticket can be used for delegation via Kerberos Constrained Delegation (KCD).\nTo exploit the vulnerability, a compromised service that is configured to use KCD could tamper with a service ticket that is not valid for delegation to force the KDC to accept it.\nThe update addresses this vulnerability by changing how the KDC validates service tickets used with KCD.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
               "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
               "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
               "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-17049",
               url: "https://www.suse.com/security/cve/CVE-2020-17049",
            },
            {
               category: "external",
               summary: "SUSE Bug 1178754 for CVE-2020-17049",
               url: "https://bugzilla.suse.com/1178754",
            },
            {
               category: "external",
               summary: "SUSE Bug 1178764 for CVE-2020-17049",
               url: "https://bugzilla.suse.com/1178764",
            },
         ],
         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 Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 7.2,
                  baseSeverity: "HIGH",
                  vectorString: "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
                  version: "3.1",
               },
               products: [
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-02-10T14:12:34Z",
               details: "important",
            },
         ],
         title: "CVE-2020-17049",
      },
      {
         cve: "CVE-2020-25717",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-25717",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A flaw was found in the way Samba maps domain users to local users. An authenticated attacker could use this flaw to cause possible privilege escalation.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
               "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
               "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
               "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-25717",
               url: "https://www.suse.com/security/cve/CVE-2020-25717",
            },
            {
               category: "external",
               summary: "SUSE Bug 1192284 for CVE-2020-25717",
               url: "https://bugzilla.suse.com/1192284",
            },
            {
               category: "external",
               summary: "SUSE Bug 1192505 for CVE-2020-25717",
               url: "https://bugzilla.suse.com/1192505",
            },
            {
               category: "external",
               summary: "SUSE Bug 1192601 for CVE-2020-25717",
               url: "https://bugzilla.suse.com/1192601",
            },
            {
               category: "external",
               summary: "SUSE Bug 1192849 for CVE-2020-25717",
               url: "https://bugzilla.suse.com/1192849",
            },
            {
               category: "external",
               summary: "SUSE Bug 1193011 for CVE-2020-25717",
               url: "https://bugzilla.suse.com/1193011",
            },
            {
               category: "external",
               summary: "SUSE Bug 1194049 for CVE-2020-25717",
               url: "https://bugzilla.suse.com/1194049",
            },
            {
               category: "external",
               summary: "SUSE Bug 1194307 for CVE-2020-25717",
               url: "https://bugzilla.suse.com/1194307",
            },
            {
               category: "external",
               summary: "SUSE Bug 1195815 for CVE-2020-25717",
               url: "https://bugzilla.suse.com/1195815",
            },
            {
               category: "external",
               summary: "SUSE Bug 1196344 for CVE-2020-25717",
               url: "https://bugzilla.suse.com/1196344",
            },
            {
               category: "external",
               summary: "SUSE Bug 1196717 for CVE-2020-25717",
               url: "https://bugzilla.suse.com/1196717",
            },
            {
               category: "external",
               summary: "SUSE Bug 1196920 for CVE-2020-25717",
               url: "https://bugzilla.suse.com/1196920",
            },
            {
               category: "external",
               summary: "SUSE Bug 1205061 for CVE-2020-25717",
               url: "https://bugzilla.suse.com/1205061",
            },
         ],
         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 Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 8.1,
                  baseSeverity: "HIGH",
                  vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-02-10T14:12:34Z",
               details: "important",
            },
         ],
         title: "CVE-2020-25717",
      },
      {
         cve: "CVE-2020-25718",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-25718",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A flaw was found in the way samba, as an Active Directory Domain Controller, is able to support an RODC (read-only domain controller). This would allow an RODC to print administrator tickets.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
               "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
               "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
               "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-25718",
               url: "https://www.suse.com/security/cve/CVE-2020-25718",
            },
            {
               category: "external",
               summary: "SUSE Bug 1192246 for CVE-2020-25718",
               url: "https://bugzilla.suse.com/1192246",
            },
         ],
         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 Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 7.5,
                  baseSeverity: "HIGH",
                  vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
                  version: "3.1",
               },
               products: [
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-02-10T14:12:34Z",
               details: "important",
            },
         ],
         title: "CVE-2020-25718",
      },
      {
         cve: "CVE-2020-25719",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-25719",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A flaw was found in the way Samba, as an Active Directory Domain Controller, implemented Kerberos name-based authentication. The Samba AD DC, could become confused about the user a ticket represents if it did not strictly require a Kerberos PAC and always use the SIDs found within. The result could include total domain compromise.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
               "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
               "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
               "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-25719",
               url: "https://www.suse.com/security/cve/CVE-2020-25719",
            },
            {
               category: "external",
               summary: "SUSE Bug 1192247 for CVE-2020-25719",
               url: "https://bugzilla.suse.com/1192247",
            },
         ],
         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 Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 7.2,
                  baseSeverity: "HIGH",
                  vectorString: "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
                  version: "3.1",
               },
               products: [
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-02-10T14:12:34Z",
               details: "important",
            },
         ],
         title: "CVE-2020-25719",
      },
      {
         cve: "CVE-2020-25721",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-25721",
            },
         ],
         notes: [
            {
               category: "general",
               text: "Kerberos acceptors need easy access to stable AD identifiers (eg objectSid). Samba as an AD DC now provides a way for Linux applications to obtain a reliable SID (and samAccountName) in issued tickets.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
               "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
               "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
               "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-25721",
               url: "https://www.suse.com/security/cve/CVE-2020-25721",
            },
            {
               category: "external",
               summary: "SUSE Bug 1192505 for CVE-2020-25721",
               url: "https://bugzilla.suse.com/1192505",
            },
            {
               category: "external",
               summary: "SUSE Bug 1195833 for CVE-2020-25721",
               url: "https://bugzilla.suse.com/1195833",
            },
         ],
         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 Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 7.6,
                  baseSeverity: "HIGH",
                  vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H",
                  version: "3.1",
               },
               products: [
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-02-10T14:12:34Z",
               details: "important",
            },
         ],
         title: "CVE-2020-25721",
      },
      {
         cve: "CVE-2020-25722",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-25722",
            },
         ],
         notes: [
            {
               category: "general",
               text: "Multiple flaws were found in the way samba AD DC implemented access and conformance checking of stored data. An attacker could use this flaw to cause total domain compromise.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
               "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
               "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
               "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-25722",
               url: "https://www.suse.com/security/cve/CVE-2020-25722",
            },
            {
               category: "external",
               summary: "SUSE Bug 1192283 for CVE-2020-25722",
               url: "https://bugzilla.suse.com/1192283",
            },
         ],
         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 Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 8.8,
                  baseSeverity: "HIGH",
                  vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                  version: "3.1",
               },
               products: [
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-02-10T14:12:34Z",
               details: "important",
            },
         ],
         title: "CVE-2020-25722",
      },
      {
         cve: "CVE-2021-20254",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2021-20254",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A flaw was found in samba. The Samba smbd file server must map Windows group identities (SIDs) into unix group ids (gids). The code that performs this had a flaw that could allow it to read data beyond the end of the array in the case where a negative cache entry had been added to the mapping cache. This could cause the calling code to return those values into the process token that stores the group membership for a user. The highest threat from this vulnerability is to data confidentiality and integrity.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
               "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
               "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
               "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2021-20254",
               url: "https://www.suse.com/security/cve/CVE-2021-20254",
            },
            {
               category: "external",
               summary: "SUSE Bug 1184677 for CVE-2021-20254",
               url: "https://bugzilla.suse.com/1184677",
            },
            {
               category: "external",
               summary: "SUSE Bug 1185886 for CVE-2021-20254",
               url: "https://bugzilla.suse.com/1185886",
            },
            {
               category: "external",
               summary: "SUSE Bug 1189860 for CVE-2021-20254",
               url: "https://bugzilla.suse.com/1189860",
            },
         ],
         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 Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 7.1,
                  baseSeverity: "HIGH",
                  vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L",
                  version: "3.1",
               },
               products: [
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-02-10T14:12:34Z",
               details: "important",
            },
         ],
         title: "CVE-2021-20254",
      },
      {
         cve: "CVE-2021-23192",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2021-23192",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A flaw was found in the way samba implemented DCE/RPC. If a client to a Samba server sent a very large DCE/RPC request, and chose to fragment it, an attacker could replace later fragments with their own data, bypassing the signature requirements.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
               "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
               "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
               "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2021-23192",
               url: "https://www.suse.com/security/cve/CVE-2021-23192",
            },
            {
               category: "external",
               summary: "SUSE Bug 1192214 for CVE-2021-23192",
               url: "https://bugzilla.suse.com/1192214",
            },
         ],
         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 Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 4.8,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-02-10T14:12:34Z",
               details: "moderate",
            },
         ],
         title: "CVE-2021-23192",
      },
      {
         cve: "CVE-2021-3738",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2021-3738",
            },
         ],
         notes: [
            {
               category: "general",
               text: "In DCE/RPC it is possible to share the handles (cookies for resource state) between multiple connections via a mechanism called 'association groups'. These handles can reference connections to our sam.ldb database. However while the database was correctly shared, the user credentials state was only pointed at, and when one connection within that association group ended, the database would be left pointing at an invalid 'struct session_info'. The most likely outcome here is a crash, but it is possible that the use-after-free could instead allow different user state to be pointed at and this might allow more privileged access.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
               "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
               "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
               "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2021-3738",
               url: "https://www.suse.com/security/cve/CVE-2021-3738",
            },
            {
               category: "external",
               summary: "SUSE Bug 1192215 for CVE-2021-3738",
               url: "https://bugzilla.suse.com/1192215",
            },
         ],
         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 Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 7.6,
                  baseSeverity: "HIGH",
                  vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H",
                  version: "3.1",
               },
               products: [
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-02-10T14:12:34Z",
               details: "important",
            },
         ],
         title: "CVE-2021-3738",
      },
      {
         cve: "CVE-2021-44142",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2021-44142",
            },
         ],
         notes: [
            {
               category: "general",
               text: "The Samba vfs_fruit module uses extended file attributes (EA, xattr) to provide \"...enhanced compatibility with Apple SMB clients and interoperability with a Netatalk 3 AFP fileserver.\" Samba versions prior to 4.13.17, 4.14.12 and 4.15.5 with vfs_fruit configured allow out-of-bounds heap read and write via specially crafted extended file attributes. A remote attacker with write access to extended file attributes can execute arbitrary code with the privileges of smbd, typically root.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
               "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
               "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
               "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
               "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2021-44142",
               url: "https://www.suse.com/security/cve/CVE-2021-44142",
            },
            {
               category: "external",
               summary: "SUSE Bug 1194859 for CVE-2021-44142",
               url: "https://bugzilla.suse.com/1194859",
            },
            {
               category: "external",
               summary: "SUSE Bug 1195611 for CVE-2021-44142",
               url: "https://bugzilla.suse.com/1195611",
            },
            {
               category: "external",
               summary: "SUSE Bug 1196455 for CVE-2021-44142",
               url: "https://bugzilla.suse.com/1196455",
            },
            {
               category: "external",
               summary: "SUSE Bug 1199646 for CVE-2021-44142",
               url: "https://bugzilla.suse.com/1199646",
            },
         ],
         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 Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 9.9,
                  baseSeverity: "CRITICAL",
                  vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
                  version: "3.1",
               },
               products: [
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:ctdb-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc-binding0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libdcerpc0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:libldb2-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-krb5pac0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-nbt0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr-standard0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libndr1-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libnetapi0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-credentials0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-errors0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-hostconfig0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-passdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamba-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsamdb0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbconf0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libsmbldap2-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libtevent-util0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:libwbclient0-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.aarch64",
                  "SUSE Enterprise Storage 7:python3-ldb-2.2.2-4.6.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-ceph-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-client-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-libs-python3-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.aarch64",
                  "SUSE Enterprise Storage 7:samba-winbind-4.13.13+git.545.5897c2d94f3-3.12.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-02-10T14:12:34Z",
               details: "critical",
            },
         ],
         title: "CVE-2021-44142",
      },
   ],
}


Log in or create an account to share your comment.

Security Advisory comment format.

This schema specifies the format of a comment related to a security advisory.

UUIDv4 of the comment
UUIDv4 of the Vulnerability-Lookup instance
When the comment was created originally
When the comment was last updated
Title of the comment
Description of the comment
The identifier of the vulnerability (CVE ID, GHSA-ID, PYSEC ID, etc.).



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.