rhba-2015_1659
Vulnerability from csaf_redhat
Published
2015-08-24 14:47
Modified
2024-11-14 18:07
Summary
Red Hat Bug Fix Advisory: Red Hat Enterprise Linux OpenStack Platform Bug Fix and Enhancement Advisory

Notes

Topic
Updated packages that resolve various issues are now available for Red Hat Enterprise Linux OpenStack Platform 6.0 (Juno) for RHEL 7.
Details
Red Hat Enterprise Linux OpenStack Platform provides the facilities for building a private or public infrastructure-as-a-service (IaaS) cloud running on commonly available physical hardware. This update addresses the following issues: * This package rebases mariadb-galera to 5.5.42, fixing an issue where duplicate key errors would occur during INSERT statements, when performed during the period when database connectivity was moving to another Galera node, and when the first node was entering a non-available state. (BZ#1240114) * Previously, a call to the 'sed' command within 'mysqld_safe.sh' (to certain command line arguments) failed to accommodate arguments which include a slash, such as the paths to SSL key and certificate files which are passed through this function. Consequently, the 'mysqld_safe.sh' script produced warnings of the form "unknown option to `s'". However, the script continued to work correctly, as these arguments are not actually needed in this specific context. This update addresses this issue by correcting the call to 'sed' so that SSL arguments which include slashes are properly interpreted. As a result, the warnings regarding 'sed' are now resolved. (BZ#1134033) * Previously, a default logrotate configuration was not provided. This update adds a default config, rotating based on log size rather than time, avoiding long logs as per current RHEL OpenStack Platform standards. (BZ#1212488) * Previously, the HDP plug-in installed the 'Extra Packages for Enterprise Linux (EPEL)' repo on cluster generation, even though neither the plug-in nor the saraha-image-elements package used the repo. Consequently, a potentially error-prone step was introduced into HDP cluster generation; in addition, these clusters may potentially update to unsupported packages. With this update, the repo is no longer installed by the HDP plug-in. (BZ#1231922) * Previously, the neutron VPN agent received an incorrect SELinux context. Consequently, SELinux was causing the VPN agent to fail. This update addresses this issue by changing the type to 'neutron_vpn_agent_t'. As a result, the VPN agent now runs as expected. (BZ#1238360) * Previously, SELinux prevented glance from creating a symlink. Consequently, users could not use /home/glance to replace /var/lib/glance. This fix addresses the issue by granting Image Service permission to create a symlink to glance types. As a result, users can now free up space in the / directory by symlinking /var/lib/glance to /home/glance. (BZ#1210271) * Previously, glance's VMware vSphere store failed to handle 401 errors correctly. These errors were raised after the vSphere session had expired, causing long-standing operations, such as snapshots, to fail. This update resolves the issue, allowing these operations to succeed. (BZ#1200075) * Previously, oslo.messaging could enter a loop while waiting for messages, if RabbitMQ had died. This update adds a more precise timeout handling for message consumption, allowing the poll operations on specific connections to end whenever such scenarios occur. (BZ#1188304) * This update addresses potential race conditions involving the 'oslo' messaging backend used in RabbitMQ. (BZ#1188309) * Previously, the GM process would send a message to terminate all slaves once the master process terminated, but would not wait for confirmation that the slaves had received this message before terminating itself. As a result, a slave that did not receive the message would detect that the master GM process had terminated and promote itself to master, causing the previous master process to hang. With this update, the GM process now waits for its broadcast buffer to empty before terminating. This results in all slaves receiving the message to terminate, allowing the master process to terminate as expected. (BZ#1239141) * This rebase package contains an updated snapshot from the LTS upstream 'branch-2.3' that includes multiple bugfixes. (BZ#1250221)
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 packages that resolve various issues are now available for Red Hat\nEnterprise Linux OpenStack Platform 6.0 (Juno) for RHEL 7.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Red Hat Enterprise Linux OpenStack Platform provides the facilities for\nbuilding a private or public infrastructure-as-a-service (IaaS) cloud\nrunning on commonly available physical hardware.\n\nThis update addresses the following issues:\n\n* This package rebases mariadb-galera to 5.5.42, fixing an issue where duplicate key errors would occur during INSERT statements, when performed during the period when database connectivity was moving to another Galera node, and when the first node was entering a non-available state. (BZ#1240114)\n\n* Previously, a call to the \u0027sed\u0027 command within \u0027mysqld_safe.sh\u0027 (to certain command line arguments) failed to accommodate arguments which include a slash, such as the paths to SSL key and certificate files which are passed through this function. \nConsequently, the \u0027mysqld_safe.sh\u0027 script produced warnings of the form \"unknown option to `s\u0027\". However, the script continued to work correctly, as these arguments are not actually needed in this specific context. \nThis update addresses this issue by correcting the call to \u0027sed\u0027 so that SSL arguments which include slashes are properly interpreted. \nAs a result, the warnings regarding \u0027sed\u0027 are now resolved. (BZ#1134033)\n\n* Previously, a default logrotate configuration was not provided. This update adds a default config, rotating based on log size rather than time, avoiding long logs as per current RHEL OpenStack Platform standards. (BZ#1212488)\n\n* Previously, the HDP plug-in installed the \u0027Extra Packages for Enterprise Linux (EPEL)\u0027 repo on cluster generation, even though neither the plug-in nor the saraha-image-elements package used the repo. Consequently, a potentially error-prone step was introduced into HDP cluster generation; in addition, these clusters may potentially update to unsupported packages. \nWith this update, the repo is no longer installed by the HDP plug-in. (BZ#1231922)\n\n* Previously, the neutron VPN agent received an incorrect SELinux context. Consequently, SELinux was causing the VPN agent to fail. \nThis update addresses this issue by changing the type to \u0027neutron_vpn_agent_t\u0027. \nAs a result, the VPN agent now runs as expected. (BZ#1238360)\n\n* Previously, SELinux prevented glance from creating a symlink. Consequently, users could not use /home/glance to replace /var/lib/glance. \nThis fix addresses the issue by granting Image Service permission to create a symlink to glance types. \nAs a result, users can now free up space in the / directory by symlinking /var/lib/glance to /home/glance. (BZ#1210271)\n\n* Previously, glance\u0027s VMware vSphere store failed to handle 401 errors correctly. These errors were raised after the vSphere session had expired, causing long-standing operations, such as snapshots, to fail. This update resolves the issue, allowing these operations to succeed. (BZ#1200075)\n\n* Previously, oslo.messaging could enter a loop while waiting for messages, if RabbitMQ had died. \nThis update adds a more precise timeout handling for message consumption, allowing the poll operations on specific connections to end whenever such scenarios occur. (BZ#1188304)\n\n* This update addresses potential race conditions involving the \u0027oslo\u0027 messaging backend used in RabbitMQ. (BZ#1188309)\n\n* Previously, the GM process would send a message to terminate all slaves  once the master process terminated, but would not wait for confirmation that the slaves had received this message before terminating itself. As a result, a slave that did not receive the message would detect that the master GM process had terminated and promote itself to master, causing the previous master process to hang.\nWith this update, the GM process now waits for its broadcast buffer to empty before terminating. This results in all slaves receiving the message to terminate, allowing the master process to terminate as expected. (BZ#1239141)\n\n* This rebase package contains an updated snapshot from the LTS upstream \u0027branch-2.3\u0027 that includes multiple bugfixes. (BZ#1250221)",
        "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/RHBA-2015:1659",
        "url": "https://access.redhat.com/errata/RHBA-2015:1659"
      },
      {
        "category": "external",
        "summary": "1134033",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1134033"
      },
      {
        "category": "external",
        "summary": "1160343",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1160343"
      },
      {
        "category": "external",
        "summary": "1188304",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1188304"
      },
      {
        "category": "external",
        "summary": "1188309",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1188309"
      },
      {
        "category": "external",
        "summary": "1200075",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1200075"
      },
      {
        "category": "external",
        "summary": "1231922",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1231922"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2015/rhba-2015_1659.json"
      }
    ],
    "title": "Red Hat Bug Fix Advisory: Red Hat Enterprise Linux OpenStack Platform Bug Fix and Enhancement Advisory",
    "tracking": {
      "current_release_date": "2024-11-14T18:07:43+00:00",
      "generator": {
        "date": "2024-11-14T18:07:43+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.2.0"
        }
      },
      "id": "RHBA-2015:1659",
      "initial_release_date": "2015-08-24T14:47:56+00:00",
      "revision_history": [
        {
          "date": "2015-08-24T14:47:56+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2015-08-24T14:47:56+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2024-11-14T18:07:43+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 6.0 (Juno) for RHEL 7",
                "product": {
                  "name": "Red Hat Enterprise Linux OpenStack Platform 6.0 (Juno) for RHEL 7",
                  "product_id": "7Server-RH7-RHOS-6.0",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:openstack:6::el7"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat OpenStack Platform"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "rabbitmq-server-0:3.3.5-4.el7ost.noarch",
                "product": {
                  "name": "rabbitmq-server-0:3.3.5-4.el7ost.noarch",
                  "product_id": "rabbitmq-server-0:3.3.5-4.el7ost.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rabbitmq-server@3.3.5-4.el7ost?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openstack-selinux-0:0.6.37-1.el7ost.noarch",
                "product": {
                  "name": "openstack-selinux-0:0.6.37-1.el7ost.noarch",
                  "product_id": "openstack-selinux-0:0.6.37-1.el7ost.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openstack-selinux@0.6.37-1.el7ost?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-oslo-messaging-0:1.4.1-5.el7ost.noarch",
                "product": {
                  "name": "python-oslo-messaging-0:1.4.1-5.el7ost.noarch",
                  "product_id": "python-oslo-messaging-0:1.4.1-5.el7ost.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-oslo-messaging@1.4.1-5.el7ost?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-oslo-messaging-doc-0:1.4.1-5.el7ost.noarch",
                "product": {
                  "name": "python-oslo-messaging-doc-0:1.4.1-5.el7ost.noarch",
                  "product_id": "python-oslo-messaging-doc-0:1.4.1-5.el7ost.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-oslo-messaging-doc@1.4.1-5.el7ost?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-openvswitch-0:2.3.2-1.git20150730.el7_1.noarch",
                "product": {
                  "name": "python-openvswitch-0:2.3.2-1.git20150730.el7_1.noarch",
                  "product_id": "python-openvswitch-0:2.3.2-1.git20150730.el7_1.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-openvswitch@2.3.2-1.git20150730.el7_1?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openstack-sahara-0:2014.2.3-3.el7ost.noarch",
                "product": {
                  "name": "openstack-sahara-0:2014.2.3-3.el7ost.noarch",
                  "product_id": "openstack-sahara-0:2014.2.3-3.el7ost.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openstack-sahara@2014.2.3-3.el7ost?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openstack-sahara-doc-0:2014.2.3-3.el7ost.noarch",
                "product": {
                  "name": "openstack-sahara-doc-0:2014.2.3-3.el7ost.noarch",
                  "product_id": "openstack-sahara-doc-0:2014.2.3-3.el7ost.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openstack-sahara-doc@2014.2.3-3.el7ost?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-glance-store-0:0.1.10-4.el7ost.noarch",
                "product": {
                  "name": "python-glance-store-0:0.1.10-4.el7ost.noarch",
                  "product_id": "python-glance-store-0:0.1.10-4.el7ost.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-glance-store@0.1.10-4.el7ost?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "rabbitmq-server-0:3.3.5-4.el7ost.src",
                "product": {
                  "name": "rabbitmq-server-0:3.3.5-4.el7ost.src",
                  "product_id": "rabbitmq-server-0:3.3.5-4.el7ost.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rabbitmq-server@3.3.5-4.el7ost?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openstack-selinux-0:0.6.37-1.el7ost.src",
                "product": {
                  "name": "openstack-selinux-0:0.6.37-1.el7ost.src",
                  "product_id": "openstack-selinux-0:0.6.37-1.el7ost.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openstack-selinux@0.6.37-1.el7ost?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-oslo-messaging-0:1.4.1-5.el7ost.src",
                "product": {
                  "name": "python-oslo-messaging-0:1.4.1-5.el7ost.src",
                  "product_id": "python-oslo-messaging-0:1.4.1-5.el7ost.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-oslo-messaging@1.4.1-5.el7ost?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openvswitch-0:2.3.2-1.git20150730.el7_1.src",
                "product": {
                  "name": "openvswitch-0:2.3.2-1.git20150730.el7_1.src",
                  "product_id": "openvswitch-0:2.3.2-1.git20150730.el7_1.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openvswitch@2.3.2-1.git20150730.el7_1?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mariadb-galera-1:5.5.42-1.el7ost.src",
                "product": {
                  "name": "mariadb-galera-1:5.5.42-1.el7ost.src",
                  "product_id": "mariadb-galera-1:5.5.42-1.el7ost.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mariadb-galera@5.5.42-1.el7ost?arch=src\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openstack-sahara-0:2014.2.3-3.el7ost.src",
                "product": {
                  "name": "openstack-sahara-0:2014.2.3-3.el7ost.src",
                  "product_id": "openstack-sahara-0:2014.2.3-3.el7ost.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openstack-sahara@2014.2.3-3.el7ost?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-glance-store-0:0.1.10-4.el7ost.src",
                "product": {
                  "name": "python-glance-store-0:0.1.10-4.el7ost.src",
                  "product_id": "python-glance-store-0:0.1.10-4.el7ost.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-glance-store@0.1.10-4.el7ost?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openvswitch-0:2.3.2-1.git20150730.el7_1.x86_64",
                "product": {
                  "name": "openvswitch-0:2.3.2-1.git20150730.el7_1.x86_64",
                  "product_id": "openvswitch-0:2.3.2-1.git20150730.el7_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openvswitch@2.3.2-1.git20150730.el7_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openvswitch-debuginfo-0:2.3.2-1.git20150730.el7_1.x86_64",
                "product": {
                  "name": "openvswitch-debuginfo-0:2.3.2-1.git20150730.el7_1.x86_64",
                  "product_id": "openvswitch-debuginfo-0:2.3.2-1.git20150730.el7_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openvswitch-debuginfo@2.3.2-1.git20150730.el7_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mariadb-galera-debuginfo-1:5.5.42-1.el7ost.x86_64",
                "product": {
                  "name": "mariadb-galera-debuginfo-1:5.5.42-1.el7ost.x86_64",
                  "product_id": "mariadb-galera-debuginfo-1:5.5.42-1.el7ost.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mariadb-galera-debuginfo@5.5.42-1.el7ost?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mariadb-galera-common-1:5.5.42-1.el7ost.x86_64",
                "product": {
                  "name": "mariadb-galera-common-1:5.5.42-1.el7ost.x86_64",
                  "product_id": "mariadb-galera-common-1:5.5.42-1.el7ost.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mariadb-galera-common@5.5.42-1.el7ost?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mariadb-galera-server-1:5.5.42-1.el7ost.x86_64",
                "product": {
                  "name": "mariadb-galera-server-1:5.5.42-1.el7ost.x86_64",
                  "product_id": "mariadb-galera-server-1:5.5.42-1.el7ost.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mariadb-galera-server@5.5.42-1.el7ost?arch=x86_64\u0026epoch=1"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mariadb-galera-1:5.5.42-1.el7ost.src as a component of Red Hat Enterprise Linux OpenStack Platform 6.0 (Juno) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-6.0:mariadb-galera-1:5.5.42-1.el7ost.src"
        },
        "product_reference": "mariadb-galera-1:5.5.42-1.el7ost.src",
        "relates_to_product_reference": "7Server-RH7-RHOS-6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mariadb-galera-common-1:5.5.42-1.el7ost.x86_64 as a component of Red Hat Enterprise Linux OpenStack Platform 6.0 (Juno) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-6.0:mariadb-galera-common-1:5.5.42-1.el7ost.x86_64"
        },
        "product_reference": "mariadb-galera-common-1:5.5.42-1.el7ost.x86_64",
        "relates_to_product_reference": "7Server-RH7-RHOS-6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mariadb-galera-debuginfo-1:5.5.42-1.el7ost.x86_64 as a component of Red Hat Enterprise Linux OpenStack Platform 6.0 (Juno) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-6.0:mariadb-galera-debuginfo-1:5.5.42-1.el7ost.x86_64"
        },
        "product_reference": "mariadb-galera-debuginfo-1:5.5.42-1.el7ost.x86_64",
        "relates_to_product_reference": "7Server-RH7-RHOS-6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mariadb-galera-server-1:5.5.42-1.el7ost.x86_64 as a component of Red Hat Enterprise Linux OpenStack Platform 6.0 (Juno) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-6.0:mariadb-galera-server-1:5.5.42-1.el7ost.x86_64"
        },
        "product_reference": "mariadb-galera-server-1:5.5.42-1.el7ost.x86_64",
        "relates_to_product_reference": "7Server-RH7-RHOS-6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openstack-sahara-0:2014.2.3-3.el7ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 6.0 (Juno) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-6.0:openstack-sahara-0:2014.2.3-3.el7ost.noarch"
        },
        "product_reference": "openstack-sahara-0:2014.2.3-3.el7ost.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOS-6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openstack-sahara-0:2014.2.3-3.el7ost.src as a component of Red Hat Enterprise Linux OpenStack Platform 6.0 (Juno) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-6.0:openstack-sahara-0:2014.2.3-3.el7ost.src"
        },
        "product_reference": "openstack-sahara-0:2014.2.3-3.el7ost.src",
        "relates_to_product_reference": "7Server-RH7-RHOS-6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openstack-sahara-doc-0:2014.2.3-3.el7ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 6.0 (Juno) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-6.0:openstack-sahara-doc-0:2014.2.3-3.el7ost.noarch"
        },
        "product_reference": "openstack-sahara-doc-0:2014.2.3-3.el7ost.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOS-6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openstack-selinux-0:0.6.37-1.el7ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 6.0 (Juno) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-6.0:openstack-selinux-0:0.6.37-1.el7ost.noarch"
        },
        "product_reference": "openstack-selinux-0:0.6.37-1.el7ost.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOS-6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openstack-selinux-0:0.6.37-1.el7ost.src as a component of Red Hat Enterprise Linux OpenStack Platform 6.0 (Juno) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-6.0:openstack-selinux-0:0.6.37-1.el7ost.src"
        },
        "product_reference": "openstack-selinux-0:0.6.37-1.el7ost.src",
        "relates_to_product_reference": "7Server-RH7-RHOS-6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openvswitch-0:2.3.2-1.git20150730.el7_1.src as a component of Red Hat Enterprise Linux OpenStack Platform 6.0 (Juno) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-6.0:openvswitch-0:2.3.2-1.git20150730.el7_1.src"
        },
        "product_reference": "openvswitch-0:2.3.2-1.git20150730.el7_1.src",
        "relates_to_product_reference": "7Server-RH7-RHOS-6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openvswitch-0:2.3.2-1.git20150730.el7_1.x86_64 as a component of Red Hat Enterprise Linux OpenStack Platform 6.0 (Juno) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-6.0:openvswitch-0:2.3.2-1.git20150730.el7_1.x86_64"
        },
        "product_reference": "openvswitch-0:2.3.2-1.git20150730.el7_1.x86_64",
        "relates_to_product_reference": "7Server-RH7-RHOS-6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openvswitch-debuginfo-0:2.3.2-1.git20150730.el7_1.x86_64 as a component of Red Hat Enterprise Linux OpenStack Platform 6.0 (Juno) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-6.0:openvswitch-debuginfo-0:2.3.2-1.git20150730.el7_1.x86_64"
        },
        "product_reference": "openvswitch-debuginfo-0:2.3.2-1.git20150730.el7_1.x86_64",
        "relates_to_product_reference": "7Server-RH7-RHOS-6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-glance-store-0:0.1.10-4.el7ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 6.0 (Juno) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-6.0:python-glance-store-0:0.1.10-4.el7ost.noarch"
        },
        "product_reference": "python-glance-store-0:0.1.10-4.el7ost.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOS-6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-glance-store-0:0.1.10-4.el7ost.src as a component of Red Hat Enterprise Linux OpenStack Platform 6.0 (Juno) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-6.0:python-glance-store-0:0.1.10-4.el7ost.src"
        },
        "product_reference": "python-glance-store-0:0.1.10-4.el7ost.src",
        "relates_to_product_reference": "7Server-RH7-RHOS-6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-openvswitch-0:2.3.2-1.git20150730.el7_1.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 6.0 (Juno) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-6.0:python-openvswitch-0:2.3.2-1.git20150730.el7_1.noarch"
        },
        "product_reference": "python-openvswitch-0:2.3.2-1.git20150730.el7_1.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOS-6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-oslo-messaging-0:1.4.1-5.el7ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 6.0 (Juno) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-6.0:python-oslo-messaging-0:1.4.1-5.el7ost.noarch"
        },
        "product_reference": "python-oslo-messaging-0:1.4.1-5.el7ost.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOS-6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-oslo-messaging-0:1.4.1-5.el7ost.src as a component of Red Hat Enterprise Linux OpenStack Platform 6.0 (Juno) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-6.0:python-oslo-messaging-0:1.4.1-5.el7ost.src"
        },
        "product_reference": "python-oslo-messaging-0:1.4.1-5.el7ost.src",
        "relates_to_product_reference": "7Server-RH7-RHOS-6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-oslo-messaging-doc-0:1.4.1-5.el7ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 6.0 (Juno) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-6.0:python-oslo-messaging-doc-0:1.4.1-5.el7ost.noarch"
        },
        "product_reference": "python-oslo-messaging-doc-0:1.4.1-5.el7ost.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOS-6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rabbitmq-server-0:3.3.5-4.el7ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 6.0 (Juno) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-6.0:rabbitmq-server-0:3.3.5-4.el7ost.noarch"
        },
        "product_reference": "rabbitmq-server-0:3.3.5-4.el7ost.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOS-6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rabbitmq-server-0:3.3.5-4.el7ost.src as a component of Red Hat Enterprise Linux OpenStack Platform 6.0 (Juno) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-6.0:rabbitmq-server-0:3.3.5-4.el7ost.src"
        },
        "product_reference": "rabbitmq-server-0:3.3.5-4.el7ost.src",
        "relates_to_product_reference": "7Server-RH7-RHOS-6.0"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2015-0433",
      "discovery_date": "2015-04-15T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1212776"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Unspecified vulnerability in Oracle MySQL Server 5.5.41 and earlier, and 5.6.22 and earlier, allows remote authenticated users to affect availability via vectors related to InnoDB : DML.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "mysql: unspecified vulnerability related to Server:InnoDB:DML (CPU April 2015)",
          "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-RHOS-6.0:mariadb-galera-1:5.5.42-1.el7ost.src",
          "7Server-RH7-RHOS-6.0:mariadb-galera-common-1:5.5.42-1.el7ost.x86_64",
          "7Server-RH7-RHOS-6.0:mariadb-galera-debuginfo-1:5.5.42-1.el7ost.x86_64",
          "7Server-RH7-RHOS-6.0:mariadb-galera-server-1:5.5.42-1.el7ost.x86_64",
          "7Server-RH7-RHOS-6.0:openstack-sahara-0:2014.2.3-3.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:openstack-sahara-0:2014.2.3-3.el7ost.src",
          "7Server-RH7-RHOS-6.0:openstack-sahara-doc-0:2014.2.3-3.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:openstack-selinux-0:0.6.37-1.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:openstack-selinux-0:0.6.37-1.el7ost.src",
          "7Server-RH7-RHOS-6.0:openvswitch-0:2.3.2-1.git20150730.el7_1.src",
          "7Server-RH7-RHOS-6.0:openvswitch-0:2.3.2-1.git20150730.el7_1.x86_64",
          "7Server-RH7-RHOS-6.0:openvswitch-debuginfo-0:2.3.2-1.git20150730.el7_1.x86_64",
          "7Server-RH7-RHOS-6.0:python-glance-store-0:0.1.10-4.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:python-glance-store-0:0.1.10-4.el7ost.src",
          "7Server-RH7-RHOS-6.0:python-openvswitch-0:2.3.2-1.git20150730.el7_1.noarch",
          "7Server-RH7-RHOS-6.0:python-oslo-messaging-0:1.4.1-5.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:python-oslo-messaging-0:1.4.1-5.el7ost.src",
          "7Server-RH7-RHOS-6.0:python-oslo-messaging-doc-0:1.4.1-5.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:rabbitmq-server-0:3.3.5-4.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:rabbitmq-server-0:3.3.5-4.el7ost.src"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2015-0433"
        },
        {
          "category": "external",
          "summary": "RHBZ#1212776",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1212776"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2015-0433",
          "url": "https://www.cve.org/CVERecord?id=CVE-2015-0433"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-0433",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-0433"
        },
        {
          "category": "external",
          "summary": "http://www.oracle.com/technetwork/topics/security/cpuapr2015-2365600.html#AppendixMSQL",
          "url": "http://www.oracle.com/technetwork/topics/security/cpuapr2015-2365600.html#AppendixMSQL"
        }
      ],
      "release_date": "2015-04-15T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2015-08-24T14:47:56+00:00",
          "details": "Before applying this update, ensure all previously released errata relevant\nto your system have been applied.\n\nRed Hat Enterprise Linux OpenStack Platform 6 runs on Red Hat Enterprise\nLinux 7.1.\n\nThe Red Hat Enterprise Linux OpenStack Platform 6 Release Notes contain the\nfollowing:\n* An explanation of the way in which the provided components interact to\nform a working cloud computing environment.\n* Technology Previews, Recommended Practices, and Known Issues.\n* The channels required for Red Hat Enterprise Linux OpenStack Platform 6,\nincluding which channels need to be enabled and disabled.\n\nThe Release Notes are available at:\nhttps://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/6/html/Release_Notes/index.html\n\nThis update is available through the Red Hat Network. Details on how to use\nthe Red Hat Network to apply this update are available at\nhttps://access.redhat.com/site/articles/11258",
          "product_ids": [
            "7Server-RH7-RHOS-6.0:mariadb-galera-1:5.5.42-1.el7ost.src",
            "7Server-RH7-RHOS-6.0:mariadb-galera-common-1:5.5.42-1.el7ost.x86_64",
            "7Server-RH7-RHOS-6.0:mariadb-galera-debuginfo-1:5.5.42-1.el7ost.x86_64",
            "7Server-RH7-RHOS-6.0:mariadb-galera-server-1:5.5.42-1.el7ost.x86_64",
            "7Server-RH7-RHOS-6.0:openstack-sahara-0:2014.2.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:openstack-sahara-0:2014.2.3-3.el7ost.src",
            "7Server-RH7-RHOS-6.0:openstack-sahara-doc-0:2014.2.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:openstack-selinux-0:0.6.37-1.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:openstack-selinux-0:0.6.37-1.el7ost.src",
            "7Server-RH7-RHOS-6.0:openvswitch-0:2.3.2-1.git20150730.el7_1.src",
            "7Server-RH7-RHOS-6.0:openvswitch-0:2.3.2-1.git20150730.el7_1.x86_64",
            "7Server-RH7-RHOS-6.0:openvswitch-debuginfo-0:2.3.2-1.git20150730.el7_1.x86_64",
            "7Server-RH7-RHOS-6.0:python-glance-store-0:0.1.10-4.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:python-glance-store-0:0.1.10-4.el7ost.src",
            "7Server-RH7-RHOS-6.0:python-openvswitch-0:2.3.2-1.git20150730.el7_1.noarch",
            "7Server-RH7-RHOS-6.0:python-oslo-messaging-0:1.4.1-5.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:python-oslo-messaging-0:1.4.1-5.el7ost.src",
            "7Server-RH7-RHOS-6.0:python-oslo-messaging-doc-0:1.4.1-5.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:rabbitmq-server-0:3.3.5-4.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:rabbitmq-server-0:3.3.5-4.el7ost.src"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHBA-2015:1659"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "LOW",
            "accessVector": "NETWORK",
            "authentication": "SINGLE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 4.0,
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "vectorString": "AV:N/AC:L/Au:S/C:N/I:N/A:P",
            "version": "2.0"
          },
          "products": [
            "7Server-RH7-RHOS-6.0:mariadb-galera-1:5.5.42-1.el7ost.src",
            "7Server-RH7-RHOS-6.0:mariadb-galera-common-1:5.5.42-1.el7ost.x86_64",
            "7Server-RH7-RHOS-6.0:mariadb-galera-debuginfo-1:5.5.42-1.el7ost.x86_64",
            "7Server-RH7-RHOS-6.0:mariadb-galera-server-1:5.5.42-1.el7ost.x86_64",
            "7Server-RH7-RHOS-6.0:openstack-sahara-0:2014.2.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:openstack-sahara-0:2014.2.3-3.el7ost.src",
            "7Server-RH7-RHOS-6.0:openstack-sahara-doc-0:2014.2.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:openstack-selinux-0:0.6.37-1.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:openstack-selinux-0:0.6.37-1.el7ost.src",
            "7Server-RH7-RHOS-6.0:openvswitch-0:2.3.2-1.git20150730.el7_1.src",
            "7Server-RH7-RHOS-6.0:openvswitch-0:2.3.2-1.git20150730.el7_1.x86_64",
            "7Server-RH7-RHOS-6.0:openvswitch-debuginfo-0:2.3.2-1.git20150730.el7_1.x86_64",
            "7Server-RH7-RHOS-6.0:python-glance-store-0:0.1.10-4.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:python-glance-store-0:0.1.10-4.el7ost.src",
            "7Server-RH7-RHOS-6.0:python-openvswitch-0:2.3.2-1.git20150730.el7_1.noarch",
            "7Server-RH7-RHOS-6.0:python-oslo-messaging-0:1.4.1-5.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:python-oslo-messaging-0:1.4.1-5.el7ost.src",
            "7Server-RH7-RHOS-6.0:python-oslo-messaging-doc-0:1.4.1-5.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:rabbitmq-server-0:3.3.5-4.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:rabbitmq-server-0:3.3.5-4.el7ost.src"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "mysql: unspecified vulnerability related to Server:InnoDB:DML (CPU April 2015)"
    },
    {
      "cve": "CVE-2015-0441",
      "discovery_date": "2015-04-15T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1212777"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Unspecified vulnerability in Oracle MySQL Server 5.5.41 and earlier, and 5.6.22 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server : Security : Encryption.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "mysql: unspecified vulnerability related to Server:Security:Encryption (CPU April 2015)",
          "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-RHOS-6.0:mariadb-galera-1:5.5.42-1.el7ost.src",
          "7Server-RH7-RHOS-6.0:mariadb-galera-common-1:5.5.42-1.el7ost.x86_64",
          "7Server-RH7-RHOS-6.0:mariadb-galera-debuginfo-1:5.5.42-1.el7ost.x86_64",
          "7Server-RH7-RHOS-6.0:mariadb-galera-server-1:5.5.42-1.el7ost.x86_64",
          "7Server-RH7-RHOS-6.0:openstack-sahara-0:2014.2.3-3.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:openstack-sahara-0:2014.2.3-3.el7ost.src",
          "7Server-RH7-RHOS-6.0:openstack-sahara-doc-0:2014.2.3-3.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:openstack-selinux-0:0.6.37-1.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:openstack-selinux-0:0.6.37-1.el7ost.src",
          "7Server-RH7-RHOS-6.0:openvswitch-0:2.3.2-1.git20150730.el7_1.src",
          "7Server-RH7-RHOS-6.0:openvswitch-0:2.3.2-1.git20150730.el7_1.x86_64",
          "7Server-RH7-RHOS-6.0:openvswitch-debuginfo-0:2.3.2-1.git20150730.el7_1.x86_64",
          "7Server-RH7-RHOS-6.0:python-glance-store-0:0.1.10-4.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:python-glance-store-0:0.1.10-4.el7ost.src",
          "7Server-RH7-RHOS-6.0:python-openvswitch-0:2.3.2-1.git20150730.el7_1.noarch",
          "7Server-RH7-RHOS-6.0:python-oslo-messaging-0:1.4.1-5.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:python-oslo-messaging-0:1.4.1-5.el7ost.src",
          "7Server-RH7-RHOS-6.0:python-oslo-messaging-doc-0:1.4.1-5.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:rabbitmq-server-0:3.3.5-4.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:rabbitmq-server-0:3.3.5-4.el7ost.src"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2015-0441"
        },
        {
          "category": "external",
          "summary": "RHBZ#1212777",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1212777"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2015-0441",
          "url": "https://www.cve.org/CVERecord?id=CVE-2015-0441"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-0441",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-0441"
        },
        {
          "category": "external",
          "summary": "http://www.oracle.com/technetwork/topics/security/cpuapr2015-2365600.html#AppendixMSQL",
          "url": "http://www.oracle.com/technetwork/topics/security/cpuapr2015-2365600.html#AppendixMSQL"
        }
      ],
      "release_date": "2015-04-15T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2015-08-24T14:47:56+00:00",
          "details": "Before applying this update, ensure all previously released errata relevant\nto your system have been applied.\n\nRed Hat Enterprise Linux OpenStack Platform 6 runs on Red Hat Enterprise\nLinux 7.1.\n\nThe Red Hat Enterprise Linux OpenStack Platform 6 Release Notes contain the\nfollowing:\n* An explanation of the way in which the provided components interact to\nform a working cloud computing environment.\n* Technology Previews, Recommended Practices, and Known Issues.\n* The channels required for Red Hat Enterprise Linux OpenStack Platform 6,\nincluding which channels need to be enabled and disabled.\n\nThe Release Notes are available at:\nhttps://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/6/html/Release_Notes/index.html\n\nThis update is available through the Red Hat Network. Details on how to use\nthe Red Hat Network to apply this update are available at\nhttps://access.redhat.com/site/articles/11258",
          "product_ids": [
            "7Server-RH7-RHOS-6.0:mariadb-galera-1:5.5.42-1.el7ost.src",
            "7Server-RH7-RHOS-6.0:mariadb-galera-common-1:5.5.42-1.el7ost.x86_64",
            "7Server-RH7-RHOS-6.0:mariadb-galera-debuginfo-1:5.5.42-1.el7ost.x86_64",
            "7Server-RH7-RHOS-6.0:mariadb-galera-server-1:5.5.42-1.el7ost.x86_64",
            "7Server-RH7-RHOS-6.0:openstack-sahara-0:2014.2.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:openstack-sahara-0:2014.2.3-3.el7ost.src",
            "7Server-RH7-RHOS-6.0:openstack-sahara-doc-0:2014.2.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:openstack-selinux-0:0.6.37-1.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:openstack-selinux-0:0.6.37-1.el7ost.src",
            "7Server-RH7-RHOS-6.0:openvswitch-0:2.3.2-1.git20150730.el7_1.src",
            "7Server-RH7-RHOS-6.0:openvswitch-0:2.3.2-1.git20150730.el7_1.x86_64",
            "7Server-RH7-RHOS-6.0:openvswitch-debuginfo-0:2.3.2-1.git20150730.el7_1.x86_64",
            "7Server-RH7-RHOS-6.0:python-glance-store-0:0.1.10-4.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:python-glance-store-0:0.1.10-4.el7ost.src",
            "7Server-RH7-RHOS-6.0:python-openvswitch-0:2.3.2-1.git20150730.el7_1.noarch",
            "7Server-RH7-RHOS-6.0:python-oslo-messaging-0:1.4.1-5.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:python-oslo-messaging-0:1.4.1-5.el7ost.src",
            "7Server-RH7-RHOS-6.0:python-oslo-messaging-doc-0:1.4.1-5.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:rabbitmq-server-0:3.3.5-4.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:rabbitmq-server-0:3.3.5-4.el7ost.src"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHBA-2015:1659"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "LOW",
            "accessVector": "NETWORK",
            "authentication": "SINGLE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 4.0,
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "vectorString": "AV:N/AC:L/Au:S/C:N/I:N/A:P",
            "version": "2.0"
          },
          "products": [
            "7Server-RH7-RHOS-6.0:mariadb-galera-1:5.5.42-1.el7ost.src",
            "7Server-RH7-RHOS-6.0:mariadb-galera-common-1:5.5.42-1.el7ost.x86_64",
            "7Server-RH7-RHOS-6.0:mariadb-galera-debuginfo-1:5.5.42-1.el7ost.x86_64",
            "7Server-RH7-RHOS-6.0:mariadb-galera-server-1:5.5.42-1.el7ost.x86_64",
            "7Server-RH7-RHOS-6.0:openstack-sahara-0:2014.2.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:openstack-sahara-0:2014.2.3-3.el7ost.src",
            "7Server-RH7-RHOS-6.0:openstack-sahara-doc-0:2014.2.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:openstack-selinux-0:0.6.37-1.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:openstack-selinux-0:0.6.37-1.el7ost.src",
            "7Server-RH7-RHOS-6.0:openvswitch-0:2.3.2-1.git20150730.el7_1.src",
            "7Server-RH7-RHOS-6.0:openvswitch-0:2.3.2-1.git20150730.el7_1.x86_64",
            "7Server-RH7-RHOS-6.0:openvswitch-debuginfo-0:2.3.2-1.git20150730.el7_1.x86_64",
            "7Server-RH7-RHOS-6.0:python-glance-store-0:0.1.10-4.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:python-glance-store-0:0.1.10-4.el7ost.src",
            "7Server-RH7-RHOS-6.0:python-openvswitch-0:2.3.2-1.git20150730.el7_1.noarch",
            "7Server-RH7-RHOS-6.0:python-oslo-messaging-0:1.4.1-5.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:python-oslo-messaging-0:1.4.1-5.el7ost.src",
            "7Server-RH7-RHOS-6.0:python-oslo-messaging-doc-0:1.4.1-5.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:rabbitmq-server-0:3.3.5-4.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:rabbitmq-server-0:3.3.5-4.el7ost.src"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "mysql: unspecified vulnerability related to Server:Security:Encryption (CPU April 2015)"
    },
    {
      "cve": "CVE-2015-2568",
      "discovery_date": "2015-04-15T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1212763"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Unspecified vulnerability in Oracle MySQL Server 5.5.41 and earlier, and 5.6.22 and earlier, allows remote attackers to affect availability via unknown vectors related to Server : Security : Privileges.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "mysql: unspecified vulnerability related to Server:Security:Privileges (CPU April 2015)",
          "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-RHOS-6.0:mariadb-galera-1:5.5.42-1.el7ost.src",
          "7Server-RH7-RHOS-6.0:mariadb-galera-common-1:5.5.42-1.el7ost.x86_64",
          "7Server-RH7-RHOS-6.0:mariadb-galera-debuginfo-1:5.5.42-1.el7ost.x86_64",
          "7Server-RH7-RHOS-6.0:mariadb-galera-server-1:5.5.42-1.el7ost.x86_64",
          "7Server-RH7-RHOS-6.0:openstack-sahara-0:2014.2.3-3.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:openstack-sahara-0:2014.2.3-3.el7ost.src",
          "7Server-RH7-RHOS-6.0:openstack-sahara-doc-0:2014.2.3-3.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:openstack-selinux-0:0.6.37-1.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:openstack-selinux-0:0.6.37-1.el7ost.src",
          "7Server-RH7-RHOS-6.0:openvswitch-0:2.3.2-1.git20150730.el7_1.src",
          "7Server-RH7-RHOS-6.0:openvswitch-0:2.3.2-1.git20150730.el7_1.x86_64",
          "7Server-RH7-RHOS-6.0:openvswitch-debuginfo-0:2.3.2-1.git20150730.el7_1.x86_64",
          "7Server-RH7-RHOS-6.0:python-glance-store-0:0.1.10-4.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:python-glance-store-0:0.1.10-4.el7ost.src",
          "7Server-RH7-RHOS-6.0:python-openvswitch-0:2.3.2-1.git20150730.el7_1.noarch",
          "7Server-RH7-RHOS-6.0:python-oslo-messaging-0:1.4.1-5.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:python-oslo-messaging-0:1.4.1-5.el7ost.src",
          "7Server-RH7-RHOS-6.0:python-oslo-messaging-doc-0:1.4.1-5.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:rabbitmq-server-0:3.3.5-4.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:rabbitmq-server-0:3.3.5-4.el7ost.src"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2015-2568"
        },
        {
          "category": "external",
          "summary": "RHBZ#1212763",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1212763"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2015-2568",
          "url": "https://www.cve.org/CVERecord?id=CVE-2015-2568"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-2568",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-2568"
        },
        {
          "category": "external",
          "summary": "http://www.oracle.com/technetwork/topics/security/cpuapr2015-2365600.html#AppendixMSQL",
          "url": "http://www.oracle.com/technetwork/topics/security/cpuapr2015-2365600.html#AppendixMSQL"
        }
      ],
      "release_date": "2015-04-15T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2015-08-24T14:47:56+00:00",
          "details": "Before applying this update, ensure all previously released errata relevant\nto your system have been applied.\n\nRed Hat Enterprise Linux OpenStack Platform 6 runs on Red Hat Enterprise\nLinux 7.1.\n\nThe Red Hat Enterprise Linux OpenStack Platform 6 Release Notes contain the\nfollowing:\n* An explanation of the way in which the provided components interact to\nform a working cloud computing environment.\n* Technology Previews, Recommended Practices, and Known Issues.\n* The channels required for Red Hat Enterprise Linux OpenStack Platform 6,\nincluding which channels need to be enabled and disabled.\n\nThe Release Notes are available at:\nhttps://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/6/html/Release_Notes/index.html\n\nThis update is available through the Red Hat Network. Details on how to use\nthe Red Hat Network to apply this update are available at\nhttps://access.redhat.com/site/articles/11258",
          "product_ids": [
            "7Server-RH7-RHOS-6.0:mariadb-galera-1:5.5.42-1.el7ost.src",
            "7Server-RH7-RHOS-6.0:mariadb-galera-common-1:5.5.42-1.el7ost.x86_64",
            "7Server-RH7-RHOS-6.0:mariadb-galera-debuginfo-1:5.5.42-1.el7ost.x86_64",
            "7Server-RH7-RHOS-6.0:mariadb-galera-server-1:5.5.42-1.el7ost.x86_64",
            "7Server-RH7-RHOS-6.0:openstack-sahara-0:2014.2.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:openstack-sahara-0:2014.2.3-3.el7ost.src",
            "7Server-RH7-RHOS-6.0:openstack-sahara-doc-0:2014.2.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:openstack-selinux-0:0.6.37-1.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:openstack-selinux-0:0.6.37-1.el7ost.src",
            "7Server-RH7-RHOS-6.0:openvswitch-0:2.3.2-1.git20150730.el7_1.src",
            "7Server-RH7-RHOS-6.0:openvswitch-0:2.3.2-1.git20150730.el7_1.x86_64",
            "7Server-RH7-RHOS-6.0:openvswitch-debuginfo-0:2.3.2-1.git20150730.el7_1.x86_64",
            "7Server-RH7-RHOS-6.0:python-glance-store-0:0.1.10-4.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:python-glance-store-0:0.1.10-4.el7ost.src",
            "7Server-RH7-RHOS-6.0:python-openvswitch-0:2.3.2-1.git20150730.el7_1.noarch",
            "7Server-RH7-RHOS-6.0:python-oslo-messaging-0:1.4.1-5.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:python-oslo-messaging-0:1.4.1-5.el7ost.src",
            "7Server-RH7-RHOS-6.0:python-oslo-messaging-doc-0:1.4.1-5.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:rabbitmq-server-0:3.3.5-4.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:rabbitmq-server-0:3.3.5-4.el7ost.src"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHBA-2015:1659"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "LOW",
            "accessVector": "NETWORK",
            "authentication": "SINGLE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 4.0,
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "vectorString": "AV:N/AC:L/Au:S/C:N/I:N/A:P",
            "version": "2.0"
          },
          "products": [
            "7Server-RH7-RHOS-6.0:mariadb-galera-1:5.5.42-1.el7ost.src",
            "7Server-RH7-RHOS-6.0:mariadb-galera-common-1:5.5.42-1.el7ost.x86_64",
            "7Server-RH7-RHOS-6.0:mariadb-galera-debuginfo-1:5.5.42-1.el7ost.x86_64",
            "7Server-RH7-RHOS-6.0:mariadb-galera-server-1:5.5.42-1.el7ost.x86_64",
            "7Server-RH7-RHOS-6.0:openstack-sahara-0:2014.2.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:openstack-sahara-0:2014.2.3-3.el7ost.src",
            "7Server-RH7-RHOS-6.0:openstack-sahara-doc-0:2014.2.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:openstack-selinux-0:0.6.37-1.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:openstack-selinux-0:0.6.37-1.el7ost.src",
            "7Server-RH7-RHOS-6.0:openvswitch-0:2.3.2-1.git20150730.el7_1.src",
            "7Server-RH7-RHOS-6.0:openvswitch-0:2.3.2-1.git20150730.el7_1.x86_64",
            "7Server-RH7-RHOS-6.0:openvswitch-debuginfo-0:2.3.2-1.git20150730.el7_1.x86_64",
            "7Server-RH7-RHOS-6.0:python-glance-store-0:0.1.10-4.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:python-glance-store-0:0.1.10-4.el7ost.src",
            "7Server-RH7-RHOS-6.0:python-openvswitch-0:2.3.2-1.git20150730.el7_1.noarch",
            "7Server-RH7-RHOS-6.0:python-oslo-messaging-0:1.4.1-5.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:python-oslo-messaging-0:1.4.1-5.el7ost.src",
            "7Server-RH7-RHOS-6.0:python-oslo-messaging-doc-0:1.4.1-5.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:rabbitmq-server-0:3.3.5-4.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:rabbitmq-server-0:3.3.5-4.el7ost.src"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "mysql: unspecified vulnerability related to Server:Security:Privileges (CPU April 2015)"
    },
    {
      "cve": "CVE-2015-2573",
      "discovery_date": "2015-04-15T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1212783"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Unspecified vulnerability in Oracle MySQL Server 5.5.41 and earlier, and 5.6.22 and earlier, allows remote authenticated users to affect availability via vectors related to DDL.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "mysql: unspecified vulnerability related to Server:DDL (CPU April 2015)",
          "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-RHOS-6.0:mariadb-galera-1:5.5.42-1.el7ost.src",
          "7Server-RH7-RHOS-6.0:mariadb-galera-common-1:5.5.42-1.el7ost.x86_64",
          "7Server-RH7-RHOS-6.0:mariadb-galera-debuginfo-1:5.5.42-1.el7ost.x86_64",
          "7Server-RH7-RHOS-6.0:mariadb-galera-server-1:5.5.42-1.el7ost.x86_64",
          "7Server-RH7-RHOS-6.0:openstack-sahara-0:2014.2.3-3.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:openstack-sahara-0:2014.2.3-3.el7ost.src",
          "7Server-RH7-RHOS-6.0:openstack-sahara-doc-0:2014.2.3-3.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:openstack-selinux-0:0.6.37-1.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:openstack-selinux-0:0.6.37-1.el7ost.src",
          "7Server-RH7-RHOS-6.0:openvswitch-0:2.3.2-1.git20150730.el7_1.src",
          "7Server-RH7-RHOS-6.0:openvswitch-0:2.3.2-1.git20150730.el7_1.x86_64",
          "7Server-RH7-RHOS-6.0:openvswitch-debuginfo-0:2.3.2-1.git20150730.el7_1.x86_64",
          "7Server-RH7-RHOS-6.0:python-glance-store-0:0.1.10-4.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:python-glance-store-0:0.1.10-4.el7ost.src",
          "7Server-RH7-RHOS-6.0:python-openvswitch-0:2.3.2-1.git20150730.el7_1.noarch",
          "7Server-RH7-RHOS-6.0:python-oslo-messaging-0:1.4.1-5.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:python-oslo-messaging-0:1.4.1-5.el7ost.src",
          "7Server-RH7-RHOS-6.0:python-oslo-messaging-doc-0:1.4.1-5.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:rabbitmq-server-0:3.3.5-4.el7ost.noarch",
          "7Server-RH7-RHOS-6.0:rabbitmq-server-0:3.3.5-4.el7ost.src"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2015-2573"
        },
        {
          "category": "external",
          "summary": "RHBZ#1212783",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1212783"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2015-2573",
          "url": "https://www.cve.org/CVERecord?id=CVE-2015-2573"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-2573",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-2573"
        },
        {
          "category": "external",
          "summary": "http://www.oracle.com/technetwork/topics/security/cpuapr2015-2365600.html#AppendixMSQL",
          "url": "http://www.oracle.com/technetwork/topics/security/cpuapr2015-2365600.html#AppendixMSQL"
        }
      ],
      "release_date": "2015-04-15T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2015-08-24T14:47:56+00:00",
          "details": "Before applying this update, ensure all previously released errata relevant\nto your system have been applied.\n\nRed Hat Enterprise Linux OpenStack Platform 6 runs on Red Hat Enterprise\nLinux 7.1.\n\nThe Red Hat Enterprise Linux OpenStack Platform 6 Release Notes contain the\nfollowing:\n* An explanation of the way in which the provided components interact to\nform a working cloud computing environment.\n* Technology Previews, Recommended Practices, and Known Issues.\n* The channels required for Red Hat Enterprise Linux OpenStack Platform 6,\nincluding which channels need to be enabled and disabled.\n\nThe Release Notes are available at:\nhttps://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/6/html/Release_Notes/index.html\n\nThis update is available through the Red Hat Network. Details on how to use\nthe Red Hat Network to apply this update are available at\nhttps://access.redhat.com/site/articles/11258",
          "product_ids": [
            "7Server-RH7-RHOS-6.0:mariadb-galera-1:5.5.42-1.el7ost.src",
            "7Server-RH7-RHOS-6.0:mariadb-galera-common-1:5.5.42-1.el7ost.x86_64",
            "7Server-RH7-RHOS-6.0:mariadb-galera-debuginfo-1:5.5.42-1.el7ost.x86_64",
            "7Server-RH7-RHOS-6.0:mariadb-galera-server-1:5.5.42-1.el7ost.x86_64",
            "7Server-RH7-RHOS-6.0:openstack-sahara-0:2014.2.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:openstack-sahara-0:2014.2.3-3.el7ost.src",
            "7Server-RH7-RHOS-6.0:openstack-sahara-doc-0:2014.2.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:openstack-selinux-0:0.6.37-1.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:openstack-selinux-0:0.6.37-1.el7ost.src",
            "7Server-RH7-RHOS-6.0:openvswitch-0:2.3.2-1.git20150730.el7_1.src",
            "7Server-RH7-RHOS-6.0:openvswitch-0:2.3.2-1.git20150730.el7_1.x86_64",
            "7Server-RH7-RHOS-6.0:openvswitch-debuginfo-0:2.3.2-1.git20150730.el7_1.x86_64",
            "7Server-RH7-RHOS-6.0:python-glance-store-0:0.1.10-4.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:python-glance-store-0:0.1.10-4.el7ost.src",
            "7Server-RH7-RHOS-6.0:python-openvswitch-0:2.3.2-1.git20150730.el7_1.noarch",
            "7Server-RH7-RHOS-6.0:python-oslo-messaging-0:1.4.1-5.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:python-oslo-messaging-0:1.4.1-5.el7ost.src",
            "7Server-RH7-RHOS-6.0:python-oslo-messaging-doc-0:1.4.1-5.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:rabbitmq-server-0:3.3.5-4.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:rabbitmq-server-0:3.3.5-4.el7ost.src"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHBA-2015:1659"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "LOW",
            "accessVector": "NETWORK",
            "authentication": "SINGLE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 4.0,
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "vectorString": "AV:N/AC:L/Au:S/C:N/I:N/A:P",
            "version": "2.0"
          },
          "products": [
            "7Server-RH7-RHOS-6.0:mariadb-galera-1:5.5.42-1.el7ost.src",
            "7Server-RH7-RHOS-6.0:mariadb-galera-common-1:5.5.42-1.el7ost.x86_64",
            "7Server-RH7-RHOS-6.0:mariadb-galera-debuginfo-1:5.5.42-1.el7ost.x86_64",
            "7Server-RH7-RHOS-6.0:mariadb-galera-server-1:5.5.42-1.el7ost.x86_64",
            "7Server-RH7-RHOS-6.0:openstack-sahara-0:2014.2.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:openstack-sahara-0:2014.2.3-3.el7ost.src",
            "7Server-RH7-RHOS-6.0:openstack-sahara-doc-0:2014.2.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:openstack-selinux-0:0.6.37-1.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:openstack-selinux-0:0.6.37-1.el7ost.src",
            "7Server-RH7-RHOS-6.0:openvswitch-0:2.3.2-1.git20150730.el7_1.src",
            "7Server-RH7-RHOS-6.0:openvswitch-0:2.3.2-1.git20150730.el7_1.x86_64",
            "7Server-RH7-RHOS-6.0:openvswitch-debuginfo-0:2.3.2-1.git20150730.el7_1.x86_64",
            "7Server-RH7-RHOS-6.0:python-glance-store-0:0.1.10-4.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:python-glance-store-0:0.1.10-4.el7ost.src",
            "7Server-RH7-RHOS-6.0:python-openvswitch-0:2.3.2-1.git20150730.el7_1.noarch",
            "7Server-RH7-RHOS-6.0:python-oslo-messaging-0:1.4.1-5.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:python-oslo-messaging-0:1.4.1-5.el7ost.src",
            "7Server-RH7-RHOS-6.0:python-oslo-messaging-doc-0:1.4.1-5.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:rabbitmq-server-0:3.3.5-4.el7ost.noarch",
            "7Server-RH7-RHOS-6.0:rabbitmq-server-0:3.3.5-4.el7ost.src"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "mysql: unspecified vulnerability related to Server:DDL (CPU April 2015)"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading...

Loading...

Loading...

Sightings

Author Source Type Date

Nomenclature

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