rhsa-2016_2778
Vulnerability from csaf_redhat
Published
2016-11-15 19:08
Modified
2024-09-15 23:47
Summary
Red Hat Security Advisory: atomic-openshift-utils security and bug fix update

Notes

Topic
An update for openshift-ansible and ansible is now available for OpenShift Container Platform 3.2 and 3.3. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Red Hat OpenShift Container Platform is the company's cloud computing Platform-as-a-Service (PaaS) solution designed for on-premise or private cloud deployments. Security Fix(es): * Ansible fails to properly sanitize fact variables sent from the Ansible controller. An attacker with the ability to create special variables on the controller could execute arbitrary commands on Ansible clients as the user Ansible runs as. (CVE-2016-8628) This issue was discovered by Michael Scherer (Red Hat). Bug Fix(es): * Previous versions of the openshift-ansible code base were not compatible with the latest Ansible 2.2.0.0 release. This bug fix resolves several compatibility issues with the GA version of Ansible 2.2.0.0. (BZ#1389928) (BZ#1389275) * The hosts.ose.example inventory file had the incorrect openshift_release version set. This bug fix updates the version to match the channel in which it is shipped. (BZ#1386333) * The etcd certificate authority created by the installer had an expiry date one year in the future. With this bug fix, the expiry date has been updated to five years, matching the lifespan of other certificate authorities created by the installer. (BZ#1391548) * After restarting systemd-journal, master controllers and API services stopped working. This bug fix updates the installer to set Restart=always for the master controllers and API services, and this issue no longer occurs for new installations. For existing clusters, see https://access.redhat.com/solutions/2749571. (BZ#1378929) * When using the quick installer to install a cluster with a single master, the installer messaging suggested that an embedded etcd would be deployed. In newer versions of the quick installer, this is no longer the case, and a stand-alone etcd datastore is deployed in this scenario. This bug fix updates the quick installer messaging to match those changes. (BZ#1383961) * Upgrades would fail if the /etc/ansible/facts.d/openshift.fact cache was missing on the system, particularly for co-located master and etcd hosts. This bug fix improves etcd fact checking during upgrades, and the issue no longer occurs. (BZ#1391608) * Containerized upgrades from OpenShift Container Platform 3.2 to 3.3 would fail to properly create the service signing certificate due to an invalid path being used in containerized environments. This bug fix corrects that error, and containerized upgrades now create service signer certificates as a result. (BZ#1391865) * Upgrades from OpenShift Container Platform 3.2 to 3.3 could fail with the error "AnsibleUndefinedVariable: 'dict object' has no attribute 'debug_level'". This bug fix sets missing defaults for debug_level, and as a result the upgrade error no longer occurs. (BZ#1392276) * Previously in embedded environments, etcd 2.x was used to backup the etcd data before performing an upgrade. However, etcd 2.x has a bug that prevents backups from working properly, preventing the upgrade playbooks from running to completion. With this bug fix, etcd 3.0 is now installed for embedded etcd environments, which resolves the bug allowing upgrades to proceed normally. This bug only presents itself when using the embedded etcd service on single master environments. (BZ#1382634) * Pacemaker clusters are no longer supported, but related code that remained could in some cases cause upgrade failures. This bug fix removes the Pacemaker restart logic from the installer to avoid these issues. (BZ#1382936) * Previously, upgrades from OpenShift Container Platform 3.1 to 3.2 could fail due to erroneous host names being added for etcd hosts during backup. This bug fix addresses issues with conditionals and loops in templates that caused this problem, and as a result the upgrade errors no longer occur. (BZ#1392169) All OpenShift Container Platform users are advised to upgrade to these updated packages.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.



{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Moderate"
    },
    "category": "csaf_vex",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for openshift-ansible and ansible is now available for OpenShift Container Platform 3.2 and 3.3.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Red Hat OpenShift Container Platform is the company\u0027s cloud computing Platform-as-a-Service (PaaS) solution designed for on-premise or private cloud deployments.\n\nSecurity Fix(es):\n\n* Ansible fails to properly sanitize fact variables sent from the Ansible controller. An attacker with the ability to create special variables on the controller could execute arbitrary commands on Ansible clients as the user Ansible runs as. (CVE-2016-8628)\n\nThis issue was discovered by Michael Scherer (Red Hat).\n\nBug Fix(es):\n\n* Previous versions of the openshift-ansible code base were not compatible with the latest Ansible 2.2.0.0 release. This bug fix resolves several compatibility issues with the GA version of Ansible 2.2.0.0. (BZ#1389928) (BZ#1389275)\n\n* The hosts.ose.example inventory file had the incorrect openshift_release version set. This bug fix updates the version to match the channel in which it is shipped. (BZ#1386333)\n\n* The etcd certificate authority created by the installer had an expiry date one year in the future. With this bug fix, the expiry date has been updated to five years, matching the lifespan of other certificate authorities created by the installer. (BZ#1391548)\n\n* After restarting systemd-journal, master controllers and API services stopped working. This bug fix updates the installer to set Restart=always for the master controllers and API services, and this issue no longer occurs for new installations. For existing clusters, see https://access.redhat.com/solutions/2749571. (BZ#1378929)\n\n* When using the quick installer to install a cluster with a single master, the installer messaging suggested that an embedded etcd would be deployed. In newer versions of the quick installer, this is no longer the case, and a stand-alone etcd datastore is deployed in this scenario. This bug fix updates the quick installer messaging to match those changes. (BZ#1383961)\n\n* Upgrades would fail if the /etc/ansible/facts.d/openshift.fact cache was missing on the system, particularly for co-located master and etcd hosts. This bug fix improves etcd fact checking during upgrades, and the issue no longer occurs. (BZ#1391608)\n\n* Containerized upgrades from OpenShift Container Platform 3.2 to 3.3 would fail to properly create the service signing certificate due to an invalid path being used in containerized environments. This bug fix corrects that error, and containerized upgrades now create service signer certificates as a result. (BZ#1391865)\n\n* Upgrades from OpenShift Container Platform 3.2 to 3.3 could fail with the error \"AnsibleUndefinedVariable: \u0027dict object\u0027 has no attribute \u0027debug_level\u0027\". This bug fix sets missing defaults for debug_level, and as a result the upgrade error no longer occurs. (BZ#1392276)\n\n* Previously in embedded environments, etcd 2.x was used to backup the etcd data before performing an upgrade. However, etcd 2.x has a bug that prevents backups from working properly, preventing the upgrade playbooks from running to completion. With this bug fix, etcd 3.0 is now installed for embedded etcd environments, which resolves the bug allowing upgrades to proceed normally. This bug only presents itself when using the embedded etcd service on single master environments. (BZ#1382634)\n\n* Pacemaker clusters are no longer supported, but related code that remained could in some cases cause upgrade failures. This bug fix removes the Pacemaker restart logic from the installer to avoid these issues. (BZ#1382936)\n\n* Previously, upgrades from OpenShift Container Platform 3.1 to 3.2 could fail due to erroneous host names being added for etcd hosts during backup. This bug fix addresses issues with conditionals and loops in templates that caused this problem, and as a result the upgrade errors no longer occur. (BZ#1392169)\n\nAll OpenShift Container Platform users are advised to upgrade to these updated packages.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat offerings.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2016:2778",
        "url": "https://access.redhat.com/errata/RHSA-2016:2778"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "category": "external",
        "summary": "1378929",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1378929"
      },
      {
        "category": "external",
        "summary": "1382634",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1382634"
      },
      {
        "category": "external",
        "summary": "1382936",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1382936"
      },
      {
        "category": "external",
        "summary": "1383961",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1383961"
      },
      {
        "category": "external",
        "summary": "1386333",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1386333"
      },
      {
        "category": "external",
        "summary": "1388113",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1388113"
      },
      {
        "category": "external",
        "summary": "1389275",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1389275"
      },
      {
        "category": "external",
        "summary": "1389928",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1389928"
      },
      {
        "category": "external",
        "summary": "1391548",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1391548"
      },
      {
        "category": "external",
        "summary": "1391608",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1391608"
      },
      {
        "category": "external",
        "summary": "1391865",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1391865"
      },
      {
        "category": "external",
        "summary": "1392169",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1392169"
      },
      {
        "category": "external",
        "summary": "1392276",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1392276"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://access.redhat.com/security/data/csaf/v2/advisories/2016/rhsa-2016_2778.json"
      }
    ],
    "title": "Red Hat Security Advisory: atomic-openshift-utils security and bug fix update",
    "tracking": {
      "current_release_date": "2024-09-15T23:47:44+00:00",
      "generator": {
        "date": "2024-09-15T23:47:44+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "3.33.3"
        }
      },
      "id": "RHSA-2016:2778",
      "initial_release_date": "2016-11-15T19:08:29+00:00",
      "revision_history": [
        {
          "date": "2016-11-15T19:08:29+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2016-11-15T19:08:29+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2024-09-15T23:47:44+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat OpenShift Container Platform 3.2",
                "product": {
                  "name": "Red Hat OpenShift Container Platform 3.2",
                  "product_id": "7Server-RH7-RHOSE-3.2",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:openshift:3.2::el7"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat OpenShift Container Platform 3.3",
                "product": {
                  "name": "Red Hat OpenShift Container Platform 3.3",
                  "product_id": "7Server-RH7-RHOSE-3.3",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:openshift:3.3::el7"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat OpenShift Enterprise"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "ansible-0:2.2.0.0-1.el7.src",
                "product": {
                  "name": "ansible-0:2.2.0.0-1.el7.src",
                  "product_id": "ansible-0:2.2.0.0-1.el7.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ansible@2.2.0.0-1.el7?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift-ansible-0:3.2.42-1.git.0.6b09be9.el7.src",
                "product": {
                  "name": "openshift-ansible-0:3.2.42-1.git.0.6b09be9.el7.src",
                  "product_id": "openshift-ansible-0:3.2.42-1.git.0.6b09be9.el7.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openshift-ansible@3.2.42-1.git.0.6b09be9.el7?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift-ansible-0:3.3.50-1.git.0.5bdbeaa.el7.src",
                "product": {
                  "name": "openshift-ansible-0:3.3.50-1.git.0.5bdbeaa.el7.src",
                  "product_id": "openshift-ansible-0:3.3.50-1.git.0.5bdbeaa.el7.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openshift-ansible@3.3.50-1.git.0.5bdbeaa.el7?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "ansible-0:2.2.0.0-1.el7.noarch",
                "product": {
                  "name": "ansible-0:2.2.0.0-1.el7.noarch",
                  "product_id": "ansible-0:2.2.0.0-1.el7.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ansible@2.2.0.0-1.el7?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift-ansible-lookup-plugins-0:3.2.42-1.git.0.6b09be9.el7.noarch",
                "product": {
                  "name": "openshift-ansible-lookup-plugins-0:3.2.42-1.git.0.6b09be9.el7.noarch",
                  "product_id": "openshift-ansible-lookup-plugins-0:3.2.42-1.git.0.6b09be9.el7.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openshift-ansible-lookup-plugins@3.2.42-1.git.0.6b09be9.el7?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift-ansible-docs-0:3.2.42-1.git.0.6b09be9.el7.noarch",
                "product": {
                  "name": "openshift-ansible-docs-0:3.2.42-1.git.0.6b09be9.el7.noarch",
                  "product_id": "openshift-ansible-docs-0:3.2.42-1.git.0.6b09be9.el7.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openshift-ansible-docs@3.2.42-1.git.0.6b09be9.el7?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "atomic-openshift-utils-0:3.2.42-1.git.0.6b09be9.el7.noarch",
                "product": {
                  "name": "atomic-openshift-utils-0:3.2.42-1.git.0.6b09be9.el7.noarch",
                  "product_id": "atomic-openshift-utils-0:3.2.42-1.git.0.6b09be9.el7.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/atomic-openshift-utils@3.2.42-1.git.0.6b09be9.el7?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift-ansible-playbooks-0:3.2.42-1.git.0.6b09be9.el7.noarch",
                "product": {
                  "name": "openshift-ansible-playbooks-0:3.2.42-1.git.0.6b09be9.el7.noarch",
                  "product_id": "openshift-ansible-playbooks-0:3.2.42-1.git.0.6b09be9.el7.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openshift-ansible-playbooks@3.2.42-1.git.0.6b09be9.el7?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift-ansible-filter-plugins-0:3.2.42-1.git.0.6b09be9.el7.noarch",
                "product": {
                  "name": "openshift-ansible-filter-plugins-0:3.2.42-1.git.0.6b09be9.el7.noarch",
                  "product_id": "openshift-ansible-filter-plugins-0:3.2.42-1.git.0.6b09be9.el7.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openshift-ansible-filter-plugins@3.2.42-1.git.0.6b09be9.el7?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift-ansible-roles-0:3.2.42-1.git.0.6b09be9.el7.noarch",
                "product": {
                  "name": "openshift-ansible-roles-0:3.2.42-1.git.0.6b09be9.el7.noarch",
                  "product_id": "openshift-ansible-roles-0:3.2.42-1.git.0.6b09be9.el7.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openshift-ansible-roles@3.2.42-1.git.0.6b09be9.el7?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift-ansible-0:3.2.42-1.git.0.6b09be9.el7.noarch",
                "product": {
                  "name": "openshift-ansible-0:3.2.42-1.git.0.6b09be9.el7.noarch",
                  "product_id": "openshift-ansible-0:3.2.42-1.git.0.6b09be9.el7.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openshift-ansible@3.2.42-1.git.0.6b09be9.el7?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift-ansible-filter-plugins-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
                "product": {
                  "name": "openshift-ansible-filter-plugins-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
                  "product_id": "openshift-ansible-filter-plugins-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openshift-ansible-filter-plugins@3.3.50-1.git.0.5bdbeaa.el7?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift-ansible-roles-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
                "product": {
                  "name": "openshift-ansible-roles-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
                  "product_id": "openshift-ansible-roles-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openshift-ansible-roles@3.3.50-1.git.0.5bdbeaa.el7?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift-ansible-callback-plugins-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
                "product": {
                  "name": "openshift-ansible-callback-plugins-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
                  "product_id": "openshift-ansible-callback-plugins-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openshift-ansible-callback-plugins@3.3.50-1.git.0.5bdbeaa.el7?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift-ansible-docs-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
                "product": {
                  "name": "openshift-ansible-docs-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
                  "product_id": "openshift-ansible-docs-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openshift-ansible-docs@3.3.50-1.git.0.5bdbeaa.el7?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift-ansible-lookup-plugins-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
                "product": {
                  "name": "openshift-ansible-lookup-plugins-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
                  "product_id": "openshift-ansible-lookup-plugins-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openshift-ansible-lookup-plugins@3.3.50-1.git.0.5bdbeaa.el7?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "atomic-openshift-utils-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
                "product": {
                  "name": "atomic-openshift-utils-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
                  "product_id": "atomic-openshift-utils-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/atomic-openshift-utils@3.3.50-1.git.0.5bdbeaa.el7?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift-ansible-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
                "product": {
                  "name": "openshift-ansible-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
                  "product_id": "openshift-ansible-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openshift-ansible@3.3.50-1.git.0.5bdbeaa.el7?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift-ansible-playbooks-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
                "product": {
                  "name": "openshift-ansible-playbooks-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
                  "product_id": "openshift-ansible-playbooks-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openshift-ansible-playbooks@3.3.50-1.git.0.5bdbeaa.el7?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-0:2.2.0.0-1.el7.noarch as a component of Red Hat OpenShift Container Platform 3.2",
          "product_id": "7Server-RH7-RHOSE-3.2:ansible-0:2.2.0.0-1.el7.noarch"
        },
        "product_reference": "ansible-0:2.2.0.0-1.el7.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOSE-3.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-0:2.2.0.0-1.el7.src as a component of Red Hat OpenShift Container Platform 3.2",
          "product_id": "7Server-RH7-RHOSE-3.2:ansible-0:2.2.0.0-1.el7.src"
        },
        "product_reference": "ansible-0:2.2.0.0-1.el7.src",
        "relates_to_product_reference": "7Server-RH7-RHOSE-3.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "atomic-openshift-utils-0:3.2.42-1.git.0.6b09be9.el7.noarch as a component of Red Hat OpenShift Container Platform 3.2",
          "product_id": "7Server-RH7-RHOSE-3.2:atomic-openshift-utils-0:3.2.42-1.git.0.6b09be9.el7.noarch"
        },
        "product_reference": "atomic-openshift-utils-0:3.2.42-1.git.0.6b09be9.el7.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOSE-3.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift-ansible-0:3.2.42-1.git.0.6b09be9.el7.noarch as a component of Red Hat OpenShift Container Platform 3.2",
          "product_id": "7Server-RH7-RHOSE-3.2:openshift-ansible-0:3.2.42-1.git.0.6b09be9.el7.noarch"
        },
        "product_reference": "openshift-ansible-0:3.2.42-1.git.0.6b09be9.el7.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOSE-3.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift-ansible-0:3.2.42-1.git.0.6b09be9.el7.src as a component of Red Hat OpenShift Container Platform 3.2",
          "product_id": "7Server-RH7-RHOSE-3.2:openshift-ansible-0:3.2.42-1.git.0.6b09be9.el7.src"
        },
        "product_reference": "openshift-ansible-0:3.2.42-1.git.0.6b09be9.el7.src",
        "relates_to_product_reference": "7Server-RH7-RHOSE-3.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift-ansible-docs-0:3.2.42-1.git.0.6b09be9.el7.noarch as a component of Red Hat OpenShift Container Platform 3.2",
          "product_id": "7Server-RH7-RHOSE-3.2:openshift-ansible-docs-0:3.2.42-1.git.0.6b09be9.el7.noarch"
        },
        "product_reference": "openshift-ansible-docs-0:3.2.42-1.git.0.6b09be9.el7.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOSE-3.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift-ansible-filter-plugins-0:3.2.42-1.git.0.6b09be9.el7.noarch as a component of Red Hat OpenShift Container Platform 3.2",
          "product_id": "7Server-RH7-RHOSE-3.2:openshift-ansible-filter-plugins-0:3.2.42-1.git.0.6b09be9.el7.noarch"
        },
        "product_reference": "openshift-ansible-filter-plugins-0:3.2.42-1.git.0.6b09be9.el7.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOSE-3.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift-ansible-lookup-plugins-0:3.2.42-1.git.0.6b09be9.el7.noarch as a component of Red Hat OpenShift Container Platform 3.2",
          "product_id": "7Server-RH7-RHOSE-3.2:openshift-ansible-lookup-plugins-0:3.2.42-1.git.0.6b09be9.el7.noarch"
        },
        "product_reference": "openshift-ansible-lookup-plugins-0:3.2.42-1.git.0.6b09be9.el7.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOSE-3.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift-ansible-playbooks-0:3.2.42-1.git.0.6b09be9.el7.noarch as a component of Red Hat OpenShift Container Platform 3.2",
          "product_id": "7Server-RH7-RHOSE-3.2:openshift-ansible-playbooks-0:3.2.42-1.git.0.6b09be9.el7.noarch"
        },
        "product_reference": "openshift-ansible-playbooks-0:3.2.42-1.git.0.6b09be9.el7.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOSE-3.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift-ansible-roles-0:3.2.42-1.git.0.6b09be9.el7.noarch as a component of Red Hat OpenShift Container Platform 3.2",
          "product_id": "7Server-RH7-RHOSE-3.2:openshift-ansible-roles-0:3.2.42-1.git.0.6b09be9.el7.noarch"
        },
        "product_reference": "openshift-ansible-roles-0:3.2.42-1.git.0.6b09be9.el7.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOSE-3.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-0:2.2.0.0-1.el7.noarch as a component of Red Hat OpenShift Container Platform 3.3",
          "product_id": "7Server-RH7-RHOSE-3.3:ansible-0:2.2.0.0-1.el7.noarch"
        },
        "product_reference": "ansible-0:2.2.0.0-1.el7.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOSE-3.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-0:2.2.0.0-1.el7.src as a component of Red Hat OpenShift Container Platform 3.3",
          "product_id": "7Server-RH7-RHOSE-3.3:ansible-0:2.2.0.0-1.el7.src"
        },
        "product_reference": "ansible-0:2.2.0.0-1.el7.src",
        "relates_to_product_reference": "7Server-RH7-RHOSE-3.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "atomic-openshift-utils-0:3.3.50-1.git.0.5bdbeaa.el7.noarch as a component of Red Hat OpenShift Container Platform 3.3",
          "product_id": "7Server-RH7-RHOSE-3.3:atomic-openshift-utils-0:3.3.50-1.git.0.5bdbeaa.el7.noarch"
        },
        "product_reference": "atomic-openshift-utils-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOSE-3.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift-ansible-0:3.3.50-1.git.0.5bdbeaa.el7.noarch as a component of Red Hat OpenShift Container Platform 3.3",
          "product_id": "7Server-RH7-RHOSE-3.3:openshift-ansible-0:3.3.50-1.git.0.5bdbeaa.el7.noarch"
        },
        "product_reference": "openshift-ansible-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOSE-3.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift-ansible-0:3.3.50-1.git.0.5bdbeaa.el7.src as a component of Red Hat OpenShift Container Platform 3.3",
          "product_id": "7Server-RH7-RHOSE-3.3:openshift-ansible-0:3.3.50-1.git.0.5bdbeaa.el7.src"
        },
        "product_reference": "openshift-ansible-0:3.3.50-1.git.0.5bdbeaa.el7.src",
        "relates_to_product_reference": "7Server-RH7-RHOSE-3.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift-ansible-callback-plugins-0:3.3.50-1.git.0.5bdbeaa.el7.noarch as a component of Red Hat OpenShift Container Platform 3.3",
          "product_id": "7Server-RH7-RHOSE-3.3:openshift-ansible-callback-plugins-0:3.3.50-1.git.0.5bdbeaa.el7.noarch"
        },
        "product_reference": "openshift-ansible-callback-plugins-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOSE-3.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift-ansible-docs-0:3.3.50-1.git.0.5bdbeaa.el7.noarch as a component of Red Hat OpenShift Container Platform 3.3",
          "product_id": "7Server-RH7-RHOSE-3.3:openshift-ansible-docs-0:3.3.50-1.git.0.5bdbeaa.el7.noarch"
        },
        "product_reference": "openshift-ansible-docs-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOSE-3.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift-ansible-filter-plugins-0:3.3.50-1.git.0.5bdbeaa.el7.noarch as a component of Red Hat OpenShift Container Platform 3.3",
          "product_id": "7Server-RH7-RHOSE-3.3:openshift-ansible-filter-plugins-0:3.3.50-1.git.0.5bdbeaa.el7.noarch"
        },
        "product_reference": "openshift-ansible-filter-plugins-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOSE-3.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift-ansible-lookup-plugins-0:3.3.50-1.git.0.5bdbeaa.el7.noarch as a component of Red Hat OpenShift Container Platform 3.3",
          "product_id": "7Server-RH7-RHOSE-3.3:openshift-ansible-lookup-plugins-0:3.3.50-1.git.0.5bdbeaa.el7.noarch"
        },
        "product_reference": "openshift-ansible-lookup-plugins-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOSE-3.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift-ansible-playbooks-0:3.3.50-1.git.0.5bdbeaa.el7.noarch as a component of Red Hat OpenShift Container Platform 3.3",
          "product_id": "7Server-RH7-RHOSE-3.3:openshift-ansible-playbooks-0:3.3.50-1.git.0.5bdbeaa.el7.noarch"
        },
        "product_reference": "openshift-ansible-playbooks-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOSE-3.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift-ansible-roles-0:3.3.50-1.git.0.5bdbeaa.el7.noarch as a component of Red Hat OpenShift Container Platform 3.3",
          "product_id": "7Server-RH7-RHOSE-3.3:openshift-ansible-roles-0:3.3.50-1.git.0.5bdbeaa.el7.noarch"
        },
        "product_reference": "openshift-ansible-roles-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOSE-3.3"
      }
    ]
  },
  "vulnerabilities": [
    {
      "acknowledgments": [
        {
          "names": [
            "Michael Scherer"
          ],
          "organization": "Red Hat",
          "summary": "This issue was discovered by Red Hat."
        }
      ],
      "cve": "CVE-2016-8628",
      "cwe": {
        "id": "CWE-77",
        "name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
      },
      "discovery_date": "2016-10-23T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1388113"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Ansible fails to properly sanitize fact variables sent from the Ansible controller. An attacker with the ability to create special variables on the controller could execute arbitrary commands on Ansible clients as the user Ansible runs as.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "ansible: Command injection by compromised server via fact variables",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "7Server-RH7-RHOSE-3.2:ansible-0:2.2.0.0-1.el7.noarch",
          "7Server-RH7-RHOSE-3.2:ansible-0:2.2.0.0-1.el7.src",
          "7Server-RH7-RHOSE-3.2:atomic-openshift-utils-0:3.2.42-1.git.0.6b09be9.el7.noarch",
          "7Server-RH7-RHOSE-3.2:openshift-ansible-0:3.2.42-1.git.0.6b09be9.el7.noarch",
          "7Server-RH7-RHOSE-3.2:openshift-ansible-0:3.2.42-1.git.0.6b09be9.el7.src",
          "7Server-RH7-RHOSE-3.2:openshift-ansible-docs-0:3.2.42-1.git.0.6b09be9.el7.noarch",
          "7Server-RH7-RHOSE-3.2:openshift-ansible-filter-plugins-0:3.2.42-1.git.0.6b09be9.el7.noarch",
          "7Server-RH7-RHOSE-3.2:openshift-ansible-lookup-plugins-0:3.2.42-1.git.0.6b09be9.el7.noarch",
          "7Server-RH7-RHOSE-3.2:openshift-ansible-playbooks-0:3.2.42-1.git.0.6b09be9.el7.noarch",
          "7Server-RH7-RHOSE-3.2:openshift-ansible-roles-0:3.2.42-1.git.0.6b09be9.el7.noarch",
          "7Server-RH7-RHOSE-3.3:ansible-0:2.2.0.0-1.el7.noarch",
          "7Server-RH7-RHOSE-3.3:ansible-0:2.2.0.0-1.el7.src",
          "7Server-RH7-RHOSE-3.3:atomic-openshift-utils-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
          "7Server-RH7-RHOSE-3.3:openshift-ansible-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
          "7Server-RH7-RHOSE-3.3:openshift-ansible-0:3.3.50-1.git.0.5bdbeaa.el7.src",
          "7Server-RH7-RHOSE-3.3:openshift-ansible-callback-plugins-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
          "7Server-RH7-RHOSE-3.3:openshift-ansible-docs-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
          "7Server-RH7-RHOSE-3.3:openshift-ansible-filter-plugins-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
          "7Server-RH7-RHOSE-3.3:openshift-ansible-lookup-plugins-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
          "7Server-RH7-RHOSE-3.3:openshift-ansible-playbooks-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
          "7Server-RH7-RHOSE-3.3:openshift-ansible-roles-0:3.3.50-1.git.0.5bdbeaa.el7.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-8628"
        },
        {
          "category": "external",
          "summary": "RHBZ#1388113",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1388113"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-8628",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-8628"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-8628",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-8628"
        }
      ],
      "release_date": "2016-11-01T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nTo apply this update, run the following on all hosts where you intend to initiate Ansible-based installation or upgrade procedures:\n\n# yum update atomic-openshift-utils",
          "product_ids": [
            "7Server-RH7-RHOSE-3.2:ansible-0:2.2.0.0-1.el7.noarch",
            "7Server-RH7-RHOSE-3.2:ansible-0:2.2.0.0-1.el7.src",
            "7Server-RH7-RHOSE-3.2:atomic-openshift-utils-0:3.2.42-1.git.0.6b09be9.el7.noarch",
            "7Server-RH7-RHOSE-3.2:openshift-ansible-0:3.2.42-1.git.0.6b09be9.el7.noarch",
            "7Server-RH7-RHOSE-3.2:openshift-ansible-0:3.2.42-1.git.0.6b09be9.el7.src",
            "7Server-RH7-RHOSE-3.2:openshift-ansible-docs-0:3.2.42-1.git.0.6b09be9.el7.noarch",
            "7Server-RH7-RHOSE-3.2:openshift-ansible-filter-plugins-0:3.2.42-1.git.0.6b09be9.el7.noarch",
            "7Server-RH7-RHOSE-3.2:openshift-ansible-lookup-plugins-0:3.2.42-1.git.0.6b09be9.el7.noarch",
            "7Server-RH7-RHOSE-3.2:openshift-ansible-playbooks-0:3.2.42-1.git.0.6b09be9.el7.noarch",
            "7Server-RH7-RHOSE-3.2:openshift-ansible-roles-0:3.2.42-1.git.0.6b09be9.el7.noarch",
            "7Server-RH7-RHOSE-3.3:ansible-0:2.2.0.0-1.el7.noarch",
            "7Server-RH7-RHOSE-3.3:ansible-0:2.2.0.0-1.el7.src",
            "7Server-RH7-RHOSE-3.3:atomic-openshift-utils-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
            "7Server-RH7-RHOSE-3.3:openshift-ansible-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
            "7Server-RH7-RHOSE-3.3:openshift-ansible-0:3.3.50-1.git.0.5bdbeaa.el7.src",
            "7Server-RH7-RHOSE-3.3:openshift-ansible-callback-plugins-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
            "7Server-RH7-RHOSE-3.3:openshift-ansible-docs-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
            "7Server-RH7-RHOSE-3.3:openshift-ansible-filter-plugins-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
            "7Server-RH7-RHOSE-3.3:openshift-ansible-lookup-plugins-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
            "7Server-RH7-RHOSE-3.3:openshift-ansible-playbooks-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
            "7Server-RH7-RHOSE-3.3:openshift-ansible-roles-0:3.3.50-1.git.0.5bdbeaa.el7.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2016:2778"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 6.8,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "PARTIAL",
            "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
            "version": "2.0"
          },
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.6,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "HIGH",
            "scope": "CHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H",
            "version": "3.0"
          },
          "products": [
            "7Server-RH7-RHOSE-3.2:ansible-0:2.2.0.0-1.el7.noarch",
            "7Server-RH7-RHOSE-3.2:ansible-0:2.2.0.0-1.el7.src",
            "7Server-RH7-RHOSE-3.2:atomic-openshift-utils-0:3.2.42-1.git.0.6b09be9.el7.noarch",
            "7Server-RH7-RHOSE-3.2:openshift-ansible-0:3.2.42-1.git.0.6b09be9.el7.noarch",
            "7Server-RH7-RHOSE-3.2:openshift-ansible-0:3.2.42-1.git.0.6b09be9.el7.src",
            "7Server-RH7-RHOSE-3.2:openshift-ansible-docs-0:3.2.42-1.git.0.6b09be9.el7.noarch",
            "7Server-RH7-RHOSE-3.2:openshift-ansible-filter-plugins-0:3.2.42-1.git.0.6b09be9.el7.noarch",
            "7Server-RH7-RHOSE-3.2:openshift-ansible-lookup-plugins-0:3.2.42-1.git.0.6b09be9.el7.noarch",
            "7Server-RH7-RHOSE-3.2:openshift-ansible-playbooks-0:3.2.42-1.git.0.6b09be9.el7.noarch",
            "7Server-RH7-RHOSE-3.2:openshift-ansible-roles-0:3.2.42-1.git.0.6b09be9.el7.noarch",
            "7Server-RH7-RHOSE-3.3:ansible-0:2.2.0.0-1.el7.noarch",
            "7Server-RH7-RHOSE-3.3:ansible-0:2.2.0.0-1.el7.src",
            "7Server-RH7-RHOSE-3.3:atomic-openshift-utils-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
            "7Server-RH7-RHOSE-3.3:openshift-ansible-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
            "7Server-RH7-RHOSE-3.3:openshift-ansible-0:3.3.50-1.git.0.5bdbeaa.el7.src",
            "7Server-RH7-RHOSE-3.3:openshift-ansible-callback-plugins-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
            "7Server-RH7-RHOSE-3.3:openshift-ansible-docs-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
            "7Server-RH7-RHOSE-3.3:openshift-ansible-filter-plugins-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
            "7Server-RH7-RHOSE-3.3:openshift-ansible-lookup-plugins-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
            "7Server-RH7-RHOSE-3.3:openshift-ansible-playbooks-0:3.3.50-1.git.0.5bdbeaa.el7.noarch",
            "7Server-RH7-RHOSE-3.3:openshift-ansible-roles-0:3.3.50-1.git.0.5bdbeaa.el7.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "ansible: Command injection by compromised server via fact variables"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading...

Loading...