rhsa-2018:0369
Vulnerability from csaf_redhat
Published
2018-02-27 16:24
Modified
2025-08-03 17:04
Summary
Red Hat Security Advisory: openstack-nova and python-novaclient security, bug fix, and enhancement update
Notes
Topic
An update for openstack-nova and python-novaclient is now available for Red Hat OpenStack Platform 10.0 (Newton).
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
OpenStack Compute (nova) launches and schedules large networks of virtual machines, creating a redundant and scalable cloud computing platform. Compute provides the software, control panels, and APIs required to orchestrate a cloud, including running virtual machine instances and controlling access through users and projects.
python-novaclient is the python client for the OpenStack Nova API. The client's Python API (the novaclient module) and command-line script (nova) both implement 100% of the OpenStack Nova API.
The following packages have been upgraded to a later upstream version: openstack-nova (14.1.0), python-novaclient (6.0.2). (BZ#1501736)
Security Fix(es):
* By rebuilding an instance using a new image, an authenticated user may be able to circumvent the Filter Scheduler, bypassing imposed filters (for example, the ImagePropertiesFilter or the IsolatedHostsFilter). (CVE-2017-16239)
Red Hat would like to thank the OpenStack project for reporting this issue. Upstream acknowledges George Shuklin (Servers.com) as the original reporter.
Bug Fix(es):
* Prior to this update, QEMU (also known as TCG) guests had an issue where the `guest.get_vcpu_info` method was throwing an exception indicating that 0 were vCPUs used on the host, regardless of how many guests were running. Consequently, this caused the 'get_available_resources' method to report incorrect vCPUs used values for the Compute node. This meant it was overcounting resource consumption for plain QEMU guests, as they can only ever consume 1 pCPU of time, regardless of vCPU count. With this update, if a host does not report detailed vCPU usage from libvirt, then it should default to reporting 1 vCPU per guest, so that the 'vcpus_used' field reports some reasonably meaningful data on host CPU usage. As a result, libvirt does not report that 'cpu affinity is not supported' when guests are running in TCG. (BZ#1515165)
* With this enhancement, the act of evacuating instances with pinned CPUs can result in these instances being hosted on a hypervisor which already handles instances with the same pinning configuration. This was added because the resource tracker does not track CPU pinning for instances on hosts. As a result, a condition has been added to the NUMATopologyFilter filter, which passes on hosts which already manage an instance with same CPU pinning configuration as the instance being evacuated. (BZ#1517272)
* Previously, the `request_spec.spec` column's TEXT type was too small, with the result that large request_specs may not have fit successfully. Consequently, running the online data migration as part of an OSP9 to OSP10 upgrade could have resulted in failure if an instance created before the upgrade had a large request_spec (for example, by having many members in its affinity/anti-affinity group). With this update, the request_spec.spec column has been increased to `MEDIUMTEXT`. As a result, online data migration should no longer fail during a OSP9 to OSP10 upgrade. (BZ#1526082)
* Previously, when detaching a Ceph volume connected to guest as a PCI device, the volume was not detached and libvirt reported an invalid PCI address. This arose because the PCI address of the device was not properly formatted due to a missing method in the guest XML formatter. To address this issue, this update adds a proper `format_dom` method for `LibvirtConfigGuestDeviceAddressPCI`. As a result, it is now possible to detach a Ceph volume. (BZ#1527345)
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_security_advisory", "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 openstack-nova and python-novaclient is now available for Red Hat OpenStack Platform 10.0 (Newton).\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": "OpenStack Compute (nova) launches and schedules large networks of virtual machines, creating a redundant and scalable cloud computing platform. Compute provides the software, control panels, and APIs required to orchestrate a cloud, including running virtual machine instances and controlling access through users and projects.\n\npython-novaclient is the python client for the OpenStack Nova API. The client\u0027s Python API (the novaclient module) and command-line script (nova) both implement 100% of the OpenStack Nova API.\n\nThe following packages have been upgraded to a later upstream version: openstack-nova (14.1.0), python-novaclient (6.0.2). (BZ#1501736)\n\nSecurity Fix(es):\n\n* By rebuilding an instance using a new image, an authenticated user may be able to circumvent the Filter Scheduler, bypassing imposed filters (for example, the ImagePropertiesFilter or the IsolatedHostsFilter). (CVE-2017-16239)\n\nRed Hat would like to thank the OpenStack project for reporting this issue. Upstream acknowledges George Shuklin (Servers.com) as the original reporter.\n\nBug Fix(es):\n\n* Prior to this update, QEMU (also known as TCG) guests had an issue where the `guest.get_vcpu_info` method was throwing an exception indicating that 0 were vCPUs used on the host, regardless of how many guests were running. Consequently, this caused the \u0027get_available_resources\u0027 method to report incorrect vCPUs used values for the Compute node. This meant it was overcounting resource consumption for plain QEMU guests, as they can only ever consume 1 pCPU of time, regardless of vCPU count. With this update, if a host does not report detailed vCPU usage from libvirt, then it should default to reporting 1 vCPU per guest, so that the \u0027vcpus_used\u0027 field reports some reasonably meaningful data on host CPU usage. As a result, libvirt does not report that \u0027cpu affinity is not supported\u0027 when guests are running in TCG. (BZ#1515165)\n\n* With this enhancement, the act of evacuating instances with pinned CPUs can result in these instances being hosted on a hypervisor which already handles instances with the same pinning configuration. This was added because the resource tracker does not track CPU pinning for instances on hosts. As a result, a condition has been added to the NUMATopologyFilter filter, which passes on hosts which already manage an instance with same CPU pinning configuration as the instance being evacuated. (BZ#1517272)\n\n* Previously, the `request_spec.spec` column\u0027s TEXT type was too small, with the result that large request_specs may not have fit successfully. Consequently, running the online data migration as part of an OSP9 to OSP10 upgrade could have resulted in failure if an instance created before the upgrade had a large request_spec (for example, by having many members in its affinity/anti-affinity group). With this update, the request_spec.spec column has been increased to `MEDIUMTEXT`. As a result, online data migration should no longer fail during a OSP9 to OSP10 upgrade. (BZ#1526082)\n\n* Previously, when detaching a Ceph volume connected to guest as a PCI device, the volume was not detached and libvirt reported an invalid PCI address. This arose because the PCI address of the device was not properly formatted due to a missing method in the guest XML formatter. To address this issue, this update adds a proper `format_dom` method for `LibvirtConfigGuestDeviceAddressPCI`. As a result, it is now possible to detach a Ceph volume. (BZ#1527345)", "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 products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2018:0369", "url": "https://access.redhat.com/errata/RHSA-2018:0369" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "1508539", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1508539" }, { "category": "external", "summary": "1515165", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1515165" }, { "category": "external", "summary": "1519054", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1519054" }, { "category": "external", "summary": "1525427", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1525427" }, { "category": "external", "summary": "1526082", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1526082" }, { "category": "external", "summary": "1527345", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1527345" }, { "category": "external", "summary": "1530330", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1530330" }, { "category": "external", "summary": "1534665", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1534665" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2018/rhsa-2018_0369.json" } ], "title": "Red Hat Security Advisory: openstack-nova and python-novaclient security, bug fix, and enhancement update", "tracking": { "current_release_date": "2025-08-03T17:04:35+00:00", "generator": { "date": "2025-08-03T17:04:35+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2018:0369", "initial_release_date": "2018-02-27T16:24:56+00:00", "revision_history": [ { "date": "2018-02-27T16:24:56+00:00", "number": "1", "summary": "Initial version" }, { "date": "2018-02-27T16:24:56+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T17:04:35+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenStack Platform 10.0", "product": { "name": "Red Hat OpenStack Platform 10.0", "product_id": "7Server-RH7-RHOS-10.0", "product_identification_helper": { "cpe": "cpe:/a:redhat:openstack:10::el7" } } }, { "category": "product_name", "name": "OpenStack 10.0 Tools for RHEL 7", "product": { "name": "OpenStack 10.0 Tools for RHEL 7", "product_id": "7Client-RH7-RHOS-TOOLS-10.0", "product_identification_helper": { "cpe": "cpe:/a:redhat:openstack:10::el7" } } }, { "category": "product_name", "name": "OpenStack 10.0 Tools for RHEL 7", "product": { "name": "OpenStack 10.0 Tools for RHEL 7", "product_id": "7Server-RH7-RHOS-TOOLS-10.0", "product_identification_helper": { "cpe": "cpe:/a:redhat:openstack:10::el7" } } }, { "category": "product_name", "name": "OpenStack 10.0 Tools for RHEL 7", "product": { "name": "OpenStack 10.0 Tools for RHEL 7", "product_id": "7Workstation-RH7-RHOS-TOOLS-10.0", "product_identification_helper": { "cpe": "cpe:/a:redhat:openstack:10::el7" } } } ], "category": "product_family", "name": "Red Hat OpenStack Platform" }, { "branches": [ { "category": "product_version", "name": "python-nova-1:14.1.0-3.el7ost.noarch", "product": { "name": "python-nova-1:14.1.0-3.el7ost.noarch", "product_id": "python-nova-1:14.1.0-3.el7ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-nova@14.1.0-3.el7ost?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-nova-novncproxy-1:14.1.0-3.el7ost.noarch", "product": { "name": "openstack-nova-novncproxy-1:14.1.0-3.el7ost.noarch", "product_id": "openstack-nova-novncproxy-1:14.1.0-3.el7ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-nova-novncproxy@14.1.0-3.el7ost?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-nova-migration-1:14.1.0-3.el7ost.noarch", "product": { "name": "openstack-nova-migration-1:14.1.0-3.el7ost.noarch", "product_id": "openstack-nova-migration-1:14.1.0-3.el7ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-nova-migration@14.1.0-3.el7ost?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-nova-scheduler-1:14.1.0-3.el7ost.noarch", "product": { "name": "openstack-nova-scheduler-1:14.1.0-3.el7ost.noarch", "product_id": "openstack-nova-scheduler-1:14.1.0-3.el7ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-nova-scheduler@14.1.0-3.el7ost?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-nova-api-1:14.1.0-3.el7ost.noarch", "product": { "name": "openstack-nova-api-1:14.1.0-3.el7ost.noarch", "product_id": "openstack-nova-api-1:14.1.0-3.el7ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-nova-api@14.1.0-3.el7ost?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-nova-compute-1:14.1.0-3.el7ost.noarch", "product": { "name": "openstack-nova-compute-1:14.1.0-3.el7ost.noarch", "product_id": "openstack-nova-compute-1:14.1.0-3.el7ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-nova-compute@14.1.0-3.el7ost?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-nova-network-1:14.1.0-3.el7ost.noarch", "product": { "name": "openstack-nova-network-1:14.1.0-3.el7ost.noarch", "product_id": "openstack-nova-network-1:14.1.0-3.el7ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-nova-network@14.1.0-3.el7ost?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-nova-1:14.1.0-3.el7ost.noarch", "product": { "name": "openstack-nova-1:14.1.0-3.el7ost.noarch", "product_id": "openstack-nova-1:14.1.0-3.el7ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-nova@14.1.0-3.el7ost?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-nova-spicehtml5proxy-1:14.1.0-3.el7ost.noarch", "product": { "name": "openstack-nova-spicehtml5proxy-1:14.1.0-3.el7ost.noarch", "product_id": "openstack-nova-spicehtml5proxy-1:14.1.0-3.el7ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-nova-spicehtml5proxy@14.1.0-3.el7ost?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python-nova-tests-1:14.1.0-3.el7ost.noarch", "product": { "name": "python-nova-tests-1:14.1.0-3.el7ost.noarch", "product_id": "python-nova-tests-1:14.1.0-3.el7ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-nova-tests@14.1.0-3.el7ost?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-nova-cells-1:14.1.0-3.el7ost.noarch", "product": { "name": "openstack-nova-cells-1:14.1.0-3.el7ost.noarch", "product_id": "openstack-nova-cells-1:14.1.0-3.el7ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-nova-cells@14.1.0-3.el7ost?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-nova-serialproxy-1:14.1.0-3.el7ost.noarch", "product": { "name": "openstack-nova-serialproxy-1:14.1.0-3.el7ost.noarch", "product_id": "openstack-nova-serialproxy-1:14.1.0-3.el7ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-nova-serialproxy@14.1.0-3.el7ost?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-nova-placement-api-1:14.1.0-3.el7ost.noarch", "product": { "name": "openstack-nova-placement-api-1:14.1.0-3.el7ost.noarch", "product_id": "openstack-nova-placement-api-1:14.1.0-3.el7ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-nova-placement-api@14.1.0-3.el7ost?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-nova-conductor-1:14.1.0-3.el7ost.noarch", "product": { "name": "openstack-nova-conductor-1:14.1.0-3.el7ost.noarch", "product_id": "openstack-nova-conductor-1:14.1.0-3.el7ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-nova-conductor@14.1.0-3.el7ost?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-nova-common-1:14.1.0-3.el7ost.noarch", "product": { "name": "openstack-nova-common-1:14.1.0-3.el7ost.noarch", "product_id": "openstack-nova-common-1:14.1.0-3.el7ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-nova-common@14.1.0-3.el7ost?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-nova-console-1:14.1.0-3.el7ost.noarch", "product": { "name": "openstack-nova-console-1:14.1.0-3.el7ost.noarch", "product_id": "openstack-nova-console-1:14.1.0-3.el7ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-nova-console@14.1.0-3.el7ost?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-nova-cert-1:14.1.0-3.el7ost.noarch", "product": { "name": "openstack-nova-cert-1:14.1.0-3.el7ost.noarch", "product_id": "openstack-nova-cert-1:14.1.0-3.el7ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-nova-cert@14.1.0-3.el7ost?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python-novaclient-1:6.0.2-2.el7ost.noarch", "product": { "name": "python-novaclient-1:6.0.2-2.el7ost.noarch", "product_id": "python-novaclient-1:6.0.2-2.el7ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-novaclient@6.0.2-2.el7ost?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "openstack-nova-1:14.1.0-3.el7ost.src", "product": { "name": "openstack-nova-1:14.1.0-3.el7ost.src", "product_id": "openstack-nova-1:14.1.0-3.el7ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-nova@14.1.0-3.el7ost?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python-novaclient-1:6.0.2-2.el7ost.src", "product": { "name": "python-novaclient-1:6.0.2-2.el7ost.src", "product_id": "python-novaclient-1:6.0.2-2.el7ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-novaclient@6.0.2-2.el7ost?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-novaclient-1:6.0.2-2.el7ost.noarch as a component of OpenStack 10.0 Tools for RHEL 7", "product_id": "7Client-RH7-RHOS-TOOLS-10.0:python-novaclient-1:6.0.2-2.el7ost.noarch" }, "product_reference": "python-novaclient-1:6.0.2-2.el7ost.noarch", "relates_to_product_reference": "7Client-RH7-RHOS-TOOLS-10.0" }, { "category": "default_component_of", "full_product_name": { "name": "python-novaclient-1:6.0.2-2.el7ost.src as a component of OpenStack 10.0 Tools for RHEL 7", "product_id": "7Client-RH7-RHOS-TOOLS-10.0:python-novaclient-1:6.0.2-2.el7ost.src" }, "product_reference": "python-novaclient-1:6.0.2-2.el7ost.src", "relates_to_product_reference": "7Client-RH7-RHOS-TOOLS-10.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-nova-1:14.1.0-3.el7ost.noarch as a component of Red Hat OpenStack Platform 10.0", "product_id": "7Server-RH7-RHOS-10.0:openstack-nova-1:14.1.0-3.el7ost.noarch" }, "product_reference": "openstack-nova-1:14.1.0-3.el7ost.noarch", "relates_to_product_reference": "7Server-RH7-RHOS-10.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-nova-1:14.1.0-3.el7ost.src as a component of Red Hat OpenStack Platform 10.0", "product_id": "7Server-RH7-RHOS-10.0:openstack-nova-1:14.1.0-3.el7ost.src" }, "product_reference": "openstack-nova-1:14.1.0-3.el7ost.src", "relates_to_product_reference": "7Server-RH7-RHOS-10.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-nova-api-1:14.1.0-3.el7ost.noarch as a component of Red Hat OpenStack Platform 10.0", "product_id": "7Server-RH7-RHOS-10.0:openstack-nova-api-1:14.1.0-3.el7ost.noarch" }, "product_reference": "openstack-nova-api-1:14.1.0-3.el7ost.noarch", "relates_to_product_reference": "7Server-RH7-RHOS-10.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-nova-cells-1:14.1.0-3.el7ost.noarch as a component of Red Hat OpenStack Platform 10.0", "product_id": "7Server-RH7-RHOS-10.0:openstack-nova-cells-1:14.1.0-3.el7ost.noarch" }, "product_reference": "openstack-nova-cells-1:14.1.0-3.el7ost.noarch", "relates_to_product_reference": "7Server-RH7-RHOS-10.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-nova-cert-1:14.1.0-3.el7ost.noarch as a component of Red Hat OpenStack Platform 10.0", "product_id": "7Server-RH7-RHOS-10.0:openstack-nova-cert-1:14.1.0-3.el7ost.noarch" }, "product_reference": "openstack-nova-cert-1:14.1.0-3.el7ost.noarch", "relates_to_product_reference": "7Server-RH7-RHOS-10.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-nova-common-1:14.1.0-3.el7ost.noarch as a component of Red Hat OpenStack Platform 10.0", "product_id": "7Server-RH7-RHOS-10.0:openstack-nova-common-1:14.1.0-3.el7ost.noarch" }, "product_reference": "openstack-nova-common-1:14.1.0-3.el7ost.noarch", "relates_to_product_reference": "7Server-RH7-RHOS-10.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-nova-compute-1:14.1.0-3.el7ost.noarch as a component of Red Hat OpenStack Platform 10.0", "product_id": "7Server-RH7-RHOS-10.0:openstack-nova-compute-1:14.1.0-3.el7ost.noarch" }, "product_reference": "openstack-nova-compute-1:14.1.0-3.el7ost.noarch", "relates_to_product_reference": "7Server-RH7-RHOS-10.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-nova-conductor-1:14.1.0-3.el7ost.noarch as a component of Red Hat OpenStack Platform 10.0", "product_id": "7Server-RH7-RHOS-10.0:openstack-nova-conductor-1:14.1.0-3.el7ost.noarch" }, "product_reference": "openstack-nova-conductor-1:14.1.0-3.el7ost.noarch", "relates_to_product_reference": "7Server-RH7-RHOS-10.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-nova-console-1:14.1.0-3.el7ost.noarch as a component of Red Hat OpenStack Platform 10.0", "product_id": "7Server-RH7-RHOS-10.0:openstack-nova-console-1:14.1.0-3.el7ost.noarch" }, "product_reference": "openstack-nova-console-1:14.1.0-3.el7ost.noarch", "relates_to_product_reference": "7Server-RH7-RHOS-10.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-nova-migration-1:14.1.0-3.el7ost.noarch as a component of Red Hat OpenStack Platform 10.0", "product_id": "7Server-RH7-RHOS-10.0:openstack-nova-migration-1:14.1.0-3.el7ost.noarch" }, "product_reference": "openstack-nova-migration-1:14.1.0-3.el7ost.noarch", "relates_to_product_reference": "7Server-RH7-RHOS-10.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-nova-network-1:14.1.0-3.el7ost.noarch as a component of Red Hat OpenStack Platform 10.0", "product_id": "7Server-RH7-RHOS-10.0:openstack-nova-network-1:14.1.0-3.el7ost.noarch" }, "product_reference": "openstack-nova-network-1:14.1.0-3.el7ost.noarch", "relates_to_product_reference": "7Server-RH7-RHOS-10.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-nova-novncproxy-1:14.1.0-3.el7ost.noarch as a component of Red Hat OpenStack Platform 10.0", "product_id": "7Server-RH7-RHOS-10.0:openstack-nova-novncproxy-1:14.1.0-3.el7ost.noarch" }, "product_reference": "openstack-nova-novncproxy-1:14.1.0-3.el7ost.noarch", "relates_to_product_reference": "7Server-RH7-RHOS-10.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-nova-placement-api-1:14.1.0-3.el7ost.noarch as a component of Red Hat OpenStack Platform 10.0", "product_id": "7Server-RH7-RHOS-10.0:openstack-nova-placement-api-1:14.1.0-3.el7ost.noarch" }, "product_reference": "openstack-nova-placement-api-1:14.1.0-3.el7ost.noarch", "relates_to_product_reference": "7Server-RH7-RHOS-10.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-nova-scheduler-1:14.1.0-3.el7ost.noarch as a component of Red Hat OpenStack Platform 10.0", "product_id": "7Server-RH7-RHOS-10.0:openstack-nova-scheduler-1:14.1.0-3.el7ost.noarch" }, "product_reference": "openstack-nova-scheduler-1:14.1.0-3.el7ost.noarch", "relates_to_product_reference": "7Server-RH7-RHOS-10.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-nova-serialproxy-1:14.1.0-3.el7ost.noarch as a component of Red Hat OpenStack Platform 10.0", "product_id": "7Server-RH7-RHOS-10.0:openstack-nova-serialproxy-1:14.1.0-3.el7ost.noarch" }, "product_reference": "openstack-nova-serialproxy-1:14.1.0-3.el7ost.noarch", "relates_to_product_reference": "7Server-RH7-RHOS-10.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-nova-spicehtml5proxy-1:14.1.0-3.el7ost.noarch as a component of Red Hat OpenStack Platform 10.0", "product_id": "7Server-RH7-RHOS-10.0:openstack-nova-spicehtml5proxy-1:14.1.0-3.el7ost.noarch" }, "product_reference": "openstack-nova-spicehtml5proxy-1:14.1.0-3.el7ost.noarch", "relates_to_product_reference": "7Server-RH7-RHOS-10.0" }, { "category": "default_component_of", "full_product_name": { "name": "python-nova-1:14.1.0-3.el7ost.noarch as a component of Red Hat OpenStack Platform 10.0", "product_id": "7Server-RH7-RHOS-10.0:python-nova-1:14.1.0-3.el7ost.noarch" }, "product_reference": "python-nova-1:14.1.0-3.el7ost.noarch", "relates_to_product_reference": "7Server-RH7-RHOS-10.0" }, { "category": "default_component_of", "full_product_name": { "name": "python-nova-tests-1:14.1.0-3.el7ost.noarch as a component of Red Hat OpenStack Platform 10.0", "product_id": "7Server-RH7-RHOS-10.0:python-nova-tests-1:14.1.0-3.el7ost.noarch" }, "product_reference": "python-nova-tests-1:14.1.0-3.el7ost.noarch", "relates_to_product_reference": "7Server-RH7-RHOS-10.0" }, { "category": "default_component_of", "full_product_name": { "name": "python-novaclient-1:6.0.2-2.el7ost.noarch as a component of Red Hat OpenStack Platform 10.0", "product_id": "7Server-RH7-RHOS-10.0:python-novaclient-1:6.0.2-2.el7ost.noarch" }, "product_reference": "python-novaclient-1:6.0.2-2.el7ost.noarch", "relates_to_product_reference": "7Server-RH7-RHOS-10.0" }, { "category": "default_component_of", "full_product_name": { "name": "python-novaclient-1:6.0.2-2.el7ost.src as a component of Red Hat OpenStack Platform 10.0", "product_id": "7Server-RH7-RHOS-10.0:python-novaclient-1:6.0.2-2.el7ost.src" }, "product_reference": "python-novaclient-1:6.0.2-2.el7ost.src", "relates_to_product_reference": "7Server-RH7-RHOS-10.0" }, { "category": "default_component_of", "full_product_name": { "name": "python-novaclient-1:6.0.2-2.el7ost.noarch as a component of OpenStack 10.0 Tools for RHEL 7", "product_id": "7Server-RH7-RHOS-TOOLS-10.0:python-novaclient-1:6.0.2-2.el7ost.noarch" }, "product_reference": "python-novaclient-1:6.0.2-2.el7ost.noarch", "relates_to_product_reference": "7Server-RH7-RHOS-TOOLS-10.0" }, { "category": "default_component_of", "full_product_name": { "name": "python-novaclient-1:6.0.2-2.el7ost.src as a component of OpenStack 10.0 Tools for RHEL 7", "product_id": "7Server-RH7-RHOS-TOOLS-10.0:python-novaclient-1:6.0.2-2.el7ost.src" }, "product_reference": "python-novaclient-1:6.0.2-2.el7ost.src", "relates_to_product_reference": "7Server-RH7-RHOS-TOOLS-10.0" }, { "category": "default_component_of", "full_product_name": { "name": "python-novaclient-1:6.0.2-2.el7ost.noarch as a component of OpenStack 10.0 Tools for RHEL 7", "product_id": "7Workstation-RH7-RHOS-TOOLS-10.0:python-novaclient-1:6.0.2-2.el7ost.noarch" }, "product_reference": "python-novaclient-1:6.0.2-2.el7ost.noarch", "relates_to_product_reference": "7Workstation-RH7-RHOS-TOOLS-10.0" }, { "category": "default_component_of", "full_product_name": { "name": "python-novaclient-1:6.0.2-2.el7ost.src as a component of OpenStack 10.0 Tools for RHEL 7", "product_id": "7Workstation-RH7-RHOS-TOOLS-10.0:python-novaclient-1:6.0.2-2.el7ost.src" }, "product_reference": "python-novaclient-1:6.0.2-2.el7ost.src", "relates_to_product_reference": "7Workstation-RH7-RHOS-TOOLS-10.0" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the OpenStack project" ] }, { "names": [ "George Shuklin" ], "organization": "Servers.com", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2017-16239", "cwe": { "id": "CWE-841", "name": "Improper Enforcement of Behavioral Workflow" }, "discovery_date": "2017-10-31T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1508539" } ], "notes": [ { "category": "description", "text": "By rebuilding an instance using a new image, an authenticated user may be able to circumvent the Filter Scheduler, bypassing imposed filters (for example, the ImagePropertiesFilter or the IsolatedHostsFilter).", "title": "Vulnerability description" }, { "category": "summary", "text": "openstack-nova: Nova Filter Scheduler bypass through rebuild action", "title": "Vulnerability summary" }, { "category": "other", "text": "The upstream fix requires RequestSpec, which was introduced in OSP10. Patching versions, prior to version 10, comes with a considerable risk of introducing new bugs. Based on the impact of this vulnerability it was determined that OSP6 to 9 would not be fixed.", "title": "Statement" }, { "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": [ "7Client-RH7-RHOS-TOOLS-10.0:python-novaclient-1:6.0.2-2.el7ost.noarch", "7Client-RH7-RHOS-TOOLS-10.0:python-novaclient-1:6.0.2-2.el7ost.src", "7Server-RH7-RHOS-10.0:openstack-nova-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-1:14.1.0-3.el7ost.src", "7Server-RH7-RHOS-10.0:openstack-nova-api-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-cells-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-cert-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-common-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-compute-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-conductor-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-console-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-migration-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-network-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-novncproxy-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-placement-api-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-scheduler-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-serialproxy-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-spicehtml5proxy-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:python-nova-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:python-nova-tests-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:python-novaclient-1:6.0.2-2.el7ost.noarch", "7Server-RH7-RHOS-10.0:python-novaclient-1:6.0.2-2.el7ost.src", "7Server-RH7-RHOS-TOOLS-10.0:python-novaclient-1:6.0.2-2.el7ost.noarch", "7Server-RH7-RHOS-TOOLS-10.0:python-novaclient-1:6.0.2-2.el7ost.src", "7Workstation-RH7-RHOS-TOOLS-10.0:python-novaclient-1:6.0.2-2.el7ost.noarch", "7Workstation-RH7-RHOS-TOOLS-10.0:python-novaclient-1:6.0.2-2.el7ost.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-16239" }, { "category": "external", "summary": "RHBZ#1508539", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1508539" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-16239", "url": "https://www.cve.org/CVERecord?id=CVE-2017-16239" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-16239", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-16239" } ], "release_date": "2017-11-14T15:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-02-27T16:24:56+00:00", "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", "product_ids": [ "7Client-RH7-RHOS-TOOLS-10.0:python-novaclient-1:6.0.2-2.el7ost.noarch", "7Client-RH7-RHOS-TOOLS-10.0:python-novaclient-1:6.0.2-2.el7ost.src", "7Server-RH7-RHOS-10.0:openstack-nova-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-1:14.1.0-3.el7ost.src", "7Server-RH7-RHOS-10.0:openstack-nova-api-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-cells-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-cert-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-common-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-compute-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-conductor-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-console-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-migration-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-network-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-novncproxy-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-placement-api-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-scheduler-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-serialproxy-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-spicehtml5proxy-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:python-nova-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:python-nova-tests-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:python-novaclient-1:6.0.2-2.el7ost.noarch", "7Server-RH7-RHOS-10.0:python-novaclient-1:6.0.2-2.el7ost.src", "7Server-RH7-RHOS-TOOLS-10.0:python-novaclient-1:6.0.2-2.el7ost.noarch", "7Server-RH7-RHOS-TOOLS-10.0:python-novaclient-1:6.0.2-2.el7ost.src", "7Workstation-RH7-RHOS-TOOLS-10.0:python-novaclient-1:6.0.2-2.el7ost.noarch", "7Workstation-RH7-RHOS-TOOLS-10.0:python-novaclient-1:6.0.2-2.el7ost.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:0369" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L", "version": "3.0" }, "products": [ "7Client-RH7-RHOS-TOOLS-10.0:python-novaclient-1:6.0.2-2.el7ost.noarch", "7Client-RH7-RHOS-TOOLS-10.0:python-novaclient-1:6.0.2-2.el7ost.src", "7Server-RH7-RHOS-10.0:openstack-nova-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-1:14.1.0-3.el7ost.src", "7Server-RH7-RHOS-10.0:openstack-nova-api-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-cells-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-cert-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-common-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-compute-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-conductor-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-console-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-migration-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-network-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-novncproxy-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-placement-api-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-scheduler-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-serialproxy-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:openstack-nova-spicehtml5proxy-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:python-nova-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:python-nova-tests-1:14.1.0-3.el7ost.noarch", "7Server-RH7-RHOS-10.0:python-novaclient-1:6.0.2-2.el7ost.noarch", "7Server-RH7-RHOS-10.0:python-novaclient-1:6.0.2-2.el7ost.src", "7Server-RH7-RHOS-TOOLS-10.0:python-novaclient-1:6.0.2-2.el7ost.noarch", "7Server-RH7-RHOS-TOOLS-10.0:python-novaclient-1:6.0.2-2.el7ost.src", "7Workstation-RH7-RHOS-TOOLS-10.0:python-novaclient-1:6.0.2-2.el7ost.noarch", "7Workstation-RH7-RHOS-TOOLS-10.0:python-novaclient-1:6.0.2-2.el7ost.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "openstack-nova: Nova Filter Scheduler bypass through rebuild action" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…