Vulnerability from csaf_opensuse
Published
2022-03-16 16:09
Modified
2022-03-16 16:09
Summary
Security update for ansible

Notes

Title of the patch
Security update for ansible
Description of the patch
Ansible was updated to 2.9.21 to fix lots of bugs and security issues. Update to version 2.9.20, maintenance release containing numerous bugfixes. Update to version 2.9.19 with minor changes and a few bug fixes. Update to version 2.9.18: * CVE-2021-20228 where default and fallback values for no_log parameters to modules were not previously masked. (bsc#1181935) * CVE-2021-20178 where several parameters to the snmp_facts module were logged and displayed despite containing sensitive information. (bsc#1180816) * CVE-2021-20180 where several parameters to the bitbucket_pipeline_variable were logged and displayed despite containing sensitive information. (bsc#1180942) * CVE-2021-20191 which addresses a number of modules whose parameters were logged and displayed despite containing sensitive information. For the full list of affected modules, refer to the changelog linked below. (bsc#1181119) Update to version 2.9.17 with minor changes and a few bug fixes. Update to version 2.9.16 with minor changes and many bug fixes. update to version 2.9.15 with following breaking change: * ansible-galaxy login command has been removed update to version 2.9.14 with many small improvements and bug fixes, most notably: * kubectl - connection plugin now redact kubectl_token and kubectl_password in console log (CVE-2020-1753 bsc#1166389). update to version 2.9.13 with many bug fixes, most notably: * A security issue was addressed in the 'dnf' module, which previously did not check GPG signatures of packages. * A bug in the 'cron' module was fixed. In some cases prior to this fix, the module would inadvertently remove cron entries. update to version 2.9.12 with many bug fixes, most notably the following security fixes: * security issue - copy - Redact the value of the no_log 'content' parameter in the result's invocation.module_args in check mode. Previously when used with check mode and with '-vvv', the module would not censor the content if a change would be made to the destination path. (CVE-2020-14332 bsc#1174302) * security issue atomic_move - change default permissions when creating temporary files so they are not world readable (https://github.com/ansible/ansible/issues/67794) (CVE-2020-1736 bsc#1164134) * Fix warning for default permission change when no mode is specified. Follow up to https://github.com/ansible/ansible/issues/67794. (CVE-2020-1736) * Sanitize no_log values from any response keys that might be returned from the uri module (CVE-2020-14330 bsc#1174145). * reset logging level to INFO due to CVE-2019-14846. update to version 2.9.11 with many bug fixes update to version 2.9.10 with many bug fixes. - Add CVE-2020-1733_avoid_mkdir_p.patch to fix CVE-2020-1733 (bsc#1164140) update to version 2.9.9 * fix for a regression introduced in 2.9.8 update to version 2.9.8, maintenance release containing numerous bugfixes update to version 2.9.7 with many bug fixes, especially for these security issues: - bsc#1164140 CVE-2020-1733 - insecure temporary directory when running become_user from become directive - bsc#1164139 CVE-2020-1734 shell enabled by default in a pipe lookup plugin subprocess - bsc#1164137 CVE-2020-1735 - path injection on dest parameter in fetch module - bsc#1164134 CVE-2020-1736 atomic_move primitive sets permissive permissions - bsc#1164138 CVE-2020-1737 - Extract-Zip function in win_unzip module does not check extracted path - bsc#1164136 CVE-2020-1738 module package can be selected by the ansible facts - bsc#1164133 CVE-2020-1739 - svn module leaks password when specified as a parameter - bsc#1164135 CVE-2020-1740 - secrets readable after ansible-vault edit - bsc#1165393 CVE-2020-1746 - information disclosure issue in ldap_attr and ldap_entry modules - bsc#1166389 CVE-2020-1753 - kubectl connection plugin leaks sensitive information - bsc#1167532 CVE-2020-10684 - code injection when using ansible_facts as a subkey - bsc#1167440 CVE-2020-10685 - modules which use files encrypted with vault are not properly cleaned up - bsc#1167873 CVE-2020-10691 - archive traversal vulnerability in ansible-galaxy collection install [2] Fixed before 2.9.6, but not yet listed: - bsc#1171162 CVE-2020-10729 two random password lookups in same task return same value - bsc#1157968 CVE-2019-14904 vulnerability in solaris_zone module via crafted solaris zone - bsc#1157969 CVE-2019-14905 malicious code could craft filename in nxos_file_copy module - bsc#1112959 CVE-2018-16837 Information leak in 'user' module patch added - (bsc#1137528) CVE-2019-10156: ansible: templating causing an - bsc#1118896 CVE-2018-16876 Information disclosure in vvv+ mode with no_log on (https://github.com/ansible/ansible/pull/49569) - Includes fix for bsc#1099808 (CVE-2018-10875) ansible.cfg is being read from current working directory allowing possible code execution
Patchnames
openSUSE-2022-81
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).



{
   document: {
      aggregate_severity: {
         namespace: "https://www.suse.com/support/security/rating/",
         text: "important",
      },
      category: "csaf_security_advisory",
      csaf_version: "2.0",
      distribution: {
         text: "Copyright 2024 SUSE LLC. All rights reserved.",
         tlp: {
            label: "WHITE",
            url: "https://www.first.org/tlp/",
         },
      },
      lang: "en",
      notes: [
         {
            category: "summary",
            text: "Security update for ansible",
            title: "Title of the patch",
         },
         {
            category: "description",
            text: "\nAnsible was updated to 2.9.21 to fix lots of bugs and security issues.\n\nUpdate to version 2.9.20, maintenance release containing numerous bugfixes.\n\nUpdate to version 2.9.19 with minor changes and a few bug fixes.\n\nUpdate to version 2.9.18:\n\n* CVE-2021-20228 where default and fallback values for no_log parameters\n  to modules were not previously masked. (bsc#1181935)\n* CVE-2021-20178 where several parameters to the snmp_facts module were\n  logged and displayed despite containing sensitive information. (bsc#1180816)\n* CVE-2021-20180 where several parameters to the\n  bitbucket_pipeline_variable were logged and displayed despite\n  containing sensitive information. (bsc#1180942)\n* CVE-2021-20191 which addresses a number of modules whose parameters\n  were logged and displayed despite containing sensitive\n  information. For the full list of affected modules, refer to the\n  changelog linked below. (bsc#1181119)\n \nUpdate to version 2.9.17 with minor changes and a few bug fixes.\n\nUpdate to version 2.9.16 with minor changes and many bug fixes.\n\nupdate to version 2.9.15 with following breaking change:\n\n* ansible-galaxy login command has been removed\n\nupdate to version 2.9.14 with many small improvements and bug fixes,\nmost notably:\n\n* kubectl - connection plugin now redact kubectl_token and \n   kubectl_password in console log (CVE-2020-1753 bsc#1166389).\n\nupdate to version 2.9.13 with many bug fixes, most notably:\n\n* A security issue was addressed in the 'dnf' module, which previously\n  did not check GPG signatures of packages.\n* A bug in the 'cron' module was fixed. In some cases prior to this\n  fix, the module would inadvertently remove cron entries.\n\nupdate to version 2.9.12 with many bug fixes,\nmost notably the following security fixes:\n\n* security issue - copy - Redact the value of the no_log 'content' \n  parameter in the result's invocation.module_args in check mode. \n  Previously when used with check mode and with '-vvv', the module would \n  not censor the content if a change would be made to the destination path. \n  (CVE-2020-14332 bsc#1174302)\n* security issue atomic_move - change default permissions when creating \n  temporary files so they are not world readable \n  (https://github.com/ansible/ansible/issues/67794) (CVE-2020-1736 bsc#1164134)\n* Fix warning for default permission change when no mode is specified. \n  Follow up to https://github.com/ansible/ansible/issues/67794. \n  (CVE-2020-1736)\n* Sanitize no_log values from any response keys that might be returned \n  from the uri module (CVE-2020-14330 bsc#1174145).\n* reset logging level to INFO due to CVE-2019-14846.\n\nupdate to version 2.9.11 with many bug fixes\n\nupdate to version 2.9.10 with many bug fixes.\n\n- Add CVE-2020-1733_avoid_mkdir_p.patch to fix CVE-2020-1733\n  (bsc#1164140)\n\nupdate to version 2.9.9\n\n* fix for a regression introduced in 2.9.8\n\nupdate to version 2.9.8, maintenance release containing numerous bugfixes\n\nupdate to version 2.9.7 with many bug fixes,\nespecially for these security issues:\n\n- bsc#1164140 CVE-2020-1733 - insecure temporary directory when\n  running become_user from become directive\n- bsc#1164139 CVE-2020-1734 shell enabled by default in a pipe\n  lookup plugin subprocess\n- bsc#1164137 CVE-2020-1735 - path injection on dest parameter\n  in fetch module\n- bsc#1164134 CVE-2020-1736 atomic_move primitive sets\n  permissive permissions\n- bsc#1164138 CVE-2020-1737 - Extract-Zip function in win_unzip\n  module does not check extracted path\n- bsc#1164136 CVE-2020-1738 module package can be selected by\n  the ansible facts\n- bsc#1164133 CVE-2020-1739  - svn module leaks password when\n  specified as a parameter\n- bsc#1164135 CVE-2020-1740 - secrets readable after\n  ansible-vault edit\n- bsc#1165393 CVE-2020-1746 - information disclosure issue in\n  ldap_attr and ldap_entry modules\n- bsc#1166389 CVE-2020-1753 - kubectl connection plugin leaks\n  sensitive information\n- bsc#1167532 CVE-2020-10684 - code injection when using\n  ansible_facts as a subkey\n- bsc#1167440 CVE-2020-10685 - modules which use files\n  encrypted with vault are not properly cleaned up\n- bsc#1167873 CVE-2020-10691 - archive traversal vulnerability in ansible-galaxy collection install [2]\n\nFixed before 2.9.6, but not yet listed:\n- bsc#1171162 CVE-2020-10729 two random password lookups in\n  same task return same value\n- bsc#1157968 CVE-2019-14904 vulnerability in solaris_zone\n  module via crafted solaris zone\n- bsc#1157969 CVE-2019-14905 malicious code could craft\n  filename in nxos_file_copy module\n- bsc#1112959 CVE-2018-16837 Information leak in 'user' module patch added\n- (bsc#1137528) CVE-2019-10156: ansible: templating causing an\n- bsc#1118896 CVE-2018-16876 Information disclosure in vvv+ mode with no_log on (https://github.com/ansible/ansible/pull/49569)\n- Includes fix for bsc#1099808 (CVE-2018-10875) ansible.cfg is being read\n  from current working directory allowing possible code execution\n",
            title: "Description of the patch",
         },
         {
            category: "details",
            text: "openSUSE-2022-81",
            title: "Patchnames",
         },
         {
            category: "legal_disclaimer",
            text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
            title: "Terms of use",
         },
      ],
      publisher: {
         category: "vendor",
         contact_details: "https://www.suse.com/support/security/contact/",
         name: "SUSE Product Security Team",
         namespace: "https://www.suse.com/",
      },
      references: [
         {
            category: "external",
            summary: "SUSE ratings",
            url: "https://www.suse.com/support/security/rating/",
         },
         {
            category: "self",
            summary: "URL of this CSAF notice",
            url: "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2022_0081-1.json",
         },
         {
            category: "self",
            summary: "URL for openSUSE-SU-2022:0081-1",
            url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/D7KK2SNPNAB353QA6BU4SNJDQ3FXZOY5/",
         },
         {
            category: "self",
            summary: "E-Mail link for openSUSE-SU-2022:0081-1",
            url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/D7KK2SNPNAB353QA6BU4SNJDQ3FXZOY5/",
         },
         {
            category: "self",
            summary: "SUSE Bug 1099808",
            url: "https://bugzilla.suse.com/1099808",
         },
         {
            category: "self",
            summary: "SUSE Bug 1112959",
            url: "https://bugzilla.suse.com/1112959",
         },
         {
            category: "self",
            summary: "SUSE Bug 1118896",
            url: "https://bugzilla.suse.com/1118896",
         },
         {
            category: "self",
            summary: "SUSE Bug 1126503",
            url: "https://bugzilla.suse.com/1126503",
         },
         {
            category: "self",
            summary: "SUSE Bug 1137528",
            url: "https://bugzilla.suse.com/1137528",
         },
         {
            category: "self",
            summary: "SUSE Bug 1157968",
            url: "https://bugzilla.suse.com/1157968",
         },
         {
            category: "self",
            summary: "SUSE Bug 1157969",
            url: "https://bugzilla.suse.com/1157969",
         },
         {
            category: "self",
            summary: "SUSE Bug 1164133",
            url: "https://bugzilla.suse.com/1164133",
         },
         {
            category: "self",
            summary: "SUSE Bug 1164134",
            url: "https://bugzilla.suse.com/1164134",
         },
         {
            category: "self",
            summary: "SUSE Bug 1164135",
            url: "https://bugzilla.suse.com/1164135",
         },
         {
            category: "self",
            summary: "SUSE Bug 1164136",
            url: "https://bugzilla.suse.com/1164136",
         },
         {
            category: "self",
            summary: "SUSE Bug 1164137",
            url: "https://bugzilla.suse.com/1164137",
         },
         {
            category: "self",
            summary: "SUSE Bug 1164138",
            url: "https://bugzilla.suse.com/1164138",
         },
         {
            category: "self",
            summary: "SUSE Bug 1164139",
            url: "https://bugzilla.suse.com/1164139",
         },
         {
            category: "self",
            summary: "SUSE Bug 1164140",
            url: "https://bugzilla.suse.com/1164140",
         },
         {
            category: "self",
            summary: "SUSE Bug 1165393",
            url: "https://bugzilla.suse.com/1165393",
         },
         {
            category: "self",
            summary: "SUSE Bug 1166389",
            url: "https://bugzilla.suse.com/1166389",
         },
         {
            category: "self",
            summary: "SUSE Bug 1167440",
            url: "https://bugzilla.suse.com/1167440",
         },
         {
            category: "self",
            summary: "SUSE Bug 1167532",
            url: "https://bugzilla.suse.com/1167532",
         },
         {
            category: "self",
            summary: "SUSE Bug 1167873",
            url: "https://bugzilla.suse.com/1167873",
         },
         {
            category: "self",
            summary: "SUSE Bug 1171162",
            url: "https://bugzilla.suse.com/1171162",
         },
         {
            category: "self",
            summary: "SUSE Bug 1174145",
            url: "https://bugzilla.suse.com/1174145",
         },
         {
            category: "self",
            summary: "SUSE Bug 1174302",
            url: "https://bugzilla.suse.com/1174302",
         },
         {
            category: "self",
            summary: "SUSE Bug 1180816",
            url: "https://bugzilla.suse.com/1180816",
         },
         {
            category: "self",
            summary: "SUSE Bug 1180942",
            url: "https://bugzilla.suse.com/1180942",
         },
         {
            category: "self",
            summary: "SUSE Bug 1181119",
            url: "https://bugzilla.suse.com/1181119",
         },
         {
            category: "self",
            summary: "SUSE Bug 1181935",
            url: "https://bugzilla.suse.com/1181935",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2018-10875 page",
            url: "https://www.suse.com/security/cve/CVE-2018-10875/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2018-16837 page",
            url: "https://www.suse.com/security/cve/CVE-2018-16837/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2019-10156 page",
            url: "https://www.suse.com/security/cve/CVE-2019-10156/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2019-14846 page",
            url: "https://www.suse.com/security/cve/CVE-2019-14846/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2019-14904 page",
            url: "https://www.suse.com/security/cve/CVE-2019-14904/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2019-14905 page",
            url: "https://www.suse.com/security/cve/CVE-2019-14905/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-10684 page",
            url: "https://www.suse.com/security/cve/CVE-2020-10684/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-10685 page",
            url: "https://www.suse.com/security/cve/CVE-2020-10685/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-10691 page",
            url: "https://www.suse.com/security/cve/CVE-2020-10691/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-10729 page",
            url: "https://www.suse.com/security/cve/CVE-2020-10729/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-14330 page",
            url: "https://www.suse.com/security/cve/CVE-2020-14330/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-14332 page",
            url: "https://www.suse.com/security/cve/CVE-2020-14332/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-1733 page",
            url: "https://www.suse.com/security/cve/CVE-2020-1733/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-1734 page",
            url: "https://www.suse.com/security/cve/CVE-2020-1734/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-1735 page",
            url: "https://www.suse.com/security/cve/CVE-2020-1735/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-1736 page",
            url: "https://www.suse.com/security/cve/CVE-2020-1736/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-1737 page",
            url: "https://www.suse.com/security/cve/CVE-2020-1737/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-1738 page",
            url: "https://www.suse.com/security/cve/CVE-2020-1738/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-1739 page",
            url: "https://www.suse.com/security/cve/CVE-2020-1739/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-1740 page",
            url: "https://www.suse.com/security/cve/CVE-2020-1740/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-1746 page",
            url: "https://www.suse.com/security/cve/CVE-2020-1746/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-1753 page",
            url: "https://www.suse.com/security/cve/CVE-2020-1753/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2021-20178 page",
            url: "https://www.suse.com/security/cve/CVE-2021-20178/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2021-20180 page",
            url: "https://www.suse.com/security/cve/CVE-2021-20180/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2021-20191 page",
            url: "https://www.suse.com/security/cve/CVE-2021-20191/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2021-20228 page",
            url: "https://www.suse.com/security/cve/CVE-2021-20228/",
         },
      ],
      title: "Security update for ansible",
      tracking: {
         current_release_date: "2022-03-16T16:09:53Z",
         generator: {
            date: "2022-03-16T16:09:53Z",
            engine: {
               name: "cve-database.git:bin/generate-csaf.pl",
               version: "1",
            },
         },
         id: "openSUSE-SU-2022:0081-1",
         initial_release_date: "2022-03-16T16:09:53Z",
         revision_history: [
            {
               date: "2022-03-16T16:09:53Z",
               number: "1",
               summary: "Current version",
            },
         ],
         status: "final",
         version: "1",
      },
   },
   product_tree: {
      branches: [
         {
            branches: [
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "ansible-2.9.21-bp153.2.3.1.noarch",
                        product: {
                           name: "ansible-2.9.21-bp153.2.3.1.noarch",
                           product_id: "ansible-2.9.21-bp153.2.3.1.noarch",
                        },
                     },
                     {
                        category: "product_version",
                        name: "ansible-doc-2.9.21-bp153.2.3.1.noarch",
                        product: {
                           name: "ansible-doc-2.9.21-bp153.2.3.1.noarch",
                           product_id: "ansible-doc-2.9.21-bp153.2.3.1.noarch",
                        },
                     },
                     {
                        category: "product_version",
                        name: "ansible-test-2.9.21-bp153.2.3.1.noarch",
                        product: {
                           name: "ansible-test-2.9.21-bp153.2.3.1.noarch",
                           product_id: "ansible-test-2.9.21-bp153.2.3.1.noarch",
                        },
                     },
                  ],
                  category: "architecture",
                  name: "noarch",
               },
               {
                  branches: [
                     {
                        category: "product_name",
                        name: "SUSE Package Hub 15 SP3",
                        product: {
                           name: "SUSE Package Hub 15 SP3",
                           product_id: "SUSE Package Hub 15 SP3",
                        },
                     },
                     {
                        category: "product_name",
                        name: "openSUSE Leap 15.3",
                        product: {
                           name: "openSUSE Leap 15.3",
                           product_id: "openSUSE Leap 15.3",
                           product_identification_helper: {
                              cpe: "cpe:/o:opensuse:leap:15.3",
                           },
                        },
                     },
                  ],
                  category: "product_family",
                  name: "SUSE Linux Enterprise",
               },
            ],
            category: "vendor",
            name: "SUSE",
         },
      ],
      relationships: [
         {
            category: "default_component_of",
            full_product_name: {
               name: "ansible-2.9.21-bp153.2.3.1.noarch as component of SUSE Package Hub 15 SP3",
               product_id: "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
            },
            product_reference: "ansible-2.9.21-bp153.2.3.1.noarch",
            relates_to_product_reference: "SUSE Package Hub 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "ansible-doc-2.9.21-bp153.2.3.1.noarch as component of SUSE Package Hub 15 SP3",
               product_id: "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
            },
            product_reference: "ansible-doc-2.9.21-bp153.2.3.1.noarch",
            relates_to_product_reference: "SUSE Package Hub 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "ansible-test-2.9.21-bp153.2.3.1.noarch as component of SUSE Package Hub 15 SP3",
               product_id: "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            },
            product_reference: "ansible-test-2.9.21-bp153.2.3.1.noarch",
            relates_to_product_reference: "SUSE Package Hub 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "ansible-2.9.21-bp153.2.3.1.noarch as component of openSUSE Leap 15.3",
               product_id: "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
            },
            product_reference: "ansible-2.9.21-bp153.2.3.1.noarch",
            relates_to_product_reference: "openSUSE Leap 15.3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "ansible-doc-2.9.21-bp153.2.3.1.noarch as component of openSUSE Leap 15.3",
               product_id: "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
            },
            product_reference: "ansible-doc-2.9.21-bp153.2.3.1.noarch",
            relates_to_product_reference: "openSUSE Leap 15.3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "ansible-test-2.9.21-bp153.2.3.1.noarch as component of openSUSE Leap 15.3",
               product_id: "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            },
            product_reference: "ansible-test-2.9.21-bp153.2.3.1.noarch",
            relates_to_product_reference: "openSUSE Leap 15.3",
         },
      ],
   },
   vulnerabilities: [
      {
         cve: "CVE-2018-10875",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2018-10875",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A flaw was found in ansible. ansible.cfg is read from the current working directory which can be altered to make it point to a plugin or a module path under the control of an attacker, thus allowing the attacker to execute arbitrary code.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2018-10875",
               url: "https://www.suse.com/security/cve/CVE-2018-10875",
            },
            {
               category: "external",
               summary: "SUSE Bug 1099808 for CVE-2018-10875",
               url: "https://bugzilla.suse.com/1099808",
            },
            {
               category: "external",
               summary: "SUSE Bug 1109957 for CVE-2018-10875",
               url: "https://bugzilla.suse.com/1109957",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 7.8,
                  baseSeverity: "HIGH",
                  vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                  version: "3.1",
               },
               products: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-03-16T16:09:53Z",
               details: "important",
            },
         ],
         title: "CVE-2018-10875",
      },
      {
         cve: "CVE-2018-16837",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2018-16837",
            },
         ],
         notes: [
            {
               category: "general",
               text: "Ansible \"User\" module leaks any data which is passed on as a parameter to ssh-keygen. This could lean in undesirable situations such as passphrases credentials passed as a parameter for the ssh-keygen executable. Showing those credentials in clear text form for every user which have access just to the process list.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2018-16837",
               url: "https://www.suse.com/security/cve/CVE-2018-16837",
            },
            {
               category: "external",
               summary: "SUSE Bug 1112959 for CVE-2018-16837",
               url: "https://bugzilla.suse.com/1112959",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 7.8,
                  baseSeverity: "HIGH",
                  vectorString: "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
                  version: "3.0",
               },
               products: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-03-16T16:09:53Z",
               details: "important",
            },
         ],
         title: "CVE-2018-16837",
      },
      {
         cve: "CVE-2019-10156",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2019-10156",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A flaw was discovered in the way Ansible templating was implemented in versions before 2.6.18, 2.7.12 and 2.8.2, causing the possibility of information disclosure through unexpected variable substitution. By taking advantage of unintended variable substitution the content of any variable may be disclosed.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2019-10156",
               url: "https://www.suse.com/security/cve/CVE-2019-10156",
            },
            {
               category: "external",
               summary: "SUSE Bug 1137528 for CVE-2019-10156",
               url: "https://bugzilla.suse.com/1137528",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 4.6,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N",
                  version: "3.0",
               },
               products: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-03-16T16:09:53Z",
               details: "moderate",
            },
         ],
         title: "CVE-2019-10156",
      },
      {
         cve: "CVE-2019-14846",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2019-14846",
            },
         ],
         notes: [
            {
               category: "general",
               text: "In Ansible, all Ansible Engine versions up to ansible-engine 2.8.5, ansible-engine 2.7.13, ansible-engine 2.6.19, were logging at the DEBUG level which lead to a disclosure of credentials if a plugin used a library that logged credentials at the DEBUG level. This flaw does not affect Ansible modules, as those are executed in a separate process.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2019-14846",
               url: "https://www.suse.com/security/cve/CVE-2019-14846",
            },
            {
               category: "external",
               summary: "SUSE Bug 1153452 for CVE-2019-14846",
               url: "https://bugzilla.suse.com/1153452",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 2.3,
                  baseSeverity: "LOW",
                  vectorString: "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N",
                  version: "3.0",
               },
               products: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-03-16T16:09:53Z",
               details: "low",
            },
         ],
         title: "CVE-2019-14846",
      },
      {
         cve: "CVE-2019-14904",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2019-14904",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A flaw was found in the solaris_zone module from the Ansible Community modules. When setting the name for the zone on the Solaris host, the zone name is checked by listing the process with the 'ps' bare command on the remote machine. An attacker could take advantage of this flaw by crafting the name of the zone and executing arbitrary commands in the remote host. Ansible Engine 2.7.15, 2.8.7, and 2.9.2 as well as previous versions are affected.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2019-14904",
               url: "https://www.suse.com/security/cve/CVE-2019-14904",
            },
            {
               category: "external",
               summary: "SUSE Bug 1157968 for CVE-2019-14904",
               url: "https://bugzilla.suse.com/1157968",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         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 Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-03-16T16:09:53Z",
               details: "important",
            },
         ],
         title: "CVE-2019-14904",
      },
      {
         cve: "CVE-2019-14905",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2019-14905",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A vulnerability was found in Ansible Engine versions 2.9.x before 2.9.3, 2.8.x before 2.8.8, 2.7.x before 2.7.16 and earlier, where in Ansible's nxos_file_copy module can be used to copy files to a flash or bootflash on NXOS devices. Malicious code could craft the filename parameter to perform OS command injections. This could result in a loss of confidentiality of the system among other issues.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2019-14905",
               url: "https://www.suse.com/security/cve/CVE-2019-14905",
            },
            {
               category: "external",
               summary: "SUSE Bug 1157969 for CVE-2019-14905",
               url: "https://bugzilla.suse.com/1157969",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         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 Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-03-16T16:09:53Z",
               details: "important",
            },
         ],
         title: "CVE-2019-14905",
      },
      {
         cve: "CVE-2020-10684",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-10684",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A flaw was found in Ansible Engine, all versions 2.7.x, 2.8.x and 2.9.x prior to 2.7.17, 2.8.9 and 2.9.6 respectively, when using ansible_facts as a subkey of itself and promoting it to a variable when inject is enabled, overwriting the ansible_facts after the clean. An attacker could take advantage of this by altering the ansible_facts, such as ansible_hosts, users and any other key data which would lead into privilege escalation or code injection.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-10684",
               url: "https://www.suse.com/security/cve/CVE-2020-10684",
            },
            {
               category: "external",
               summary: "SUSE Bug 1167532 for CVE-2020-10684",
               url: "https://bugzilla.suse.com/1167532",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 7.1,
                  baseSeverity: "HIGH",
                  vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
                  version: "3.1",
               },
               products: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-03-16T16:09:53Z",
               details: "important",
            },
         ],
         title: "CVE-2020-10684",
      },
      {
         cve: "CVE-2020-10685",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-10685",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A flaw was found in Ansible Engine affecting Ansible Engine versions 2.7.x before 2.7.17 and 2.8.x before 2.8.11 and 2.9.x before 2.9.7 as well as Ansible Tower before and including versions 3.4.5 and 3.5.5 and 3.6.3 when using modules which decrypts vault files such as assemble, script, unarchive, win_copy, aws_s3 or copy modules. The temporary directory is created in /tmp leaves the s ts unencrypted. On Operating Systems which /tmp is not a tmpfs but part of the root partition, the directory is only cleared on boot and the decryp emains when the host is switched off. The system will be vulnerable when the system is not running. So decrypted data must be cleared as soon as possible and the data which normally is encrypted ble.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-10685",
               url: "https://www.suse.com/security/cve/CVE-2020-10685",
            },
            {
               category: "external",
               summary: "SUSE Bug 1167440 for CVE-2020-10685",
               url: "https://bugzilla.suse.com/1167440",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 5,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-03-16T16:09:53Z",
               details: "moderate",
            },
         ],
         title: "CVE-2020-10685",
      },
      {
         cve: "CVE-2020-10691",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-10691",
            },
         ],
         notes: [
            {
               category: "general",
               text: "An archive traversal flaw was found in all ansible-engine versions 2.9.x prior to 2.9.7, when running ansible-galaxy collection install. When extracting a collection .tar.gz file, the directory is created without sanitizing the filename. An attacker could take advantage to overwrite any file within the system.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-10691",
               url: "https://www.suse.com/security/cve/CVE-2020-10691",
            },
            {
               category: "external",
               summary: "SUSE Bug 1167873 for CVE-2020-10691",
               url: "https://bugzilla.suse.com/1167873",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 5.2,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:L",
                  version: "3.1",
               },
               products: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-03-16T16:09:53Z",
               details: "moderate",
            },
         ],
         title: "CVE-2020-10691",
      },
      {
         cve: "CVE-2020-10729",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-10729",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A flaw was found in the use of insufficiently random values in Ansible. Two random password lookups of the same length generate the equal value as the template caching action for the same file since no re-evaluation happens. The highest threat from this vulnerability would be that all passwords are exposed at once for the file. This flaw affects Ansible Engine versions before 2.9.6.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-10729",
               url: "https://www.suse.com/security/cve/CVE-2020-10729",
            },
            {
               category: "external",
               summary: "SUSE Bug 1171162 for CVE-2020-10729",
               url: "https://bugzilla.suse.com/1171162",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 5,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-03-16T16:09:53Z",
               details: "moderate",
            },
         ],
         title: "CVE-2020-10729",
      },
      {
         cve: "CVE-2020-14330",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-14330",
            },
         ],
         notes: [
            {
               category: "general",
               text: "An Improper Output Neutralization for Logs flaw was found in Ansible when using the uri module, where sensitive data is exposed to content and json output. This flaw allows an attacker to access the logs or outputs of performed tasks to read keys used in playbooks from other users within the uri module. The highest threat from this vulnerability is to data confidentiality.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-14330",
               url: "https://www.suse.com/security/cve/CVE-2020-14330",
            },
            {
               category: "external",
               summary: "SUSE Bug 1174145 for CVE-2020-14330",
               url: "https://bugzilla.suse.com/1174145",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 3.3,
                  baseSeverity: "LOW",
                  vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-03-16T16:09:53Z",
               details: "moderate",
            },
         ],
         title: "CVE-2020-14330",
      },
      {
         cve: "CVE-2020-14332",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-14332",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A flaw was found in the Ansible Engine when using module_args. Tasks executed with check mode (--check-mode) do not properly neutralize sensitive data exposed in the event data. This flaw allows unauthorized users to read this data. The highest threat from this vulnerability is to confidentiality.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-14332",
               url: "https://www.suse.com/security/cve/CVE-2020-14332",
            },
            {
               category: "external",
               summary: "SUSE Bug 1174302 for CVE-2020-14332",
               url: "https://bugzilla.suse.com/1174302",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 5.5,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-03-16T16:09:53Z",
               details: "moderate",
            },
         ],
         title: "CVE-2020-14332",
      },
      {
         cve: "CVE-2020-1733",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-1733",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A race condition flaw was found in Ansible Engine 2.7.17 and prior, 2.8.9 and prior, 2.9.6 and prior when running a playbook with an unprivileged become user. When Ansible needs to run a module with become user, the temporary directory is created in /var/tmp. This directory is created with \"umask 77 && mkdir -p <dir>\"; this operation does not fail if the directory already exists and is owned by another user. An attacker could take advantage to gain control of the become user as the target directory can be retrieved by iterating '/proc/<pid>/cmdline'.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-1733",
               url: "https://www.suse.com/security/cve/CVE-2020-1733",
            },
            {
               category: "external",
               summary: "SUSE Bug 1164140 for CVE-2020-1733",
               url: "https://bugzilla.suse.com/1164140",
            },
            {
               category: "external",
               summary: "SUSE Bug 1171823 for CVE-2020-1733",
               url: "https://bugzilla.suse.com/1171823",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 5,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:L",
                  version: "3.1",
               },
               products: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-03-16T16:09:53Z",
               details: "moderate",
            },
         ],
         title: "CVE-2020-1733",
      },
      {
         cve: "CVE-2020-1734",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-1734",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A flaw was found in the pipe lookup plugin of ansible. Arbitrary commands can be run, when the pipe lookup plugin uses subprocess.Popen() with shell=True, by overwriting ansible facts and the variable is not escaped by quote plugin. An attacker could take advantage and run arbitrary commands by overwriting the ansible facts.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-1734",
               url: "https://www.suse.com/security/cve/CVE-2020-1734",
            },
            {
               category: "external",
               summary: "SUSE Bug 1164139 for CVE-2020-1734",
               url: "https://bugzilla.suse.com/1164139",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 7.4,
                  baseSeverity: "HIGH",
                  vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:L",
                  version: "3.1",
               },
               products: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-03-16T16:09:53Z",
               details: "important",
            },
         ],
         title: "CVE-2020-1734",
      },
      {
         cve: "CVE-2020-1735",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-1735",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A flaw was found in the Ansible Engine when the fetch module is used. An attacker could intercept the module, inject a new path, and then choose a new destination path on the controller node. All versions in 2.7.x, 2.8.x and 2.9.x branches are believed to be vulnerable.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-1735",
               url: "https://www.suse.com/security/cve/CVE-2020-1735",
            },
            {
               category: "external",
               summary: "SUSE Bug 1164137 for CVE-2020-1735",
               url: "https://bugzilla.suse.com/1164137",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 4.2,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-03-16T16:09:53Z",
               details: "moderate",
            },
         ],
         title: "CVE-2020-1735",
      },
      {
         cve: "CVE-2020-1736",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-1736",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A flaw was found in Ansible Engine when a file is moved using atomic_move primitive as the file mode cannot be specified. This sets the destination files world-readable if the destination file does not exist and if the file exists, the file could be changed to have less restrictive permissions before the move. This could lead to the disclosure of sensitive data. All versions in 2.7.x, 2.8.x and 2.9.x branches are believed to be vulnerable.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-1736",
               url: "https://www.suse.com/security/cve/CVE-2020-1736",
            },
            {
               category: "external",
               summary: "SUSE Bug 1164134 for CVE-2020-1736",
               url: "https://bugzilla.suse.com/1164134",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 2.2,
                  baseSeverity: "LOW",
                  vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:L/I:N/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-03-16T16:09:53Z",
               details: "low",
            },
         ],
         title: "CVE-2020-1736",
      },
      {
         cve: "CVE-2020-1737",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-1737",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A flaw was found in Ansible 2.7.17 and prior, 2.8.9 and prior, and 2.9.6 and prior when using the Extract-Zip function from the win_unzip module as the extracted file(s) are not checked if they belong to the destination folder. An attacker could take advantage of this flaw by crafting an archive anywhere in the file system, using a path traversal. This issue is fixed in 2.10.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-1737",
               url: "https://www.suse.com/security/cve/CVE-2020-1737",
            },
            {
               category: "external",
               summary: "SUSE Bug 1164138 for CVE-2020-1737",
               url: "https://bugzilla.suse.com/1164138",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 7.5,
                  baseSeverity: "HIGH",
                  vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H",
                  version: "3.1",
               },
               products: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-03-16T16:09:53Z",
               details: "important",
            },
         ],
         title: "CVE-2020-1737",
      },
      {
         cve: "CVE-2020-1738",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-1738",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A flaw was found in Ansible Engine when the module package or service is used and the parameter 'use' is not specified. If a previous task is executed with a malicious user, the module sent can be selected by the attacker using the ansible facts file. All versions in 2.7.x, 2.8.x and 2.9.x branches are believed to be vulnerable.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-1738",
               url: "https://www.suse.com/security/cve/CVE-2020-1738",
            },
            {
               category: "external",
               summary: "SUSE Bug 1164136 for CVE-2020-1738",
               url: "https://bugzilla.suse.com/1164136",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 5,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:L",
                  version: "3.1",
               },
               products: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-03-16T16:09:53Z",
               details: "moderate",
            },
         ],
         title: "CVE-2020-1738",
      },
      {
         cve: "CVE-2020-1739",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-1739",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A flaw was found in Ansible 2.7.16 and prior, 2.8.8 and prior, and 2.9.5 and prior when a password is set with the argument \"password\" of svn module, it is used on svn command line, disclosing to other users within the same node. An attacker could take advantage by reading the cmdline file from that particular PID on the procfs.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-1739",
               url: "https://www.suse.com/security/cve/CVE-2020-1739",
            },
            {
               category: "external",
               summary: "SUSE Bug 1164133 for CVE-2020-1739",
               url: "https://bugzilla.suse.com/1164133",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 4.4,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-03-16T16:09:53Z",
               details: "moderate",
            },
         ],
         title: "CVE-2020-1739",
      },
      {
         cve: "CVE-2020-1740",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-1740",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A flaw was found in Ansible Engine when using Ansible Vault for editing encrypted files. When a user executes \"ansible-vault edit\", another user on the same computer can read the old and new secret, as it is created in a temporary file with mkstemp and the returned file descriptor is closed and the method write_data is called to write the existing secret in the file. This method will delete the file before recreating it insecurely. All versions in 2.7.x, 2.8.x and 2.9.x branches are believed to be vulnerable.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-1740",
               url: "https://www.suse.com/security/cve/CVE-2020-1740",
            },
            {
               category: "external",
               summary: "SUSE Bug 1164135 for CVE-2020-1740",
               url: "https://bugzilla.suse.com/1164135",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 3.9,
                  baseSeverity: "LOW",
                  vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-03-16T16:09:53Z",
               details: "low",
            },
         ],
         title: "CVE-2020-1740",
      },
      {
         cve: "CVE-2020-1746",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-1746",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A flaw was found in the Ansible Engine affecting Ansible Engine versions 2.7.x before 2.7.17 and 2.8.x before 2.8.11 and 2.9.x before 2.9.7 as well as Ansible Tower before and including versions 3.4.5 and 3.5.5 and 3.6.3 when the ldap_attr and ldap_entry community modules are used. The issue discloses the LDAP bind password to stdout or a log file if a playbook task is written using the bind_pw in the parameters field. The highest threat from this vulnerability is data confidentiality.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-1746",
               url: "https://www.suse.com/security/cve/CVE-2020-1746",
            },
            {
               category: "external",
               summary: "SUSE Bug 1165393 for CVE-2020-1746",
               url: "https://bugzilla.suse.com/1165393",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 5,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-03-16T16:09:53Z",
               details: "moderate",
            },
         ],
         title: "CVE-2020-1746",
      },
      {
         cve: "CVE-2020-1753",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-1753",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A security flaw was found in Ansible Engine, all Ansible 2.7.x versions prior to 2.7.17, all Ansible 2.8.x versions prior to 2.8.11 and all Ansible 2.9.x versions prior to 2.9.7, when managing kubernetes using the k8s module. Sensitive parameters such as passwords and tokens are passed to kubectl from the command line, not using an environment variable or an input configuration file. This will disclose passwords and tokens from process list and no_log directive from debug module would not have any effect making these secrets being disclosed on stdout and log files.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-1753",
               url: "https://www.suse.com/security/cve/CVE-2020-1753",
            },
            {
               category: "external",
               summary: "SUSE Bug 1166389 for CVE-2020-1753",
               url: "https://bugzilla.suse.com/1166389",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 5.5,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-03-16T16:09:53Z",
               details: "moderate",
            },
         ],
         title: "CVE-2020-1753",
      },
      {
         cve: "CVE-2021-20178",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2021-20178",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A flaw was found in ansible module where credentials are disclosed in the console log by default and not protected by the security feature when using the bitbucket_pipeline_variable module. This flaw allows an attacker to steal bitbucket_pipeline credentials. The highest threat from this vulnerability is to confidentiality.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2021-20178",
               url: "https://www.suse.com/security/cve/CVE-2021-20178",
            },
            {
               category: "external",
               summary: "SUSE Bug 1180816 for CVE-2021-20178",
               url: "https://bugzilla.suse.com/1180816",
            },
            {
               category: "external",
               summary: "SUSE Bug 1186493 for CVE-2021-20178",
               url: "https://bugzilla.suse.com/1186493",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 5,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-03-16T16:09:53Z",
               details: "moderate",
            },
         ],
         title: "CVE-2021-20178",
      },
      {
         cve: "CVE-2021-20180",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2021-20180",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A flaw was found in ansible module where credentials are disclosed in the console log by default and not protected by the security feature when using the bitbucket_pipeline_variable module. This flaw allows an attacker to steal bitbucket_pipeline credentials. The highest threat from this vulnerability is to confidentiality.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2021-20180",
               url: "https://www.suse.com/security/cve/CVE-2021-20180",
            },
            {
               category: "external",
               summary: "SUSE Bug 1180942 for CVE-2021-20180",
               url: "https://bugzilla.suse.com/1180942",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 5,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-03-16T16:09:53Z",
               details: "moderate",
            },
         ],
         title: "CVE-2021-20180",
      },
      {
         cve: "CVE-2021-20191",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2021-20191",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A flaw was found in ansible. Credentials, such as secrets, are being disclosed in console log by default and not protected by no_log feature when using those modules. An attacker can take advantage of this information to steal those credentials. The highest threat from this vulnerability is to data confidentiality. Versions before ansible 2.9.18 are affected.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2021-20191",
               url: "https://www.suse.com/security/cve/CVE-2021-20191",
            },
            {
               category: "external",
               summary: "SUSE Bug 1181119 for CVE-2021-20191",
               url: "https://bugzilla.suse.com/1181119",
            },
            {
               category: "external",
               summary: "SUSE Bug 1181935 for CVE-2021-20191",
               url: "https://bugzilla.suse.com/1181935",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 5,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-03-16T16:09:53Z",
               details: "moderate",
            },
         ],
         title: "CVE-2021-20191",
      },
      {
         cve: "CVE-2021-20228",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2021-20228",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A flaw was found in the Ansible Engine 2.9.18, where sensitive info is not masked by default and is not protected by the no_log feature when using the sub-option feature of the basic.py module. This flaw allows an attacker to obtain sensitive information. The highest threat from this vulnerability is to confidentiality.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
               "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2021-20228",
               url: "https://www.suse.com/security/cve/CVE-2021-20228",
            },
            {
               category: "external",
               summary: "SUSE Bug 1181935 for CVE-2021-20228",
               url: "https://bugzilla.suse.com/1181935",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 5,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Package Hub 15 SP3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "SUSE Package Hub 15 SP3:ansible-test-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-doc-2.9.21-bp153.2.3.1.noarch",
                  "openSUSE Leap 15.3:ansible-test-2.9.21-bp153.2.3.1.noarch",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2022-03-16T16:09:53Z",
               details: "moderate",
            },
         ],
         title: "CVE-2021-20228",
      },
   ],
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

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