rhsa-2014:1120
Vulnerability from csaf_redhat
Published
2014-09-02 17:58
Modified
2024-11-22 08:20
Summary
Red Hat Security Advisory: openstack-neutron security, bug fix, and enhancement update
Notes
Topic
Updated openstack-neutron packages that fix one security issue, several
bugs, and add various enhancements are now available for Red Hat Enterprise
Linux OpenStack Platform 5.0 for Red Hat Enterprise Linux 6.
Red Hat Product Security has rated this update as having Moderate security
impact. A Common Vulnerability Scoring System (CVSS) base score, which
gives a detailed severity rating, is available from the CVE link in the
References section.
Details
OpenStack Networking (neutron) is a pluggable, scalable, and API-driven
system that provisions networking services to virtual machines. Its main
function is to manage connectivity to and from virtual machines. As of Red
Hat Enterprise Linux OpenStack Platform 4.0, 'neutron' replaces 'quantum'
as the core component of OpenStack Networking.
A denial of service flaw was found in neutron's handling of allowed address
pairs. As there was no enforced quota on the amount of allowed address
pairs, a sufficiently authorized user could possibly create a large number
of firewall rules, impacting performance or potentially rendering a compute
node unusable. (CVE-2014-3555)
Red Hat would like to thank the OpenStack project for reporting this issue.
Upstream acknowledges Liping Mao from Cisco as the original reporter.
The openstack-neutron packages have been upgraded to upstream version
2014.1.2, which provides a number of bug fixes and enhancements over the
previous version, most notable of which are:
* Multiple Open vSwitch agent fixes: the agent now sets bridges in the
correct order to avoid breaking tunnel networks, creates the integration
bridge if it is missing, sets the secure-failing mode for integration
bridges to ensure the 'openvswitch' service does not program NORMAL action
on restart and instead relies on L2 agent to manage those bridges on
restart, limits veth names to 15 characters, and no longer spawns RPC
consumers before all the needed data structures are ready to be accessed.
* RPC interactions between the DHCP agent and the Neutron plug-in have
been optimized.
* Rule updates for security groups are now applied more effectively.
* Firewall-as-a-Service (FWaaS): a possible race condition when deleting a
firewall has been fixed; iptables updates are no longer deferred for the
service.
* Metering: metering data for egress and ingress are now reported
separately; incorrect router key used to report against MongoDB has
been fixed.
* Load-Balancing-as-a-Service (LBaaS): resources are now registered against
quotas engine; rootwrap filters are now shipped independent of L3 agent
filters.
* Metaplugin now supports multiple RPC workers.
* The following plug-ins have been updated: BigSwitch, Brocade, Cisco N1k,
HyperV, OFAgent, PLUMgrid, and VMWare NSX.
Refer to https://launchpad.net/neutron/icehouse/2014.1.2 for more
information on the changes included in the 2014.1.2 of openstack-neutron.
(BZ#1127439)
This update also fixes the following bug:
* Previously, OpenStack Networking could stop processing network ports that
disappeared from the integration bridge during the L2-agent loop, even
after those ports were back on the bridge. As a result, updates for
temporarily disappeared ports were not handled by the L2 agent. With this
update, these ports are no longer marked as processed if not found on the
integration bridge. Ports are now processed correctly even after they
temporarily disappear from the integration bridge. (BZ#1115588)
All openstack-neutron users are advised to upgrade to these updated
packages, which correct these issues and add these enhancements.
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": "Updated openstack-neutron packages that fix one security issue, several\nbugs, and add various enhancements are now available for Red Hat Enterprise\nLinux OpenStack Platform 5.0 for Red Hat Enterprise Linux 6.\n\nRed Hat Product Security has rated this update as having Moderate security\nimpact. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available from the CVE link in the\nReferences section.", "title": "Topic" }, { "category": "general", "text": "OpenStack Networking (neutron) is a pluggable, scalable, and API-driven\nsystem that provisions networking services to virtual machines. Its main\nfunction is to manage connectivity to and from virtual machines. As of Red\nHat Enterprise Linux OpenStack Platform 4.0, \u0027neutron\u0027 replaces \u0027quantum\u0027\nas the core component of OpenStack Networking.\n\nA denial of service flaw was found in neutron\u0027s handling of allowed address\npairs. As there was no enforced quota on the amount of allowed address\npairs, a sufficiently authorized user could possibly create a large number\nof firewall rules, impacting performance or potentially rendering a compute\nnode unusable. (CVE-2014-3555)\n\nRed Hat would like to thank the OpenStack project for reporting this issue.\nUpstream acknowledges Liping Mao from Cisco as the original reporter.\n\nThe openstack-neutron packages have been upgraded to upstream version\n2014.1.2, which provides a number of bug fixes and enhancements over the\nprevious version, most notable of which are:\n\n* Multiple Open vSwitch agent fixes: the agent now sets bridges in the\ncorrect order to avoid breaking tunnel networks, creates the integration\nbridge if it is missing, sets the secure-failing mode for integration\nbridges to ensure the \u0027openvswitch\u0027 service does not program NORMAL action\non restart and instead relies on L2 agent to manage those bridges on\nrestart, limits veth names to 15 characters, and no longer spawns RPC\nconsumers before all the needed data structures are ready to be accessed.\n\n* RPC interactions between the DHCP agent and the Neutron plug-in have\nbeen optimized.\n\n* Rule updates for security groups are now applied more effectively.\n\n* Firewall-as-a-Service (FWaaS): a possible race condition when deleting a\nfirewall has been fixed; iptables updates are no longer deferred for the\nservice.\n\n* Metering: metering data for egress and ingress are now reported\nseparately; incorrect router key used to report against MongoDB has\nbeen fixed.\n\n* Load-Balancing-as-a-Service (LBaaS): resources are now registered against\nquotas engine; rootwrap filters are now shipped independent of L3 agent\nfilters.\n\n* Metaplugin now supports multiple RPC workers.\n\n* The following plug-ins have been updated: BigSwitch, Brocade, Cisco N1k,\nHyperV, OFAgent, PLUMgrid, and VMWare NSX.\n\nRefer to https://launchpad.net/neutron/icehouse/2014.1.2 for more\ninformation on the changes included in the 2014.1.2 of openstack-neutron.\n(BZ#1127439)\n\nThis update also fixes the following bug:\n\n* Previously, OpenStack Networking could stop processing network ports that\ndisappeared from the integration bridge during the L2-agent loop, even\nafter those ports were back on the bridge. As a result, updates for\ntemporarily disappeared ports were not handled by the L2 agent. With this\nupdate, these ports are no longer marked as processed if not found on the\nintegration bridge. Ports are now processed correctly even after they\ntemporarily disappear from the integration bridge. (BZ#1115588)\n\nAll openstack-neutron users are advised to upgrade to these updated\npackages, which correct these issues and add these enhancements.", "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-2014:1120", "url": "https://access.redhat.com/errata/RHSA-2014:1120" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://launchpad.net/neutron/icehouse/2014.1.2", "url": "https://launchpad.net/neutron/icehouse/2014.1.2" }, { "category": "external", "summary": "1118833", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1118833" }, { "category": "external", "summary": "1127439", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1127439" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2014/rhsa-2014_1120.json" } ], "title": "Red Hat Security Advisory: openstack-neutron security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-22T08:20:57+00:00", "generator": { "date": "2024-11-22T08:20:57+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2014:1120", "initial_release_date": "2014-09-02T17:58:36+00:00", "revision_history": [ { "date": "2014-09-02T17:58:36+00:00", "number": "1", "summary": "Initial version" }, { "date": "2014-09-02T17:58:36+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T08:20:57+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 6", "product": { "name": "Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 6", "product_id": "6Server-RH6-RHOS-5.0", "product_identification_helper": { "cpe": "cpe:/a:redhat:openstack:5::el6" } } } ], "category": "product_family", "name": "Red Hat OpenStack Platform" }, { "branches": [ { "category": "product_version", "name": "openstack-neutron-oneconvergence-nvsd-0:2014.1.2-2.el6ost.noarch", "product": { "name": "openstack-neutron-oneconvergence-nvsd-0:2014.1.2-2.el6ost.noarch", "product_id": "openstack-neutron-oneconvergence-nvsd-0:2014.1.2-2.el6ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-neutron-oneconvergence-nvsd@2014.1.2-2.el6ost?arch=noarch" } } }, { "category": "product_version", "name": "python-neutron-0:2014.1.2-2.el6ost.noarch", "product": { "name": "python-neutron-0:2014.1.2-2.el6ost.noarch", "product_id": "python-neutron-0:2014.1.2-2.el6ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-neutron@2014.1.2-2.el6ost?arch=noarch" } } }, { "category": "product_version", "name": "openstack-neutron-bigswitch-0:2014.1.2-2.el6ost.noarch", "product": { "name": "openstack-neutron-bigswitch-0:2014.1.2-2.el6ost.noarch", "product_id": "openstack-neutron-bigswitch-0:2014.1.2-2.el6ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-neutron-bigswitch@2014.1.2-2.el6ost?arch=noarch" } } }, { "category": "product_version", "name": "openstack-neutron-metaplugin-0:2014.1.2-2.el6ost.noarch", "product": { "name": "openstack-neutron-metaplugin-0:2014.1.2-2.el6ost.noarch", "product_id": "openstack-neutron-metaplugin-0:2014.1.2-2.el6ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-neutron-metaplugin@2014.1.2-2.el6ost?arch=noarch" } } }, { "category": "product_version", "name": "openstack-neutron-nec-0:2014.1.2-2.el6ost.noarch", "product": { "name": "openstack-neutron-nec-0:2014.1.2-2.el6ost.noarch", "product_id": "openstack-neutron-nec-0:2014.1.2-2.el6ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-neutron-nec@2014.1.2-2.el6ost?arch=noarch" } } }, { "category": "product_version", "name": "openstack-neutron-cisco-0:2014.1.2-2.el6ost.noarch", "product": { "name": "openstack-neutron-cisco-0:2014.1.2-2.el6ost.noarch", "product_id": "openstack-neutron-cisco-0:2014.1.2-2.el6ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-neutron-cisco@2014.1.2-2.el6ost?arch=noarch" } } }, { "category": "product_version", "name": "openstack-neutron-plumgrid-0:2014.1.2-2.el6ost.noarch", "product": { "name": "openstack-neutron-plumgrid-0:2014.1.2-2.el6ost.noarch", "product_id": "openstack-neutron-plumgrid-0:2014.1.2-2.el6ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-neutron-plumgrid@2014.1.2-2.el6ost?arch=noarch" } } }, { "category": "product_version", "name": "openstack-neutron-linuxbridge-0:2014.1.2-2.el6ost.noarch", "product": { "name": "openstack-neutron-linuxbridge-0:2014.1.2-2.el6ost.noarch", "product_id": "openstack-neutron-linuxbridge-0:2014.1.2-2.el6ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-neutron-linuxbridge@2014.1.2-2.el6ost?arch=noarch" } } }, { "category": "product_version", "name": "openstack-neutron-mellanox-0:2014.1.2-2.el6ost.noarch", "product": { "name": "openstack-neutron-mellanox-0:2014.1.2-2.el6ost.noarch", "product_id": "openstack-neutron-mellanox-0:2014.1.2-2.el6ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-neutron-mellanox@2014.1.2-2.el6ost?arch=noarch" } } }, { "category": "product_version", "name": "openstack-neutron-ofagent-0:2014.1.2-2.el6ost.noarch", "product": { "name": "openstack-neutron-ofagent-0:2014.1.2-2.el6ost.noarch", "product_id": "openstack-neutron-ofagent-0:2014.1.2-2.el6ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-neutron-ofagent@2014.1.2-2.el6ost?arch=noarch" } } }, { "category": "product_version", "name": "openstack-neutron-hyperv-0:2014.1.2-2.el6ost.noarch", "product": { "name": "openstack-neutron-hyperv-0:2014.1.2-2.el6ost.noarch", "product_id": "openstack-neutron-hyperv-0:2014.1.2-2.el6ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-neutron-hyperv@2014.1.2-2.el6ost?arch=noarch" } } }, { "category": "product_version", "name": "openstack-neutron-ibm-0:2014.1.2-2.el6ost.noarch", "product": { "name": "openstack-neutron-ibm-0:2014.1.2-2.el6ost.noarch", "product_id": "openstack-neutron-ibm-0:2014.1.2-2.el6ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-neutron-ibm@2014.1.2-2.el6ost?arch=noarch" } } }, { "category": "product_version", "name": "openstack-neutron-vpn-agent-0:2014.1.2-2.el6ost.noarch", "product": { "name": "openstack-neutron-vpn-agent-0:2014.1.2-2.el6ost.noarch", "product_id": "openstack-neutron-vpn-agent-0:2014.1.2-2.el6ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-neutron-vpn-agent@2014.1.2-2.el6ost?arch=noarch" } } }, { "category": "product_version", "name": "openstack-neutron-midonet-0:2014.1.2-2.el6ost.noarch", "product": { "name": "openstack-neutron-midonet-0:2014.1.2-2.el6ost.noarch", "product_id": "openstack-neutron-midonet-0:2014.1.2-2.el6ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-neutron-midonet@2014.1.2-2.el6ost?arch=noarch" } } }, { "category": "product_version", "name": "openstack-neutron-0:2014.1.2-2.el6ost.noarch", "product": { "name": "openstack-neutron-0:2014.1.2-2.el6ost.noarch", "product_id": "openstack-neutron-0:2014.1.2-2.el6ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-neutron@2014.1.2-2.el6ost?arch=noarch" } } }, { "category": "product_version", "name": "openstack-neutron-brocade-0:2014.1.2-2.el6ost.noarch", "product": { "name": "openstack-neutron-brocade-0:2014.1.2-2.el6ost.noarch", "product_id": "openstack-neutron-brocade-0:2014.1.2-2.el6ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-neutron-brocade@2014.1.2-2.el6ost?arch=noarch" } } }, { "category": "product_version", "name": "openstack-neutron-ryu-0:2014.1.2-2.el6ost.noarch", "product": { "name": "openstack-neutron-ryu-0:2014.1.2-2.el6ost.noarch", "product_id": "openstack-neutron-ryu-0:2014.1.2-2.el6ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-neutron-ryu@2014.1.2-2.el6ost?arch=noarch" } } }, { "category": "product_version", "name": "openstack-neutron-metering-agent-0:2014.1.2-2.el6ost.noarch", "product": { "name": "openstack-neutron-metering-agent-0:2014.1.2-2.el6ost.noarch", "product_id": "openstack-neutron-metering-agent-0:2014.1.2-2.el6ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-neutron-metering-agent@2014.1.2-2.el6ost?arch=noarch" } } }, { "category": "product_version", "name": "openstack-neutron-vmware-0:2014.1.2-2.el6ost.noarch", "product": { "name": "openstack-neutron-vmware-0:2014.1.2-2.el6ost.noarch", "product_id": "openstack-neutron-vmware-0:2014.1.2-2.el6ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-neutron-vmware@2014.1.2-2.el6ost?arch=noarch" } } }, { "category": "product_version", "name": "openstack-neutron-openvswitch-0:2014.1.2-2.el6ost.noarch", "product": { "name": "openstack-neutron-openvswitch-0:2014.1.2-2.el6ost.noarch", "product_id": "openstack-neutron-openvswitch-0:2014.1.2-2.el6ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-neutron-openvswitch@2014.1.2-2.el6ost?arch=noarch" } } }, { "category": "product_version", "name": "openstack-neutron-ml2-0:2014.1.2-2.el6ost.noarch", "product": { "name": "openstack-neutron-ml2-0:2014.1.2-2.el6ost.noarch", "product_id": "openstack-neutron-ml2-0:2014.1.2-2.el6ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-neutron-ml2@2014.1.2-2.el6ost?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "openstack-neutron-0:2014.1.2-2.el6ost.src", "product": { "name": "openstack-neutron-0:2014.1.2-2.el6ost.src", "product_id": "openstack-neutron-0:2014.1.2-2.el6ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-neutron@2014.1.2-2.el6ost?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openstack-neutron-0:2014.1.2-2.el6ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 6", "product_id": "6Server-RH6-RHOS-5.0:openstack-neutron-0:2014.1.2-2.el6ost.noarch" }, "product_reference": "openstack-neutron-0:2014.1.2-2.el6ost.noarch", "relates_to_product_reference": "6Server-RH6-RHOS-5.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-neutron-0:2014.1.2-2.el6ost.src as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 6", "product_id": "6Server-RH6-RHOS-5.0:openstack-neutron-0:2014.1.2-2.el6ost.src" }, "product_reference": "openstack-neutron-0:2014.1.2-2.el6ost.src", "relates_to_product_reference": "6Server-RH6-RHOS-5.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-neutron-bigswitch-0:2014.1.2-2.el6ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 6", "product_id": "6Server-RH6-RHOS-5.0:openstack-neutron-bigswitch-0:2014.1.2-2.el6ost.noarch" }, "product_reference": "openstack-neutron-bigswitch-0:2014.1.2-2.el6ost.noarch", "relates_to_product_reference": "6Server-RH6-RHOS-5.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-neutron-brocade-0:2014.1.2-2.el6ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 6", "product_id": "6Server-RH6-RHOS-5.0:openstack-neutron-brocade-0:2014.1.2-2.el6ost.noarch" }, "product_reference": "openstack-neutron-brocade-0:2014.1.2-2.el6ost.noarch", "relates_to_product_reference": "6Server-RH6-RHOS-5.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-neutron-cisco-0:2014.1.2-2.el6ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 6", "product_id": "6Server-RH6-RHOS-5.0:openstack-neutron-cisco-0:2014.1.2-2.el6ost.noarch" }, "product_reference": "openstack-neutron-cisco-0:2014.1.2-2.el6ost.noarch", "relates_to_product_reference": "6Server-RH6-RHOS-5.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-neutron-hyperv-0:2014.1.2-2.el6ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 6", "product_id": "6Server-RH6-RHOS-5.0:openstack-neutron-hyperv-0:2014.1.2-2.el6ost.noarch" }, "product_reference": "openstack-neutron-hyperv-0:2014.1.2-2.el6ost.noarch", "relates_to_product_reference": "6Server-RH6-RHOS-5.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-neutron-ibm-0:2014.1.2-2.el6ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 6", "product_id": "6Server-RH6-RHOS-5.0:openstack-neutron-ibm-0:2014.1.2-2.el6ost.noarch" }, "product_reference": "openstack-neutron-ibm-0:2014.1.2-2.el6ost.noarch", "relates_to_product_reference": "6Server-RH6-RHOS-5.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-neutron-linuxbridge-0:2014.1.2-2.el6ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 6", "product_id": "6Server-RH6-RHOS-5.0:openstack-neutron-linuxbridge-0:2014.1.2-2.el6ost.noarch" }, "product_reference": "openstack-neutron-linuxbridge-0:2014.1.2-2.el6ost.noarch", "relates_to_product_reference": "6Server-RH6-RHOS-5.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-neutron-mellanox-0:2014.1.2-2.el6ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 6", "product_id": "6Server-RH6-RHOS-5.0:openstack-neutron-mellanox-0:2014.1.2-2.el6ost.noarch" }, "product_reference": "openstack-neutron-mellanox-0:2014.1.2-2.el6ost.noarch", "relates_to_product_reference": "6Server-RH6-RHOS-5.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-neutron-metaplugin-0:2014.1.2-2.el6ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 6", "product_id": "6Server-RH6-RHOS-5.0:openstack-neutron-metaplugin-0:2014.1.2-2.el6ost.noarch" }, "product_reference": "openstack-neutron-metaplugin-0:2014.1.2-2.el6ost.noarch", "relates_to_product_reference": "6Server-RH6-RHOS-5.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-neutron-metering-agent-0:2014.1.2-2.el6ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 6", "product_id": "6Server-RH6-RHOS-5.0:openstack-neutron-metering-agent-0:2014.1.2-2.el6ost.noarch" }, "product_reference": "openstack-neutron-metering-agent-0:2014.1.2-2.el6ost.noarch", "relates_to_product_reference": "6Server-RH6-RHOS-5.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-neutron-midonet-0:2014.1.2-2.el6ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 6", "product_id": "6Server-RH6-RHOS-5.0:openstack-neutron-midonet-0:2014.1.2-2.el6ost.noarch" }, "product_reference": "openstack-neutron-midonet-0:2014.1.2-2.el6ost.noarch", "relates_to_product_reference": "6Server-RH6-RHOS-5.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-neutron-ml2-0:2014.1.2-2.el6ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 6", "product_id": "6Server-RH6-RHOS-5.0:openstack-neutron-ml2-0:2014.1.2-2.el6ost.noarch" }, "product_reference": "openstack-neutron-ml2-0:2014.1.2-2.el6ost.noarch", "relates_to_product_reference": "6Server-RH6-RHOS-5.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-neutron-nec-0:2014.1.2-2.el6ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 6", "product_id": "6Server-RH6-RHOS-5.0:openstack-neutron-nec-0:2014.1.2-2.el6ost.noarch" }, "product_reference": "openstack-neutron-nec-0:2014.1.2-2.el6ost.noarch", "relates_to_product_reference": "6Server-RH6-RHOS-5.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-neutron-ofagent-0:2014.1.2-2.el6ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 6", "product_id": "6Server-RH6-RHOS-5.0:openstack-neutron-ofagent-0:2014.1.2-2.el6ost.noarch" }, "product_reference": "openstack-neutron-ofagent-0:2014.1.2-2.el6ost.noarch", "relates_to_product_reference": "6Server-RH6-RHOS-5.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-neutron-oneconvergence-nvsd-0:2014.1.2-2.el6ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 6", "product_id": "6Server-RH6-RHOS-5.0:openstack-neutron-oneconvergence-nvsd-0:2014.1.2-2.el6ost.noarch" }, "product_reference": "openstack-neutron-oneconvergence-nvsd-0:2014.1.2-2.el6ost.noarch", "relates_to_product_reference": "6Server-RH6-RHOS-5.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-neutron-openvswitch-0:2014.1.2-2.el6ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 6", "product_id": "6Server-RH6-RHOS-5.0:openstack-neutron-openvswitch-0:2014.1.2-2.el6ost.noarch" }, "product_reference": "openstack-neutron-openvswitch-0:2014.1.2-2.el6ost.noarch", "relates_to_product_reference": "6Server-RH6-RHOS-5.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-neutron-plumgrid-0:2014.1.2-2.el6ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 6", "product_id": "6Server-RH6-RHOS-5.0:openstack-neutron-plumgrid-0:2014.1.2-2.el6ost.noarch" }, "product_reference": "openstack-neutron-plumgrid-0:2014.1.2-2.el6ost.noarch", "relates_to_product_reference": "6Server-RH6-RHOS-5.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-neutron-ryu-0:2014.1.2-2.el6ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 6", "product_id": "6Server-RH6-RHOS-5.0:openstack-neutron-ryu-0:2014.1.2-2.el6ost.noarch" }, "product_reference": "openstack-neutron-ryu-0:2014.1.2-2.el6ost.noarch", "relates_to_product_reference": "6Server-RH6-RHOS-5.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-neutron-vmware-0:2014.1.2-2.el6ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 6", "product_id": "6Server-RH6-RHOS-5.0:openstack-neutron-vmware-0:2014.1.2-2.el6ost.noarch" }, "product_reference": "openstack-neutron-vmware-0:2014.1.2-2.el6ost.noarch", "relates_to_product_reference": "6Server-RH6-RHOS-5.0" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-neutron-vpn-agent-0:2014.1.2-2.el6ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 6", "product_id": "6Server-RH6-RHOS-5.0:openstack-neutron-vpn-agent-0:2014.1.2-2.el6ost.noarch" }, "product_reference": "openstack-neutron-vpn-agent-0:2014.1.2-2.el6ost.noarch", "relates_to_product_reference": "6Server-RH6-RHOS-5.0" }, { "category": "default_component_of", "full_product_name": { "name": "python-neutron-0:2014.1.2-2.el6ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 6", "product_id": "6Server-RH6-RHOS-5.0:python-neutron-0:2014.1.2-2.el6ost.noarch" }, "product_reference": "python-neutron-0:2014.1.2-2.el6ost.noarch", "relates_to_product_reference": "6Server-RH6-RHOS-5.0" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "OpenStack project" ] }, { "names": [ "Liping Mao" ], "organization": "Cisco", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2014-3555", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2014-07-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1118833" } ], "notes": [ { "category": "description", "text": "A denial of service flaw was found in neutron\u0027s handling of allowed address pairs. As there was no enforced quota on the amount of allowed address pairs, a sufficiently authorized user could possibly create a large number of firewall rules, impacting performance or potentially rendering a compute node unusable.", "title": "Vulnerability description" }, { "category": "summary", "text": "openstack-neutron: Denial of Service in Neutron allowed address pair", "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": [ "6Server-RH6-RHOS-5.0:openstack-neutron-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-0:2014.1.2-2.el6ost.src", "6Server-RH6-RHOS-5.0:openstack-neutron-bigswitch-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-brocade-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-cisco-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-hyperv-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-ibm-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-linuxbridge-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-mellanox-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-metaplugin-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-metering-agent-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-midonet-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-ml2-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-nec-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-ofagent-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-oneconvergence-nvsd-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-openvswitch-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-plumgrid-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-ryu-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-vmware-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-vpn-agent-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:python-neutron-0:2014.1.2-2.el6ost.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2014-3555" }, { "category": "external", "summary": "RHBZ#1118833", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1118833" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2014-3555", "url": "https://www.cve.org/CVERecord?id=CVE-2014-3555" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2014-3555", "url": "https://nvd.nist.gov/vuln/detail/CVE-2014-3555" } ], "release_date": "2014-07-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2014-09-02T17:58:36+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to use the\nRed Hat Network to apply this update are available at\nhttps://access.redhat.com/articles/11258", "product_ids": [ "6Server-RH6-RHOS-5.0:openstack-neutron-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-0:2014.1.2-2.el6ost.src", "6Server-RH6-RHOS-5.0:openstack-neutron-bigswitch-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-brocade-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-cisco-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-hyperv-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-ibm-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-linuxbridge-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-mellanox-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-metaplugin-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-metering-agent-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-midonet-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-ml2-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-nec-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-ofagent-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-oneconvergence-nvsd-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-openvswitch-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-plumgrid-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-ryu-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-vmware-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-vpn-agent-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:python-neutron-0:2014.1.2-2.el6ost.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2014:1120" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "PARTIAL", "baseScore": 3.5, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:S/C:N/I:N/A:P", "version": "2.0" }, "products": [ "6Server-RH6-RHOS-5.0:openstack-neutron-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-0:2014.1.2-2.el6ost.src", "6Server-RH6-RHOS-5.0:openstack-neutron-bigswitch-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-brocade-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-cisco-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-hyperv-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-ibm-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-linuxbridge-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-mellanox-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-metaplugin-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-metering-agent-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-midonet-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-ml2-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-nec-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-ofagent-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-oneconvergence-nvsd-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-openvswitch-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-plumgrid-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-ryu-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-vmware-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:openstack-neutron-vpn-agent-0:2014.1.2-2.el6ost.noarch", "6Server-RH6-RHOS-5.0:python-neutron-0:2014.1.2-2.el6ost.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "openstack-neutron: Denial of Service in Neutron allowed address pair" } ] }
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.