rhba-2015_0825
Vulnerability from csaf_redhat
Published
2015-04-16 14:28
Modified
2024-11-14 16:25
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 5.0 (Icehouse) for Red Hat Enterprise Linux 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: * Previously, when swift client added a 'Content-Length' header and requests implicitly added a 'content-length' header, requests sends both as separate headers. This caused Apache to reject the request with a 400 error. With this release, python-requests package is now rebased to version 2.3.0. This version fixes the buggy implementation of case-insensitive mapping. As a result, Apache no longer rejects requests with a 400 error. (BZ#1169530) * Previously, the log directory permissions for Sahara was set to 755, resulting in the Sahara service not conforming to the Red Hat log security standards. With this update, the directory permissions are modified to 750, thus, conforming to the Red Hat log security standards. (BZ#1163420) * Previously, SELinux prevented the nova scheduler from searching directories labeled 'cert_t', resulting in SELinux causing Compute to fail. With this update, an 'allow' rule has been created to give the nova scheduler permission to search the 'cert_t' directories. As a result, Compute service functions normally. (BZ#1149975) * Previously, the 'nova list' was inefficient and took very long to complete as the number of instances increased. With this update, 'nova list' command code has been optimized and uses server-side filtering, resulting in faster response. (BZ#1147958) * If an existing haproxy process was already running before installing and running LBaaS (Load-Balancing-as-a-Service), attempting to start LBaaS will fail. This typically happens when upgrading to Red Hat Enterprise Linux OpenStack Platform 5 with an existing LBaaS service. To work around this, you will have to kill the running haproxy process and restart the LBaaS agent: # kill $(pgrep haproxy) # service neutron-lbaas-agent restart (BZ#1133920) * Previously, the rabbitmq-plugins command was not available in the default path. As a result, trying to run rabbitmq-plugins command would result in a 'Command Not Found' error. With this update, the rabbitmq-plugins command is added to the default path and it executes as expected. (BZ#1126680) * Previously, an improvement to the connection pool such that new connections could be made concurrently made it so that the 'init on first connect' routine of a SQLAlchemy dialect would not have been completed if concurrent routines proceeded at the same time. As a result, when a SQLAlchemy engine was first used, operations which rely on the state acquired during initial startup could fail, as this information would not have been completed. To resolve this issue, with this update, 'mutexing' was added to the event system which handles the initial dialect startup phase, so that connection attempts are again serialized, but only when the engine first start up. (BZ#1121796) * Previously, SQLite database was created by a user who ran the database management script, resulting in Sahara being unable to read the default database without changing ownership of the database. With this update, the file is not touched and the ownership is assigned to Sahara (for only the default file location). As a result, Sahara now has access to its database in the default flow. (BZ#1101516) * With this release, mariadb-galera is now rebased to version 5.5.41 fixing the memory barrier problem in InnoDB/XtraDB mutex implementation causing the server to stall or hang. (BZ#1168321) In addition to the above issue, this update also addresses bugs and enhancements which can be found in the Red Hat Enterprise Linux OpenStack Platform Technical Notes: https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/5/html/Technical_Notes/index.html
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 5.0 (Icehouse) for Red Hat Enterprise\nLinux 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* Previously, when swift client added a \u0027Content-Length\u0027 header and\nrequests implicitly added a \u0027content-length\u0027 header, requests sends both\nas separate headers. This caused Apache to reject the request with a\n400 error.\nWith this release, python-requests package is now rebased to version 2.3.0.\nThis version fixes the buggy implementation of case-insensitive mapping.\nAs a result, Apache no longer rejects requests with a 400\nerror. (BZ#1169530)\n\n* Previously, the log directory permissions for Sahara was set to 755,\nresulting in the Sahara service not conforming to the Red Hat log security\nstandards.\nWith this update, the directory permissions are modified to 750, thus,\nconforming to the Red Hat log security standards. (BZ#1163420)\n\n* Previously, SELinux prevented the nova scheduler from searching\ndirectories labeled \u0027cert_t\u0027, resulting in SELinux causing Compute to fail.\nWith this update, an \u0027allow\u0027 rule has been created to give the nova\nscheduler permission to search the \u0027cert_t\u0027 directories. As a result,\nCompute service functions normally. (BZ#1149975)\n\n* Previously, the \u0027nova list\u0027 was inefficient and took very long to\ncomplete as the number of instances increased.\nWith this update, \u0027nova list\u0027 command code has been optimized and uses\nserver-side filtering, resulting in faster response. (BZ#1147958)\n\n* If an existing haproxy process was already running before installing and\nrunning LBaaS (Load-Balancing-as-a-Service), attempting to start LBaaS will\nfail. This typically happens when upgrading to Red Hat Enterprise Linux\nOpenStack Platform 5 with an existing LBaaS service.\nTo work around this, you will have to kill the running haproxy process and\nrestart the LBaaS agent:\n# kill $(pgrep haproxy)\n# service neutron-lbaas-agent restart (BZ#1133920)\n\n* Previously, the rabbitmq-plugins command was not available in the\ndefault path. As a result, trying to run rabbitmq-plugins command would\nresult in a \u0027Command Not Found\u0027 error.\nWith this update, the rabbitmq-plugins command is added to the default\npath and it executes as expected. (BZ#1126680)\n\n* Previously, an improvement to the connection pool such that new\nconnections could be made concurrently made it so that the \u0027init on first\nconnect\u0027 routine of a SQLAlchemy dialect would not have been completed if\nconcurrent routines proceeded at the same time. As a result, when a\nSQLAlchemy engine was first used, operations which rely on the state\nacquired during initial startup could fail, as this information would not\nhave been completed.\nTo resolve this issue, with this update, \u0027mutexing\u0027 was added to the event\nsystem which handles the initial dialect startup phase, so that connection\nattempts are again serialized, but only when the engine first start\nup. (BZ#1121796)\n\n* Previously, SQLite database was created by a user who ran the database\nmanagement script, resulting in Sahara being unable to read the default\ndatabase without changing ownership of the database.\nWith this update, the file is not touched and the ownership is assigned to\nSahara (for only the default file location). As a result, Sahara now has\naccess to its database in the default flow. (BZ#1101516)\n\n* With this release, mariadb-galera is now rebased to version 5.5.41 fixing\nthe memory barrier problem in InnoDB/XtraDB mutex implementation causing\nthe server to stall or hang. (BZ#1168321)\n\nIn addition to the above issue, this update also addresses bugs and\nenhancements which can be found in the Red Hat Enterprise Linux OpenStack\nPlatform Technical Notes:\nhttps://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/5/html/Technical_Notes/index.html",
        "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:0825",
        "url": "https://access.redhat.com/errata/RHBA-2015:0825"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/5/html/Release_Notes/index.html",
        "url": "https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/5/html/Release_Notes/index.html"
      },
      {
        "category": "external",
        "summary": "1101516",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1101516"
      },
      {
        "category": "external",
        "summary": "1121796",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1121796"
      },
      {
        "category": "external",
        "summary": "1121798",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1121798"
      },
      {
        "category": "external",
        "summary": "1126680",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1126680"
      },
      {
        "category": "external",
        "summary": "1133920",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1133920"
      },
      {
        "category": "external",
        "summary": "1139413",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1139413"
      },
      {
        "category": "external",
        "summary": "1149975",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1149975"
      },
      {
        "category": "external",
        "summary": "1163420",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1163420"
      },
      {
        "category": "external",
        "summary": "1168321",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1168321"
      },
      {
        "category": "external",
        "summary": "1169530",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1169530"
      },
      {
        "category": "external",
        "summary": "1199249",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1199249"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2015/rhba-2015_0825.json"
      }
    ],
    "title": "Red Hat Bug Fix Advisory: Red Hat Enterprise Linux OpenStack Platform Bug Fix and Enhancement Advisory",
    "tracking": {
      "current_release_date": "2024-11-14T16:25:52+00:00",
      "generator": {
        "date": "2024-11-14T16:25:52+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.2.0"
        }
      },
      "id": "RHBA-2015:0825",
      "initial_release_date": "2015-04-16T14:28:14+00:00",
      "revision_history": [
        {
          "date": "2015-04-16T14:28:14+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2015-04-16T14:28:14+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2024-11-14T16:25:52+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 7",
                "product": {
                  "name": "Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 7",
                  "product_id": "7Server-RH7-RHOS-5.0",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:openstack:5::el7"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat OpenStack Platform"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-sqlalchemy-0:0.8.4-2.el7ost.src",
                "product": {
                  "name": "python-sqlalchemy-0:0.8.4-2.el7ost.src",
                  "product_id": "python-sqlalchemy-0:0.8.4-2.el7ost.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-sqlalchemy@0.8.4-2.el7ost?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rabbitmq-server-0:3.3.5-3.el7ost.src",
                "product": {
                  "name": "rabbitmq-server-0:3.3.5-3.el7ost.src",
                  "product_id": "rabbitmq-server-0:3.3.5-3.el7ost.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rabbitmq-server@3.3.5-3.el7ost?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-requests-0:2.3.0-3.el7ost.src",
                "product": {
                  "name": "python-requests-0:2.3.0-3.el7ost.src",
                  "product_id": "python-requests-0:2.3.0-3.el7ost.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-requests@2.3.0-3.el7ost?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openstack-utils-0:2014.2-1.el7ost.src",
                "product": {
                  "name": "openstack-utils-0:2014.2-1.el7ost.src",
                  "product_id": "openstack-utils-0:2014.2-1.el7ost.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openstack-utils@2014.2-1.el7ost?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openstack-sahara-0:2014.1.3-3.el7ost.src",
                "product": {
                  "name": "openstack-sahara-0:2014.1.3-3.el7ost.src",
                  "product_id": "openstack-sahara-0:2014.1.3-3.el7ost.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openstack-sahara@2014.1.3-3.el7ost?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-novaclient-1:2.17.0-4.el7ost.src",
                "product": {
                  "name": "python-novaclient-1:2.17.0-4.el7ost.src",
                  "product_id": "python-novaclient-1:2.17.0-4.el7ost.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-novaclient@2.17.0-4.el7ost?arch=src\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openstack-selinux-0:0.6.25-1.el7ost.src",
                "product": {
                  "name": "openstack-selinux-0:0.6.25-1.el7ost.src",
                  "product_id": "openstack-selinux-0:0.6.25-1.el7ost.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openstack-selinux@0.6.25-1.el7ost?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-urllib3-0:1.8.2-5.el7ost.src",
                "product": {
                  "name": "python-urllib3-0:1.8.2-5.el7ost.src",
                  "product_id": "python-urllib3-0:1.8.2-5.el7ost.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-urllib3@1.8.2-5.el7ost?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mariadb-galera-1:5.5.41-2.el7ost.src",
                "product": {
                  "name": "mariadb-galera-1:5.5.41-2.el7ost.src",
                  "product_id": "mariadb-galera-1:5.5.41-2.el7ost.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mariadb-galera@5.5.41-2.el7ost?arch=src\u0026epoch=1"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-sqlalchemy-0:0.8.4-2.el7ost.x86_64",
                "product": {
                  "name": "python-sqlalchemy-0:0.8.4-2.el7ost.x86_64",
                  "product_id": "python-sqlalchemy-0:0.8.4-2.el7ost.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-sqlalchemy@0.8.4-2.el7ost?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-sqlalchemy-debuginfo-0:0.8.4-2.el7ost.x86_64",
                "product": {
                  "name": "python-sqlalchemy-debuginfo-0:0.8.4-2.el7ost.x86_64",
                  "product_id": "python-sqlalchemy-debuginfo-0:0.8.4-2.el7ost.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-sqlalchemy-debuginfo@0.8.4-2.el7ost?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mariadb-galera-debuginfo-1:5.5.41-2.el7ost.x86_64",
                "product": {
                  "name": "mariadb-galera-debuginfo-1:5.5.41-2.el7ost.x86_64",
                  "product_id": "mariadb-galera-debuginfo-1:5.5.41-2.el7ost.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mariadb-galera-debuginfo@5.5.41-2.el7ost?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mariadb-galera-common-1:5.5.41-2.el7ost.x86_64",
                "product": {
                  "name": "mariadb-galera-common-1:5.5.41-2.el7ost.x86_64",
                  "product_id": "mariadb-galera-common-1:5.5.41-2.el7ost.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mariadb-galera-common@5.5.41-2.el7ost?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mariadb-galera-server-1:5.5.41-2.el7ost.x86_64",
                "product": {
                  "name": "mariadb-galera-server-1:5.5.41-2.el7ost.x86_64",
                  "product_id": "mariadb-galera-server-1:5.5.41-2.el7ost.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mariadb-galera-server@5.5.41-2.el7ost?arch=x86_64\u0026epoch=1"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "rabbitmq-server-0:3.3.5-3.el7ost.noarch",
                "product": {
                  "name": "rabbitmq-server-0:3.3.5-3.el7ost.noarch",
                  "product_id": "rabbitmq-server-0:3.3.5-3.el7ost.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rabbitmq-server@3.3.5-3.el7ost?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-requests-0:2.3.0-3.el7ost.noarch",
                "product": {
                  "name": "python-requests-0:2.3.0-3.el7ost.noarch",
                  "product_id": "python-requests-0:2.3.0-3.el7ost.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-requests@2.3.0-3.el7ost?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openstack-utils-0:2014.2-1.el7ost.noarch",
                "product": {
                  "name": "openstack-utils-0:2014.2-1.el7ost.noarch",
                  "product_id": "openstack-utils-0:2014.2-1.el7ost.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openstack-utils@2014.2-1.el7ost?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openstack-sahara-doc-0:2014.1.3-3.el7ost.noarch",
                "product": {
                  "name": "openstack-sahara-doc-0:2014.1.3-3.el7ost.noarch",
                  "product_id": "openstack-sahara-doc-0:2014.1.3-3.el7ost.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openstack-sahara-doc@2014.1.3-3.el7ost?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openstack-sahara-0:2014.1.3-3.el7ost.noarch",
                "product": {
                  "name": "openstack-sahara-0:2014.1.3-3.el7ost.noarch",
                  "product_id": "openstack-sahara-0:2014.1.3-3.el7ost.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openstack-sahara@2014.1.3-3.el7ost?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-novaclient-doc-1:2.17.0-4.el7ost.noarch",
                "product": {
                  "name": "python-novaclient-doc-1:2.17.0-4.el7ost.noarch",
                  "product_id": "python-novaclient-doc-1:2.17.0-4.el7ost.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-novaclient-doc@2.17.0-4.el7ost?arch=noarch\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-novaclient-1:2.17.0-4.el7ost.noarch",
                "product": {
                  "name": "python-novaclient-1:2.17.0-4.el7ost.noarch",
                  "product_id": "python-novaclient-1:2.17.0-4.el7ost.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-novaclient@2.17.0-4.el7ost?arch=noarch\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openstack-selinux-0:0.6.25-1.el7ost.noarch",
                "product": {
                  "name": "openstack-selinux-0:0.6.25-1.el7ost.noarch",
                  "product_id": "openstack-selinux-0:0.6.25-1.el7ost.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openstack-selinux@0.6.25-1.el7ost?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-urllib3-0:1.8.2-5.el7ost.noarch",
                "product": {
                  "name": "python-urllib3-0:1.8.2-5.el7ost.noarch",
                  "product_id": "python-urllib3-0:1.8.2-5.el7ost.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-urllib3@1.8.2-5.el7ost?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mariadb-galera-1:5.5.41-2.el7ost.src as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-5.0:mariadb-galera-1:5.5.41-2.el7ost.src"
        },
        "product_reference": "mariadb-galera-1:5.5.41-2.el7ost.src",
        "relates_to_product_reference": "7Server-RH7-RHOS-5.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mariadb-galera-common-1:5.5.41-2.el7ost.x86_64 as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-5.0:mariadb-galera-common-1:5.5.41-2.el7ost.x86_64"
        },
        "product_reference": "mariadb-galera-common-1:5.5.41-2.el7ost.x86_64",
        "relates_to_product_reference": "7Server-RH7-RHOS-5.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mariadb-galera-debuginfo-1:5.5.41-2.el7ost.x86_64 as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-5.0:mariadb-galera-debuginfo-1:5.5.41-2.el7ost.x86_64"
        },
        "product_reference": "mariadb-galera-debuginfo-1:5.5.41-2.el7ost.x86_64",
        "relates_to_product_reference": "7Server-RH7-RHOS-5.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mariadb-galera-server-1:5.5.41-2.el7ost.x86_64 as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-5.0:mariadb-galera-server-1:5.5.41-2.el7ost.x86_64"
        },
        "product_reference": "mariadb-galera-server-1:5.5.41-2.el7ost.x86_64",
        "relates_to_product_reference": "7Server-RH7-RHOS-5.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openstack-sahara-0:2014.1.3-3.el7ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.noarch"
        },
        "product_reference": "openstack-sahara-0:2014.1.3-3.el7ost.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOS-5.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openstack-sahara-0:2014.1.3-3.el7ost.src as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.src"
        },
        "product_reference": "openstack-sahara-0:2014.1.3-3.el7ost.src",
        "relates_to_product_reference": "7Server-RH7-RHOS-5.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openstack-sahara-doc-0:2014.1.3-3.el7ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-5.0:openstack-sahara-doc-0:2014.1.3-3.el7ost.noarch"
        },
        "product_reference": "openstack-sahara-doc-0:2014.1.3-3.el7ost.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOS-5.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openstack-selinux-0:0.6.25-1.el7ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.noarch"
        },
        "product_reference": "openstack-selinux-0:0.6.25-1.el7ost.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOS-5.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openstack-selinux-0:0.6.25-1.el7ost.src as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.src"
        },
        "product_reference": "openstack-selinux-0:0.6.25-1.el7ost.src",
        "relates_to_product_reference": "7Server-RH7-RHOS-5.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openstack-utils-0:2014.2-1.el7ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.noarch"
        },
        "product_reference": "openstack-utils-0:2014.2-1.el7ost.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOS-5.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openstack-utils-0:2014.2-1.el7ost.src as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.src"
        },
        "product_reference": "openstack-utils-0:2014.2-1.el7ost.src",
        "relates_to_product_reference": "7Server-RH7-RHOS-5.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-novaclient-1:2.17.0-4.el7ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.noarch"
        },
        "product_reference": "python-novaclient-1:2.17.0-4.el7ost.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOS-5.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-novaclient-1:2.17.0-4.el7ost.src as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.src"
        },
        "product_reference": "python-novaclient-1:2.17.0-4.el7ost.src",
        "relates_to_product_reference": "7Server-RH7-RHOS-5.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-novaclient-doc-1:2.17.0-4.el7ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-5.0:python-novaclient-doc-1:2.17.0-4.el7ost.noarch"
        },
        "product_reference": "python-novaclient-doc-1:2.17.0-4.el7ost.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOS-5.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-requests-0:2.3.0-3.el7ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.noarch"
        },
        "product_reference": "python-requests-0:2.3.0-3.el7ost.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOS-5.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-requests-0:2.3.0-3.el7ost.src as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.src"
        },
        "product_reference": "python-requests-0:2.3.0-3.el7ost.src",
        "relates_to_product_reference": "7Server-RH7-RHOS-5.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-sqlalchemy-0:0.8.4-2.el7ost.src as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.src"
        },
        "product_reference": "python-sqlalchemy-0:0.8.4-2.el7ost.src",
        "relates_to_product_reference": "7Server-RH7-RHOS-5.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-sqlalchemy-0:0.8.4-2.el7ost.x86_64 as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.x86_64"
        },
        "product_reference": "python-sqlalchemy-0:0.8.4-2.el7ost.x86_64",
        "relates_to_product_reference": "7Server-RH7-RHOS-5.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-sqlalchemy-debuginfo-0:0.8.4-2.el7ost.x86_64 as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-5.0:python-sqlalchemy-debuginfo-0:0.8.4-2.el7ost.x86_64"
        },
        "product_reference": "python-sqlalchemy-debuginfo-0:0.8.4-2.el7ost.x86_64",
        "relates_to_product_reference": "7Server-RH7-RHOS-5.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-urllib3-0:1.8.2-5.el7ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.noarch"
        },
        "product_reference": "python-urllib3-0:1.8.2-5.el7ost.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOS-5.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-urllib3-0:1.8.2-5.el7ost.src as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.src"
        },
        "product_reference": "python-urllib3-0:1.8.2-5.el7ost.src",
        "relates_to_product_reference": "7Server-RH7-RHOS-5.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rabbitmq-server-0:3.3.5-3.el7ost.noarch as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.noarch"
        },
        "product_reference": "rabbitmq-server-0:3.3.5-3.el7ost.noarch",
        "relates_to_product_reference": "7Server-RH7-RHOS-5.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rabbitmq-server-0:3.3.5-3.el7ost.src as a component of Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 7",
          "product_id": "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.src"
        },
        "product_reference": "rabbitmq-server-0:3.3.5-3.el7ost.src",
        "relates_to_product_reference": "7Server-RH7-RHOS-5.0"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2014-6568",
      "discovery_date": "2015-01-21T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1184552"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Unspecified vulnerability in Oracle MySQL Server 5.5.40 and earlier, and 5.6.21 and earlier, allows remote authenticated users to affect availability via vectors related to Server : InnoDB : DML.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "mysql: unspecified vulnerability related to Server:InnoDB:DML (CPU Jan 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-5.0:mariadb-galera-1:5.5.41-2.el7ost.src",
          "7Server-RH7-RHOS-5.0:mariadb-galera-common-1:5.5.41-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:mariadb-galera-debuginfo-1:5.5.41-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:mariadb-galera-server-1:5.5.41-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.src",
          "7Server-RH7-RHOS-5.0:openstack-sahara-doc-0:2014.1.3-3.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.src",
          "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.src",
          "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.src",
          "7Server-RH7-RHOS-5.0:python-novaclient-doc-1:2.17.0-4.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.src",
          "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.src",
          "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:python-sqlalchemy-debuginfo-0:0.8.4-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.src",
          "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.src"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2014-6568"
        },
        {
          "category": "external",
          "summary": "RHBZ#1184552",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1184552"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2014-6568",
          "url": "https://www.cve.org/CVERecord?id=CVE-2014-6568"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2014-6568",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2014-6568"
        },
        {
          "category": "external",
          "summary": "http://www.oracle.com/technetwork/topics/security/cpujan2015-1972971.html#AppendixMSQL",
          "url": "http://www.oracle.com/technetwork/topics/security/cpujan2015-1972971.html#AppendixMSQL"
        }
      ],
      "release_date": "2015-01-21T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2015-04-16T14:28:14+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 5 for RHEL 7 runs on Red Hat\nEnterprise Linux 7.1.\n\nThe Red Hat Enterprise Linux OpenStack Platform 5 for RHEL 7 Release Notes\n(see References section) contain the following:\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 5\nfor RHEL 7, including which channels need to be enabled and disabled.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Server-RH7-RHOS-5.0:mariadb-galera-1:5.5.41-2.el7ost.src",
            "7Server-RH7-RHOS-5.0:mariadb-galera-common-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:mariadb-galera-debuginfo-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:mariadb-galera-server-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.src",
            "7Server-RH7-RHOS-5.0:openstack-sahara-doc-0:2014.1.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.src",
            "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-novaclient-doc-1:2.17.0-4.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-debuginfo-0:0.8.4-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.src",
            "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.src"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHBA-2015:0825"
        }
      ],
      "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": [
            "7Server-RH7-RHOS-5.0:mariadb-galera-1:5.5.41-2.el7ost.src",
            "7Server-RH7-RHOS-5.0:mariadb-galera-common-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:mariadb-galera-debuginfo-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:mariadb-galera-server-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.src",
            "7Server-RH7-RHOS-5.0:openstack-sahara-doc-0:2014.1.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.src",
            "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-novaclient-doc-1:2.17.0-4.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-debuginfo-0:0.8.4-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.src",
            "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.src"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "mysql: unspecified vulnerability related to Server:InnoDB:DML (CPU Jan 2015)"
    },
    {
      "cve": "CVE-2015-0374",
      "discovery_date": "2015-01-21T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1184553"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Unspecified vulnerability in Oracle MySQL Server 5.5.40 and earlier and 5.6.21 and earlier allows remote authenticated users to affect confidentiality via unknown vectors related to Server : Security : Privileges : Foreign Key.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "mysql: unspecified vulnerability related to Server:Security:Privileges:Foreign Key (CPU Jan 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-5.0:mariadb-galera-1:5.5.41-2.el7ost.src",
          "7Server-RH7-RHOS-5.0:mariadb-galera-common-1:5.5.41-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:mariadb-galera-debuginfo-1:5.5.41-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:mariadb-galera-server-1:5.5.41-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.src",
          "7Server-RH7-RHOS-5.0:openstack-sahara-doc-0:2014.1.3-3.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.src",
          "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.src",
          "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.src",
          "7Server-RH7-RHOS-5.0:python-novaclient-doc-1:2.17.0-4.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.src",
          "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.src",
          "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:python-sqlalchemy-debuginfo-0:0.8.4-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.src",
          "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.src"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2015-0374"
        },
        {
          "category": "external",
          "summary": "RHBZ#1184553",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1184553"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2015-0374",
          "url": "https://www.cve.org/CVERecord?id=CVE-2015-0374"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-0374",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-0374"
        },
        {
          "category": "external",
          "summary": "http://www.oracle.com/technetwork/topics/security/cpujan2015-1972971.html#AppendixMSQL",
          "url": "http://www.oracle.com/technetwork/topics/security/cpujan2015-1972971.html#AppendixMSQL"
        }
      ],
      "release_date": "2015-01-21T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2015-04-16T14:28:14+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 5 for RHEL 7 runs on Red Hat\nEnterprise Linux 7.1.\n\nThe Red Hat Enterprise Linux OpenStack Platform 5 for RHEL 7 Release Notes\n(see References section) contain the following:\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 5\nfor RHEL 7, including which channels need to be enabled and disabled.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Server-RH7-RHOS-5.0:mariadb-galera-1:5.5.41-2.el7ost.src",
            "7Server-RH7-RHOS-5.0:mariadb-galera-common-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:mariadb-galera-debuginfo-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:mariadb-galera-server-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.src",
            "7Server-RH7-RHOS-5.0:openstack-sahara-doc-0:2014.1.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.src",
            "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-novaclient-doc-1:2.17.0-4.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-debuginfo-0:0.8.4-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.src",
            "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.src"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHBA-2015:0825"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "NETWORK",
            "authentication": "SINGLE",
            "availabilityImpact": "NONE",
            "baseScore": 3.5,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "NONE",
            "vectorString": "AV:N/AC:M/Au:S/C:P/I:N/A:N",
            "version": "2.0"
          },
          "products": [
            "7Server-RH7-RHOS-5.0:mariadb-galera-1:5.5.41-2.el7ost.src",
            "7Server-RH7-RHOS-5.0:mariadb-galera-common-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:mariadb-galera-debuginfo-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:mariadb-galera-server-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.src",
            "7Server-RH7-RHOS-5.0:openstack-sahara-doc-0:2014.1.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.src",
            "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-novaclient-doc-1:2.17.0-4.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-debuginfo-0:0.8.4-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.src",
            "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.src"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "mysql: unspecified vulnerability related to Server:Security:Privileges:Foreign Key (CPU Jan 2015)"
    },
    {
      "cve": "CVE-2015-0381",
      "discovery_date": "2015-01-21T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1184554"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Unspecified vulnerability in Oracle MySQL Server 5.5.40 and earlier and 5.6.21 and earlier allows remote attackers to affect availability via unknown vectors related to Server : Replication, a different vulnerability than CVE-2015-0382.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "mysql: unspecified vulnerability related to Server:Replication (CPU Jan 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-5.0:mariadb-galera-1:5.5.41-2.el7ost.src",
          "7Server-RH7-RHOS-5.0:mariadb-galera-common-1:5.5.41-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:mariadb-galera-debuginfo-1:5.5.41-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:mariadb-galera-server-1:5.5.41-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.src",
          "7Server-RH7-RHOS-5.0:openstack-sahara-doc-0:2014.1.3-3.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.src",
          "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.src",
          "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.src",
          "7Server-RH7-RHOS-5.0:python-novaclient-doc-1:2.17.0-4.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.src",
          "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.src",
          "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:python-sqlalchemy-debuginfo-0:0.8.4-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.src",
          "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.src"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2015-0381"
        },
        {
          "category": "external",
          "summary": "RHBZ#1184554",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1184554"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2015-0381",
          "url": "https://www.cve.org/CVERecord?id=CVE-2015-0381"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-0381",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-0381"
        },
        {
          "category": "external",
          "summary": "http://www.oracle.com/technetwork/topics/security/cpujan2015-1972971.html#AppendixMSQL",
          "url": "http://www.oracle.com/technetwork/topics/security/cpujan2015-1972971.html#AppendixMSQL"
        }
      ],
      "release_date": "2015-01-21T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2015-04-16T14:28:14+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 5 for RHEL 7 runs on Red Hat\nEnterprise Linux 7.1.\n\nThe Red Hat Enterprise Linux OpenStack Platform 5 for RHEL 7 Release Notes\n(see References section) contain the following:\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 5\nfor RHEL 7, including which channels need to be enabled and disabled.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Server-RH7-RHOS-5.0:mariadb-galera-1:5.5.41-2.el7ost.src",
            "7Server-RH7-RHOS-5.0:mariadb-galera-common-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:mariadb-galera-debuginfo-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:mariadb-galera-server-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.src",
            "7Server-RH7-RHOS-5.0:openstack-sahara-doc-0:2014.1.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.src",
            "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-novaclient-doc-1:2.17.0-4.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-debuginfo-0:0.8.4-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.src",
            "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.src"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHBA-2015:0825"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 4.3,
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P",
            "version": "2.0"
          },
          "products": [
            "7Server-RH7-RHOS-5.0:mariadb-galera-1:5.5.41-2.el7ost.src",
            "7Server-RH7-RHOS-5.0:mariadb-galera-common-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:mariadb-galera-debuginfo-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:mariadb-galera-server-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.src",
            "7Server-RH7-RHOS-5.0:openstack-sahara-doc-0:2014.1.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.src",
            "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-novaclient-doc-1:2.17.0-4.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-debuginfo-0:0.8.4-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.src",
            "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.src"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "mysql: unspecified vulnerability related to Server:Replication (CPU Jan 2015)"
    },
    {
      "cve": "CVE-2015-0382",
      "discovery_date": "2015-01-21T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1184555"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Unspecified vulnerability in Oracle MySQL Server 5.5.40 and earlier and 5.6.21 and earlier allows remote attackers to affect availability via unknown vectors related to Server : Replication, a different vulnerability than CVE-2015-0381.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "mysql: unspecified vulnerability related to Server:Replication (CPU Jan 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-5.0:mariadb-galera-1:5.5.41-2.el7ost.src",
          "7Server-RH7-RHOS-5.0:mariadb-galera-common-1:5.5.41-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:mariadb-galera-debuginfo-1:5.5.41-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:mariadb-galera-server-1:5.5.41-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.src",
          "7Server-RH7-RHOS-5.0:openstack-sahara-doc-0:2014.1.3-3.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.src",
          "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.src",
          "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.src",
          "7Server-RH7-RHOS-5.0:python-novaclient-doc-1:2.17.0-4.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.src",
          "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.src",
          "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:python-sqlalchemy-debuginfo-0:0.8.4-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.src",
          "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.src"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2015-0382"
        },
        {
          "category": "external",
          "summary": "RHBZ#1184555",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1184555"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2015-0382",
          "url": "https://www.cve.org/CVERecord?id=CVE-2015-0382"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-0382",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-0382"
        },
        {
          "category": "external",
          "summary": "http://www.oracle.com/technetwork/topics/security/cpujan2015-1972971.html#AppendixMSQL",
          "url": "http://www.oracle.com/technetwork/topics/security/cpujan2015-1972971.html#AppendixMSQL"
        }
      ],
      "release_date": "2015-01-21T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2015-04-16T14:28:14+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 5 for RHEL 7 runs on Red Hat\nEnterprise Linux 7.1.\n\nThe Red Hat Enterprise Linux OpenStack Platform 5 for RHEL 7 Release Notes\n(see References section) contain the following:\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 5\nfor RHEL 7, including which channels need to be enabled and disabled.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Server-RH7-RHOS-5.0:mariadb-galera-1:5.5.41-2.el7ost.src",
            "7Server-RH7-RHOS-5.0:mariadb-galera-common-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:mariadb-galera-debuginfo-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:mariadb-galera-server-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.src",
            "7Server-RH7-RHOS-5.0:openstack-sahara-doc-0:2014.1.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.src",
            "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-novaclient-doc-1:2.17.0-4.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-debuginfo-0:0.8.4-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.src",
            "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.src"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHBA-2015:0825"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 4.3,
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P",
            "version": "2.0"
          },
          "products": [
            "7Server-RH7-RHOS-5.0:mariadb-galera-1:5.5.41-2.el7ost.src",
            "7Server-RH7-RHOS-5.0:mariadb-galera-common-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:mariadb-galera-debuginfo-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:mariadb-galera-server-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.src",
            "7Server-RH7-RHOS-5.0:openstack-sahara-doc-0:2014.1.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.src",
            "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-novaclient-doc-1:2.17.0-4.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-debuginfo-0:0.8.4-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.src",
            "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.src"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "mysql: unspecified vulnerability related to Server:Replication (CPU Jan 2015)"
    },
    {
      "cve": "CVE-2015-0411",
      "discovery_date": "2015-01-21T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1184560"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Unspecified vulnerability in Oracle MySQL Server 5.5.40 and earlier, and 5.6.21 and earlier, allows remote attackers to affect confidentiality, integrity, and availability via unknown vectors related to Server : Security : Encryption.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "mysql: unspecified vulnerability related to Server:Security:Encryption (CPU Jan 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-5.0:mariadb-galera-1:5.5.41-2.el7ost.src",
          "7Server-RH7-RHOS-5.0:mariadb-galera-common-1:5.5.41-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:mariadb-galera-debuginfo-1:5.5.41-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:mariadb-galera-server-1:5.5.41-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.src",
          "7Server-RH7-RHOS-5.0:openstack-sahara-doc-0:2014.1.3-3.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.src",
          "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.src",
          "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.src",
          "7Server-RH7-RHOS-5.0:python-novaclient-doc-1:2.17.0-4.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.src",
          "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.src",
          "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:python-sqlalchemy-debuginfo-0:0.8.4-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.src",
          "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.src"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2015-0411"
        },
        {
          "category": "external",
          "summary": "RHBZ#1184560",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1184560"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2015-0411",
          "url": "https://www.cve.org/CVERecord?id=CVE-2015-0411"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-0411",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-0411"
        },
        {
          "category": "external",
          "summary": "http://www.oracle.com/technetwork/topics/security/cpujan2015-1972971.html#AppendixMSQL",
          "url": "http://www.oracle.com/technetwork/topics/security/cpujan2015-1972971.html#AppendixMSQL"
        }
      ],
      "release_date": "2015-01-21T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2015-04-16T14:28:14+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 5 for RHEL 7 runs on Red Hat\nEnterprise Linux 7.1.\n\nThe Red Hat Enterprise Linux OpenStack Platform 5 for RHEL 7 Release Notes\n(see References section) contain the following:\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 5\nfor RHEL 7, including which channels need to be enabled and disabled.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Server-RH7-RHOS-5.0:mariadb-galera-1:5.5.41-2.el7ost.src",
            "7Server-RH7-RHOS-5.0:mariadb-galera-common-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:mariadb-galera-debuginfo-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:mariadb-galera-server-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.src",
            "7Server-RH7-RHOS-5.0:openstack-sahara-doc-0:2014.1.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.src",
            "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-novaclient-doc-1:2.17.0-4.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-debuginfo-0:0.8.4-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.src",
            "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.src"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHBA-2015:0825"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "NONE",
            "baseScore": 5.8,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "PARTIAL",
            "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:N",
            "version": "2.0"
          },
          "products": [
            "7Server-RH7-RHOS-5.0:mariadb-galera-1:5.5.41-2.el7ost.src",
            "7Server-RH7-RHOS-5.0:mariadb-galera-common-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:mariadb-galera-debuginfo-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:mariadb-galera-server-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.src",
            "7Server-RH7-RHOS-5.0:openstack-sahara-doc-0:2014.1.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.src",
            "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-novaclient-doc-1:2.17.0-4.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-debuginfo-0:0.8.4-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.src",
            "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.src"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "mysql: unspecified vulnerability related to Server:Security:Encryption (CPU Jan 2015)"
    },
    {
      "cve": "CVE-2015-0432",
      "discovery_date": "2015-01-21T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1184561"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Unspecified vulnerability in Oracle MySQL Server 5.5.40 and earlier allows remote authenticated users to affect availability via vectors related to Server : InnoDB : DDL : Foreign Key.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "mysql: unspecified vulnerability related to Server:InnoDB:DDL:Foreign Key (CPU Jan 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-5.0:mariadb-galera-1:5.5.41-2.el7ost.src",
          "7Server-RH7-RHOS-5.0:mariadb-galera-common-1:5.5.41-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:mariadb-galera-debuginfo-1:5.5.41-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:mariadb-galera-server-1:5.5.41-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.src",
          "7Server-RH7-RHOS-5.0:openstack-sahara-doc-0:2014.1.3-3.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.src",
          "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.src",
          "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.src",
          "7Server-RH7-RHOS-5.0:python-novaclient-doc-1:2.17.0-4.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.src",
          "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.src",
          "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:python-sqlalchemy-debuginfo-0:0.8.4-2.el7ost.x86_64",
          "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.src",
          "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.noarch",
          "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.src"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2015-0432"
        },
        {
          "category": "external",
          "summary": "RHBZ#1184561",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1184561"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2015-0432",
          "url": "https://www.cve.org/CVERecord?id=CVE-2015-0432"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-0432",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-0432"
        },
        {
          "category": "external",
          "summary": "http://www.oracle.com/technetwork/topics/security/cpujan2015-1972971.html#AppendixMSQL",
          "url": "http://www.oracle.com/technetwork/topics/security/cpujan2015-1972971.html#AppendixMSQL"
        }
      ],
      "release_date": "2015-01-21T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2015-04-16T14:28:14+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 5 for RHEL 7 runs on Red Hat\nEnterprise Linux 7.1.\n\nThe Red Hat Enterprise Linux OpenStack Platform 5 for RHEL 7 Release Notes\n(see References section) contain the following:\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 5\nfor RHEL 7, including which channels need to be enabled and disabled.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Server-RH7-RHOS-5.0:mariadb-galera-1:5.5.41-2.el7ost.src",
            "7Server-RH7-RHOS-5.0:mariadb-galera-common-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:mariadb-galera-debuginfo-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:mariadb-galera-server-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.src",
            "7Server-RH7-RHOS-5.0:openstack-sahara-doc-0:2014.1.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.src",
            "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-novaclient-doc-1:2.17.0-4.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-debuginfo-0:0.8.4-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.src",
            "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.src"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHBA-2015:0825"
        }
      ],
      "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-5.0:mariadb-galera-1:5.5.41-2.el7ost.src",
            "7Server-RH7-RHOS-5.0:mariadb-galera-common-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:mariadb-galera-debuginfo-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:mariadb-galera-server-1:5.5.41-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-sahara-0:2014.1.3-3.el7ost.src",
            "7Server-RH7-RHOS-5.0:openstack-sahara-doc-0:2014.1.3-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-selinux-0:0.6.25-1.el7ost.src",
            "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:openstack-utils-0:2014.2-1.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-novaclient-1:2.17.0-4.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-novaclient-doc-1:2.17.0-4.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-requests-0:2.3.0-3.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.src",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-0:0.8.4-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:python-sqlalchemy-debuginfo-0:0.8.4-2.el7ost.x86_64",
            "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:python-urllib3-0:1.8.2-5.el7ost.src",
            "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.noarch",
            "7Server-RH7-RHOS-5.0:rabbitmq-server-0:3.3.5-3.el7ost.src"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "mysql: unspecified vulnerability related to Server:InnoDB:DDL:Foreign Key (CPU Jan 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.