RHSA-2018:2177
Vulnerability from csaf_redhat
Published
2018-07-11 18:11
Modified
2024-11-15 00:34
Summary
Red Hat Security Advisory: Red Hat Ceph Storage 3.0 security and bug fix update

Notes

Topic
An update for ceph is now available for Red Hat Ceph Storage 3.0 for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Red Hat Ceph Storage is a scalable, open, software-defined storage platform that combines the most stable version of the Ceph storage system with a Ceph management platform, deployment utilities, and support services. Security Fix(es): * ceph: cephx protocol is vulnerable to replay attack (CVE-2018-1128) * ceph: cephx uses weak signatures (CVE-2018-1129) * ceph: ceph-mon does not perform authorization on OSD pool ops (CVE-2018-10861) For more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section. Bug Fix(es): * Previously, Ceph RADOS Gateway (RGW) instances in zones configured for multi-site replication would crash if configured to disable sync ("rgw_run_sync_thread = false"). Therefor, multi-site replication environments could not start dedicated non-replication RGW instances. With this update, the "rgw_run_sync_thread" option can be used to configure RGW instances that will not participate in replication even if their zone is replicated. (BZ#1552202) * Previously, when increasing "max_mds" from "1" to "2", if the Metadata Server (MDS) daemon was in the starting/resolve state for a long period of time, then restarting the MDS daemon lead to assert. This caused the Ceph File System (CephFS) to be in degraded state. With this update, increasing "max_mds" no longer causes CephFS to be in degraded state. (BZ#1566016) * Previously, the transition to containerized Ceph left some "ceph-disk" unit files. The files were harmless, but appeared as failing. With this update, executing the "switch-from-non-containerized-to-containerized-ceph-daemons.yml" playbook disables the "ceph-disk" unit files too. (BZ#1577846) * Previously, the "entries_behind_master" metric output from the "rbd mirror image status" CLI tool did not always reduce to zero under synthetic workloads. This could cause a false alarm that there is an issue with RBD mirroring replications. With this update, the metric is now updated periodically without the need for an explicit I/O flush in the workload. (BZ#1578509) * Previously, when using the "pool create" command with "expected_num_objects", placement group (PG) directories were not pre-created at pool creation time as expected, resulting in performance drops when filestore splitting occurred. With this update, the "expected_num_objects" parameter is now passed through to filestore correctly, and PG directories for the expected number of objects are pre-created at pool creation time. (BZ#1579039) * Previously, internal RADOS Gateway (RGW) multi-site sync logic behaved incorrectly when attempting to sync containers with S3 object versioning enabled. Objects in versioning-enabled containers would fail to sync in some scenarios—for example, when using "s3cmd sync" to mirror a filesystem directory. With this update, RGW multi-site replication logic has been corrected for the known failure cases. (BZ#1580497) * When restarting OSD daemons, the "ceph-ansible" restart script goes through all the daemons by listing the units with systemctl list-units. Under certain circumstances, the output of the command contains extra spaces, which caused parsing and restart to fail. With this update, the underlying code has been changed to handle the extra space. * Previously, the Ceph RADOS Gateway (RGW) server treated negative byte-range object requests ("bytes=0--1") as invalid. Applications that expect the AWS behavior for negative or other invalid range requests saw unexpected errors and could fail. With this update, a new option "rgw_ignore_get_invalid_range" has been added to RGW. When "rgw_ignore_get_invalid_range" is set to "true", the RGW behavior for invalid range requests is backwards compatible with AWS.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.



{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for ceph is now available for Red Hat Ceph Storage 3.0 for Red\nHat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Red Hat Ceph Storage is a scalable, open, software-defined storage platform\nthat combines the most stable version of the Ceph storage system with a\nCeph management platform, deployment utilities, and support services.\n\nSecurity Fix(es):\n\n* ceph: cephx protocol is vulnerable to replay attack (CVE-2018-1128)\n\n* ceph: cephx uses weak signatures (CVE-2018-1129)\n\n* ceph: ceph-mon does not perform authorization on OSD pool ops (CVE-2018-10861)\n\nFor more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.\n\nBug Fix(es):\n\n* Previously, Ceph RADOS Gateway (RGW) instances in zones configured for multi-site replication would crash if configured to disable sync (\"rgw_run_sync_thread = false\"). Therefor, multi-site replication environments could not start dedicated non-replication RGW instances. With this update, the \"rgw_run_sync_thread\" option can be used to configure RGW instances that will not participate in replication even if their zone is replicated. (BZ#1552202)\n\n* Previously, when increasing \"max_mds\" from \"1\" to \"2\", if the Metadata Server (MDS) daemon was in the starting/resolve state for a long period of time, then restarting the MDS daemon lead to assert. This caused the Ceph File System (CephFS) to be in degraded state. With this update, increasing \"max_mds\" no longer causes CephFS to be in degraded state. (BZ#1566016)\n\n* Previously, the transition to containerized Ceph left some \"ceph-disk\" unit files. The files were harmless, but appeared as failing. With this update, executing the \"switch-from-non-containerized-to-containerized-ceph-daemons.yml\" playbook disables the \"ceph-disk\" unit files too. (BZ#1577846)\n\n* Previously, the \"entries_behind_master\" metric output from the \"rbd mirror image status\" CLI tool did not always reduce to zero under synthetic workloads. This could cause a false alarm that there is an issue with RBD mirroring replications. With this update, the metric is now updated periodically without the need for an explicit I/O flush in the workload. (BZ#1578509)\n\n* Previously, when using the \"pool create\" command with \"expected_num_objects\", placement group (PG) directories were not pre-created at pool creation time as expected, resulting in performance drops when filestore splitting occurred. With this update, the \"expected_num_objects\" parameter is now passed through to filestore correctly, and PG directories for the expected number of objects are pre-created at pool creation time. (BZ#1579039)\n\n* Previously, internal RADOS Gateway (RGW) multi-site sync logic behaved incorrectly when attempting to sync containers with S3 object versioning enabled. Objects in versioning-enabled containers would fail to sync in some scenarios\u2014for example, when using \"s3cmd sync\" to mirror a filesystem directory. With this update, RGW multi-site replication logic has been corrected for the known failure cases. (BZ#1580497)\n\n* When restarting OSD daemons, the \"ceph-ansible\" restart script goes through all the daemons by listing the units with systemctl list-units. Under certain circumstances, the output of the command contains extra spaces, which caused parsing and restart to fail. With this update, the underlying code has been changed to handle the extra space.\n\n* Previously, the Ceph RADOS Gateway (RGW) server treated negative byte-range object requests (\"bytes=0--1\") as invalid. Applications that expect the AWS behavior for negative or other invalid range requests saw unexpected errors and could fail. With this update, a new option \"rgw_ignore_get_invalid_range\" has been added to RGW. When \"rgw_ignore_get_invalid_range\" is set to \"true\", the RGW behavior for invalid range requests is backwards compatible with AWS.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2018:2177",
        "url": "https://access.redhat.com/errata/RHSA-2018:2177"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "category": "external",
        "summary": "1532645",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1532645"
      },
      {
        "category": "external",
        "summary": "1534657",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1534657"
      },
      {
        "category": "external",
        "summary": "1549004",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1549004"
      },
      {
        "category": "external",
        "summary": "1552202",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1552202"
      },
      {
        "category": "external",
        "summary": "1552509",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1552509"
      },
      {
        "category": "external",
        "summary": "1566016",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1566016"
      },
      {
        "category": "external",
        "summary": "1569694",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1569694"
      },
      {
        "category": "external",
        "summary": "1570597",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1570597"
      },
      {
        "category": "external",
        "summary": "1575024",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1575024"
      },
      {
        "category": "external",
        "summary": "1575866",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1575866"
      },
      {
        "category": "external",
        "summary": "1576057",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1576057"
      },
      {
        "category": "external",
        "summary": "1576861",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1576861"
      },
      {
        "category": "external",
        "summary": "1576908",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1576908"
      },
      {
        "category": "external",
        "summary": "1577846",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1577846"
      },
      {
        "category": "external",
        "summary": "1578509",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1578509"
      },
      {
        "category": "external",
        "summary": "1578572",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1578572"
      },
      {
        "category": "external",
        "summary": "1579039",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1579039"
      },
      {
        "category": "external",
        "summary": "1581403",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1581403"
      },
      {
        "category": "external",
        "summary": "1581573",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1581573"
      },
      {
        "category": "external",
        "summary": "1585748",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1585748"
      },
      {
        "category": "external",
        "summary": "1593308",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1593308"
      },
      {
        "category": "external",
        "summary": "1594974",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1594974"
      },
      {
        "category": "external",
        "summary": "1598185",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1598185"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2018/rhsa-2018_2177.json"
      }
    ],
    "title": "Red Hat Security Advisory: Red Hat Ceph Storage 3.0 security and bug fix update",
    "tracking": {
      "current_release_date": "2024-11-15T00:34:11+00:00",
      "generator": {
        "date": "2024-11-15T00:34:11+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.2.1"
        }
      },
      "id": "RHSA-2018:2177",
      "initial_release_date": "2018-07-11T18:11:30+00:00",
      "revision_history": [
        {
          "date": "2018-07-11T18:11:30+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2018-07-11T18:11:30+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2024-11-15T00:34:11+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "7Server-RHCEPH-3.0-MON",
                "product": {
                  "name": "7Server-RHCEPH-3.0-MON",
                  "product_id": "7Server-RHCEPH-3.0-MON",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:ceph_storage:3::el7"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "7Server-RHCEPH-3.0-OSD",
                "product": {
                  "name": "7Server-RHCEPH-3.0-OSD",
                  "product_id": "7Server-RHCEPH-3.0-OSD",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:ceph_storage:3::el7"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "7Server-RHCEPH-3.0-Tools",
                "product": {
                  "name": "7Server-RHCEPH-3.0-Tools",
                  "product_id": "7Server-RHCEPH-3.0-Tools",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:ceph_storage:3::el7"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Ceph Storage"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "cephmetrics-0:1.0.1-1.el7cp.src",
                "product": {
                  "name": "cephmetrics-0:1.0.1-1.el7cp.src",
                  "product_id": "cephmetrics-0:1.0.1-1.el7cp.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/cephmetrics@1.0.1-1.el7cp?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nfs-ganesha-0:2.5.5-6.el7cp.src",
                "product": {
                  "name": "nfs-ganesha-0:2.5.5-6.el7cp.src",
                  "product_id": "nfs-ganesha-0:2.5.5-6.el7cp.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nfs-ganesha@2.5.5-6.el7cp?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ceph-2:12.2.4-30.el7cp.src",
                "product": {
                  "name": "ceph-2:12.2.4-30.el7cp.src",
                  "product_id": "ceph-2:12.2.4-30.el7cp.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ceph@12.2.4-30.el7cp?arch=src\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ceph-ansible-0:3.0.39-1.el7cp.src",
                "product": {
                  "name": "ceph-ansible-0:3.0.39-1.el7cp.src",
                  "product_id": "ceph-ansible-0:3.0.39-1.el7cp.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ceph-ansible@3.0.39-1.el7cp?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "cephmetrics-0:1.0.1-1.el7cp.x86_64",
                "product": {
                  "name": "cephmetrics-0:1.0.1-1.el7cp.x86_64",
                  "product_id": "cephmetrics-0:1.0.1-1.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/cephmetrics@1.0.1-1.el7cp?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
                "product": {
                  "name": "cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
                  "product_id": "cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/cephmetrics-grafana-plugins@1.0.1-1.el7cp?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
                "product": {
                  "name": "cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
                  "product_id": "cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/cephmetrics-ansible@1.0.1-1.el7cp?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
                "product": {
                  "name": "cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
                  "product_id": "cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/cephmetrics-collectors@1.0.1-1.el7cp?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nfs-ganesha-0:2.5.5-6.el7cp.x86_64",
                "product": {
                  "name": "nfs-ganesha-0:2.5.5-6.el7cp.x86_64",
                  "product_id": "nfs-ganesha-0:2.5.5-6.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nfs-ganesha@2.5.5-6.el7cp?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nfs-ganesha-ceph-0:2.5.5-6.el7cp.x86_64",
                "product": {
                  "name": "nfs-ganesha-ceph-0:2.5.5-6.el7cp.x86_64",
                  "product_id": "nfs-ganesha-ceph-0:2.5.5-6.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nfs-ganesha-ceph@2.5.5-6.el7cp?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nfs-ganesha-debuginfo-0:2.5.5-6.el7cp.x86_64",
                "product": {
                  "name": "nfs-ganesha-debuginfo-0:2.5.5-6.el7cp.x86_64",
                  "product_id": "nfs-ganesha-debuginfo-0:2.5.5-6.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nfs-ganesha-debuginfo@2.5.5-6.el7cp?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nfs-ganesha-rgw-0:2.5.5-6.el7cp.x86_64",
                "product": {
                  "name": "nfs-ganesha-rgw-0:2.5.5-6.el7cp.x86_64",
                  "product_id": "nfs-ganesha-rgw-0:2.5.5-6.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nfs-ganesha-rgw@2.5.5-6.el7cp?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-rbd-2:12.2.4-30.el7cp.x86_64",
                "product": {
                  "name": "python-rbd-2:12.2.4-30.el7cp.x86_64",
                  "product_id": "python-rbd-2:12.2.4-30.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-rbd@12.2.4-30.el7cp?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-rados-2:12.2.4-30.el7cp.x86_64",
                "product": {
                  "name": "python-rados-2:12.2.4-30.el7cp.x86_64",
                  "product_id": "python-rados-2:12.2.4-30.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-rados@12.2.4-30.el7cp?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rbd-mirror-2:12.2.4-30.el7cp.x86_64",
                "product": {
                  "name": "rbd-mirror-2:12.2.4-30.el7cp.x86_64",
                  "product_id": "rbd-mirror-2:12.2.4-30.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rbd-mirror@12.2.4-30.el7cp?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libradosstriper1-2:12.2.4-30.el7cp.x86_64",
                "product": {
                  "name": "libradosstriper1-2:12.2.4-30.el7cp.x86_64",
                  "product_id": "libradosstriper1-2:12.2.4-30.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libradosstriper1@12.2.4-30.el7cp?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-cephfs-2:12.2.4-30.el7cp.x86_64",
                "product": {
                  "name": "python-cephfs-2:12.2.4-30.el7cp.x86_64",
                  "product_id": "python-cephfs-2:12.2.4-30.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-cephfs@12.2.4-30.el7cp?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ceph-selinux-2:12.2.4-30.el7cp.x86_64",
                "product": {
                  "name": "ceph-selinux-2:12.2.4-30.el7cp.x86_64",
                  "product_id": "ceph-selinux-2:12.2.4-30.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ceph-selinux@12.2.4-30.el7cp?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "librados2-2:12.2.4-30.el7cp.x86_64",
                "product": {
                  "name": "librados2-2:12.2.4-30.el7cp.x86_64",
                  "product_id": "librados2-2:12.2.4-30.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/librados2@12.2.4-30.el7cp?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libcephfs2-2:12.2.4-30.el7cp.x86_64",
                "product": {
                  "name": "libcephfs2-2:12.2.4-30.el7cp.x86_64",
                  "product_id": "libcephfs2-2:12.2.4-30.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libcephfs2@12.2.4-30.el7cp?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "librgw2-2:12.2.4-30.el7cp.x86_64",
                "product": {
                  "name": "librgw2-2:12.2.4-30.el7cp.x86_64",
                  "product_id": "librgw2-2:12.2.4-30.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/librgw2@12.2.4-30.el7cp?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ceph-mds-2:12.2.4-30.el7cp.x86_64",
                "product": {
                  "name": "ceph-mds-2:12.2.4-30.el7cp.x86_64",
                  "product_id": "ceph-mds-2:12.2.4-30.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ceph-mds@12.2.4-30.el7cp?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
                "product": {
                  "name": "ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
                  "product_id": "ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ceph-radosgw@12.2.4-30.el7cp?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "librbd1-2:12.2.4-30.el7cp.x86_64",
                "product": {
                  "name": "librbd1-2:12.2.4-30.el7cp.x86_64",
                  "product_id": "librbd1-2:12.2.4-30.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/librbd1@12.2.4-30.el7cp?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
                "product": {
                  "name": "ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
                  "product_id": "ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ceph-debuginfo@12.2.4-30.el7cp?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-rgw-2:12.2.4-30.el7cp.x86_64",
                "product": {
                  "name": "python-rgw-2:12.2.4-30.el7cp.x86_64",
                  "product_id": "python-rgw-2:12.2.4-30.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-rgw@12.2.4-30.el7cp?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
                "product": {
                  "name": "libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
                  "product_id": "libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libcephfs-devel@12.2.4-30.el7cp?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ceph-base-2:12.2.4-30.el7cp.x86_64",
                "product": {
                  "name": "ceph-base-2:12.2.4-30.el7cp.x86_64",
                  "product_id": "ceph-base-2:12.2.4-30.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ceph-base@12.2.4-30.el7cp?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "librados-devel-2:12.2.4-30.el7cp.x86_64",
                "product": {
                  "name": "librados-devel-2:12.2.4-30.el7cp.x86_64",
                  "product_id": "librados-devel-2:12.2.4-30.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/librados-devel@12.2.4-30.el7cp?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ceph-fuse-2:12.2.4-30.el7cp.x86_64",
                "product": {
                  "name": "ceph-fuse-2:12.2.4-30.el7cp.x86_64",
                  "product_id": "ceph-fuse-2:12.2.4-30.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ceph-fuse@12.2.4-30.el7cp?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ceph-common-2:12.2.4-30.el7cp.x86_64",
                "product": {
                  "name": "ceph-common-2:12.2.4-30.el7cp.x86_64",
                  "product_id": "ceph-common-2:12.2.4-30.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ceph-common@12.2.4-30.el7cp?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "librgw-devel-2:12.2.4-30.el7cp.x86_64",
                "product": {
                  "name": "librgw-devel-2:12.2.4-30.el7cp.x86_64",
                  "product_id": "librgw-devel-2:12.2.4-30.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/librgw-devel@12.2.4-30.el7cp?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "librbd-devel-2:12.2.4-30.el7cp.x86_64",
                "product": {
                  "name": "librbd-devel-2:12.2.4-30.el7cp.x86_64",
                  "product_id": "librbd-devel-2:12.2.4-30.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/librbd-devel@12.2.4-30.el7cp?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ceph-mgr-2:12.2.4-30.el7cp.x86_64",
                "product": {
                  "name": "ceph-mgr-2:12.2.4-30.el7cp.x86_64",
                  "product_id": "ceph-mgr-2:12.2.4-30.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ceph-mgr@12.2.4-30.el7cp?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ceph-test-2:12.2.4-30.el7cp.x86_64",
                "product": {
                  "name": "ceph-test-2:12.2.4-30.el7cp.x86_64",
                  "product_id": "ceph-test-2:12.2.4-30.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ceph-test@12.2.4-30.el7cp?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ceph-mon-2:12.2.4-30.el7cp.x86_64",
                "product": {
                  "name": "ceph-mon-2:12.2.4-30.el7cp.x86_64",
                  "product_id": "ceph-mon-2:12.2.4-30.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ceph-mon@12.2.4-30.el7cp?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ceph-osd-2:12.2.4-30.el7cp.x86_64",
                "product": {
                  "name": "ceph-osd-2:12.2.4-30.el7cp.x86_64",
                  "product_id": "ceph-osd-2:12.2.4-30.el7cp.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ceph-osd@12.2.4-30.el7cp?arch=x86_64\u0026epoch=2"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "ceph-ansible-0:3.0.39-1.el7cp.noarch",
                "product": {
                  "name": "ceph-ansible-0:3.0.39-1.el7cp.noarch",
                  "product_id": "ceph-ansible-0:3.0.39-1.el7cp.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ceph-ansible@3.0.39-1.el7cp?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-2:12.2.4-30.el7cp.src as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:ceph-2:12.2.4-30.el7cp.src"
        },
        "product_reference": "ceph-2:12.2.4-30.el7cp.src",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-base-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:ceph-base-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-base-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-common-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:ceph-common-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-common-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-debuginfo-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-fuse-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:ceph-fuse-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-fuse-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-mds-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:ceph-mds-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-mds-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-mgr-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:ceph-mgr-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-mgr-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-mon-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:ceph-mon-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-mon-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-osd-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:ceph-osd-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-osd-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-radosgw-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:ceph-radosgw-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-selinux-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:ceph-selinux-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-selinux-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-test-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:ceph-test-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-test-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cephmetrics-0:1.0.1-1.el7cp.src as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:cephmetrics-0:1.0.1-1.el7cp.src"
        },
        "product_reference": "cephmetrics-0:1.0.1-1.el7cp.src",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cephmetrics-0:1.0.1-1.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:cephmetrics-0:1.0.1-1.el7cp.x86_64"
        },
        "product_reference": "cephmetrics-0:1.0.1-1.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64"
        },
        "product_reference": "cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64"
        },
        "product_reference": "cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64"
        },
        "product_reference": "cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libcephfs-devel-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:libcephfs-devel-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libcephfs2-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:libcephfs2-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "libcephfs2-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "librados-devel-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:librados-devel-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "librados-devel-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "librados2-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:librados2-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "librados2-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libradosstriper1-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:libradosstriper1-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "libradosstriper1-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "librbd-devel-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:librbd-devel-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "librbd-devel-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "librbd1-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:librbd1-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "librbd1-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "librgw-devel-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:librgw-devel-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "librgw-devel-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "librgw2-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:librgw2-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "librgw2-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-cephfs-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:python-cephfs-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "python-cephfs-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-rados-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:python-rados-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "python-rados-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-rbd-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:python-rbd-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "python-rbd-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-rgw-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:python-rgw-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "python-rgw-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rbd-mirror-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-MON",
          "product_id": "7Server-RHCEPH-3.0-MON:rbd-mirror-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "rbd-mirror-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-MON"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-2:12.2.4-30.el7cp.src as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:ceph-2:12.2.4-30.el7cp.src"
        },
        "product_reference": "ceph-2:12.2.4-30.el7cp.src",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-base-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:ceph-base-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-base-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-common-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:ceph-common-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-common-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-debuginfo-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-fuse-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:ceph-fuse-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-fuse-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-mds-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:ceph-mds-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-mds-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-mgr-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:ceph-mgr-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-mgr-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-mon-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:ceph-mon-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-mon-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-osd-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:ceph-osd-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-osd-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-radosgw-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:ceph-radosgw-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-selinux-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:ceph-selinux-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-selinux-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-test-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:ceph-test-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-test-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cephmetrics-0:1.0.1-1.el7cp.src as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:cephmetrics-0:1.0.1-1.el7cp.src"
        },
        "product_reference": "cephmetrics-0:1.0.1-1.el7cp.src",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cephmetrics-0:1.0.1-1.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:cephmetrics-0:1.0.1-1.el7cp.x86_64"
        },
        "product_reference": "cephmetrics-0:1.0.1-1.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64"
        },
        "product_reference": "cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64"
        },
        "product_reference": "cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64"
        },
        "product_reference": "cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libcephfs-devel-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:libcephfs-devel-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libcephfs2-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:libcephfs2-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "libcephfs2-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "librados-devel-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:librados-devel-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "librados-devel-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "librados2-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:librados2-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "librados2-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libradosstriper1-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:libradosstriper1-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "libradosstriper1-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "librbd-devel-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:librbd-devel-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "librbd-devel-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "librbd1-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:librbd1-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "librbd1-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "librgw-devel-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:librgw-devel-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "librgw-devel-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "librgw2-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:librgw2-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "librgw2-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-cephfs-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:python-cephfs-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "python-cephfs-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-rados-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:python-rados-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "python-rados-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-rbd-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:python-rbd-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "python-rbd-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-rgw-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:python-rgw-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "python-rgw-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rbd-mirror-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-OSD",
          "product_id": "7Server-RHCEPH-3.0-OSD:rbd-mirror-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "rbd-mirror-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-OSD"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-2:12.2.4-30.el7cp.src as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:ceph-2:12.2.4-30.el7cp.src"
        },
        "product_reference": "ceph-2:12.2.4-30.el7cp.src",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-ansible-0:3.0.39-1.el7cp.noarch as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:ceph-ansible-0:3.0.39-1.el7cp.noarch"
        },
        "product_reference": "ceph-ansible-0:3.0.39-1.el7cp.noarch",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-ansible-0:3.0.39-1.el7cp.src as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:ceph-ansible-0:3.0.39-1.el7cp.src"
        },
        "product_reference": "ceph-ansible-0:3.0.39-1.el7cp.src",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-base-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:ceph-base-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-base-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-common-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:ceph-common-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-common-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-debuginfo-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-fuse-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:ceph-fuse-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-fuse-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-mds-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:ceph-mds-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-mds-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-mgr-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:ceph-mgr-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-mgr-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-mon-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:ceph-mon-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-mon-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-osd-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:ceph-osd-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-osd-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-radosgw-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:ceph-radosgw-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-selinux-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:ceph-selinux-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-selinux-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ceph-test-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:ceph-test-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "ceph-test-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cephmetrics-0:1.0.1-1.el7cp.src as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:cephmetrics-0:1.0.1-1.el7cp.src"
        },
        "product_reference": "cephmetrics-0:1.0.1-1.el7cp.src",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cephmetrics-0:1.0.1-1.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:cephmetrics-0:1.0.1-1.el7cp.x86_64"
        },
        "product_reference": "cephmetrics-0:1.0.1-1.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64"
        },
        "product_reference": "cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64"
        },
        "product_reference": "cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64"
        },
        "product_reference": "cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libcephfs-devel-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:libcephfs-devel-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libcephfs2-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:libcephfs2-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "libcephfs2-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "librados-devel-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:librados-devel-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "librados-devel-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "librados2-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:librados2-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "librados2-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libradosstriper1-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:libradosstriper1-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "libradosstriper1-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "librbd-devel-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:librbd-devel-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "librbd-devel-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "librbd1-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:librbd1-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "librbd1-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "librgw-devel-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:librgw-devel-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "librgw-devel-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "librgw2-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:librgw2-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "librgw2-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nfs-ganesha-0:2.5.5-6.el7cp.src as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:nfs-ganesha-0:2.5.5-6.el7cp.src"
        },
        "product_reference": "nfs-ganesha-0:2.5.5-6.el7cp.src",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nfs-ganesha-0:2.5.5-6.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:nfs-ganesha-0:2.5.5-6.el7cp.x86_64"
        },
        "product_reference": "nfs-ganesha-0:2.5.5-6.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nfs-ganesha-ceph-0:2.5.5-6.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:nfs-ganesha-ceph-0:2.5.5-6.el7cp.x86_64"
        },
        "product_reference": "nfs-ganesha-ceph-0:2.5.5-6.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nfs-ganesha-debuginfo-0:2.5.5-6.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:nfs-ganesha-debuginfo-0:2.5.5-6.el7cp.x86_64"
        },
        "product_reference": "nfs-ganesha-debuginfo-0:2.5.5-6.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nfs-ganesha-rgw-0:2.5.5-6.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:nfs-ganesha-rgw-0:2.5.5-6.el7cp.x86_64"
        },
        "product_reference": "nfs-ganesha-rgw-0:2.5.5-6.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-cephfs-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:python-cephfs-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "python-cephfs-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-rados-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:python-rados-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "python-rados-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-rbd-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:python-rbd-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "python-rbd-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-rgw-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:python-rgw-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "python-rgw-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rbd-mirror-2:12.2.4-30.el7cp.x86_64 as a component of 7Server-RHCEPH-3.0-Tools",
          "product_id": "7Server-RHCEPH-3.0-Tools:rbd-mirror-2:12.2.4-30.el7cp.x86_64"
        },
        "product_reference": "rbd-mirror-2:12.2.4-30.el7cp.x86_64",
        "relates_to_product_reference": "7Server-RHCEPH-3.0-Tools"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2018-1128",
      "cwe": {
        "id": "CWE-294",
        "name": "Authentication Bypass by Capture-replay"
      },
      "discovery_date": "2018-05-08T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1575866"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "It was found that cephx authentication protocol did not verify ceph clients correctly and was vulnerable to replay attack. Any attacker having access to the ceph cluster network who is also able to sniff packets on the network can use this vulnerability to authenticate with ceph service and perform actions allowed by ceph service.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "ceph: cephx protocol is vulnerable to replay attack",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat OpenStack Platform ships the flawed package, however RHOSP deployments use the ceph package directly from the Ceph channel.  A RHOSP ceph update will therefore not be provided at this time, but please ensure that the underlying Red Hat Ceph Storage is updated.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "7Server-RHCEPH-3.0-MON:ceph-2:12.2.4-30.el7cp.src",
          "7Server-RHCEPH-3.0-MON:ceph-base-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-common-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-mds-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-mon-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-osd-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-test-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:cephmetrics-0:1.0.1-1.el7cp.src",
          "7Server-RHCEPH-3.0-MON:cephmetrics-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:libcephfs2-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:librados-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:librados2-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:librbd-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:librbd1-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:librgw-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:librgw2-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:python-cephfs-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:python-rados-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:python-rbd-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:python-rgw-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:rbd-mirror-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-2:12.2.4-30.el7cp.src",
          "7Server-RHCEPH-3.0-OSD:ceph-base-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-common-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-mds-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-mon-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-osd-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-test-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:cephmetrics-0:1.0.1-1.el7cp.src",
          "7Server-RHCEPH-3.0-OSD:cephmetrics-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:libcephfs2-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:librados-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:librados2-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:librbd-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:librbd1-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:librgw-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:librgw2-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:python-cephfs-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:python-rados-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:python-rbd-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:python-rgw-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:rbd-mirror-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-2:12.2.4-30.el7cp.src",
          "7Server-RHCEPH-3.0-Tools:ceph-ansible-0:3.0.39-1.el7cp.noarch",
          "7Server-RHCEPH-3.0-Tools:ceph-ansible-0:3.0.39-1.el7cp.src",
          "7Server-RHCEPH-3.0-Tools:ceph-base-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-common-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-mds-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-mon-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-osd-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-test-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:cephmetrics-0:1.0.1-1.el7cp.src",
          "7Server-RHCEPH-3.0-Tools:cephmetrics-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:libcephfs2-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:librados-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:librados2-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:librbd-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:librbd1-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:librgw-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:librgw2-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:nfs-ganesha-0:2.5.5-6.el7cp.src",
          "7Server-RHCEPH-3.0-Tools:nfs-ganesha-0:2.5.5-6.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:nfs-ganesha-ceph-0:2.5.5-6.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:nfs-ganesha-debuginfo-0:2.5.5-6.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:nfs-ganesha-rgw-0:2.5.5-6.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:python-cephfs-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:python-rados-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:python-rbd-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:python-rgw-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:rbd-mirror-2:12.2.4-30.el7cp.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2018-1128"
        },
        {
          "category": "external",
          "summary": "RHBZ#1575866",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1575866"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2018-1128",
          "url": "https://www.cve.org/CVERecord?id=CVE-2018-1128"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1128",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1128"
        }
      ],
      "release_date": "2018-07-09T12:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2018-07-11T18:11:30+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Server-RHCEPH-3.0-MON:ceph-2:12.2.4-30.el7cp.src",
            "7Server-RHCEPH-3.0-MON:ceph-base-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-common-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-mds-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-mon-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-osd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-test-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-0:1.0.1-1.el7cp.src",
            "7Server-RHCEPH-3.0-MON:cephmetrics-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:libcephfs2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librados-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librados2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librbd-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librbd1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librgw-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librgw2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-cephfs-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-rados-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-rbd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-rgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:rbd-mirror-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-2:12.2.4-30.el7cp.src",
            "7Server-RHCEPH-3.0-OSD:ceph-base-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-common-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-mds-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-mon-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-osd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-test-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-0:1.0.1-1.el7cp.src",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:libcephfs2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librados-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librados2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librbd-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librbd1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librgw-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librgw2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-cephfs-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-rados-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-rbd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-rgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:rbd-mirror-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-2:12.2.4-30.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:ceph-ansible-0:3.0.39-1.el7cp.noarch",
            "7Server-RHCEPH-3.0-Tools:ceph-ansible-0:3.0.39-1.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:ceph-base-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-common-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-mds-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-mon-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-osd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-test-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-0:1.0.1-1.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:libcephfs2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librados-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librados2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librbd-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librbd1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librgw-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librgw2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-0:2.5.5-6.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-ceph-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-debuginfo-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-rgw-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-cephfs-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-rados-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-rbd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-rgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:rbd-mirror-2:12.2.4-30.el7cp.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2018:2177"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "ADJACENT_NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:A/AC:H/PR:N/UI:R/S:U/C:H/I:L/A:L",
            "version": "3.0"
          },
          "products": [
            "7Server-RHCEPH-3.0-MON:ceph-2:12.2.4-30.el7cp.src",
            "7Server-RHCEPH-3.0-MON:ceph-base-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-common-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-mds-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-mon-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-osd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-test-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-0:1.0.1-1.el7cp.src",
            "7Server-RHCEPH-3.0-MON:cephmetrics-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:libcephfs2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librados-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librados2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librbd-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librbd1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librgw-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librgw2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-cephfs-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-rados-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-rbd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-rgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:rbd-mirror-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-2:12.2.4-30.el7cp.src",
            "7Server-RHCEPH-3.0-OSD:ceph-base-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-common-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-mds-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-mon-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-osd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-test-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-0:1.0.1-1.el7cp.src",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:libcephfs2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librados-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librados2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librbd-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librbd1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librgw-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librgw2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-cephfs-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-rados-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-rbd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-rgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:rbd-mirror-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-2:12.2.4-30.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:ceph-ansible-0:3.0.39-1.el7cp.noarch",
            "7Server-RHCEPH-3.0-Tools:ceph-ansible-0:3.0.39-1.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:ceph-base-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-common-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-mds-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-mon-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-osd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-test-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-0:1.0.1-1.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:libcephfs2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librados-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librados2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librbd-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librbd1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librgw-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librgw2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-0:2.5.5-6.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-ceph-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-debuginfo-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-rgw-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-cephfs-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-rados-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-rbd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-rgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:rbd-mirror-2:12.2.4-30.el7cp.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "ceph: cephx protocol is vulnerable to replay attack"
    },
    {
      "cve": "CVE-2018-1129",
      "cwe": {
        "id": "CWE-284",
        "name": "Improper Access Control"
      },
      "discovery_date": "2018-05-08T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1576057"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the way signature calculation was handled by cephx authentication protocol. An attacker having access to ceph cluster network, who is able to alter the message payload, was able to bypass signature checks done by cephx protocol.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "ceph: cephx uses weak signatures",
          "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-RHCEPH-3.0-MON:ceph-2:12.2.4-30.el7cp.src",
          "7Server-RHCEPH-3.0-MON:ceph-base-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-common-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-mds-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-mon-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-osd-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-test-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:cephmetrics-0:1.0.1-1.el7cp.src",
          "7Server-RHCEPH-3.0-MON:cephmetrics-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:libcephfs2-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:librados-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:librados2-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:librbd-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:librbd1-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:librgw-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:librgw2-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:python-cephfs-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:python-rados-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:python-rbd-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:python-rgw-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:rbd-mirror-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-2:12.2.4-30.el7cp.src",
          "7Server-RHCEPH-3.0-OSD:ceph-base-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-common-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-mds-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-mon-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-osd-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-test-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:cephmetrics-0:1.0.1-1.el7cp.src",
          "7Server-RHCEPH-3.0-OSD:cephmetrics-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:libcephfs2-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:librados-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:librados2-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:librbd-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:librbd1-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:librgw-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:librgw2-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:python-cephfs-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:python-rados-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:python-rbd-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:python-rgw-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:rbd-mirror-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-2:12.2.4-30.el7cp.src",
          "7Server-RHCEPH-3.0-Tools:ceph-ansible-0:3.0.39-1.el7cp.noarch",
          "7Server-RHCEPH-3.0-Tools:ceph-ansible-0:3.0.39-1.el7cp.src",
          "7Server-RHCEPH-3.0-Tools:ceph-base-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-common-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-mds-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-mon-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-osd-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-test-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:cephmetrics-0:1.0.1-1.el7cp.src",
          "7Server-RHCEPH-3.0-Tools:cephmetrics-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:libcephfs2-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:librados-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:librados2-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:librbd-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:librbd1-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:librgw-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:librgw2-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:nfs-ganesha-0:2.5.5-6.el7cp.src",
          "7Server-RHCEPH-3.0-Tools:nfs-ganesha-0:2.5.5-6.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:nfs-ganesha-ceph-0:2.5.5-6.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:nfs-ganesha-debuginfo-0:2.5.5-6.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:nfs-ganesha-rgw-0:2.5.5-6.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:python-cephfs-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:python-rados-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:python-rbd-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:python-rgw-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:rbd-mirror-2:12.2.4-30.el7cp.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2018-1129"
        },
        {
          "category": "external",
          "summary": "RHBZ#1576057",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1576057"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2018-1129",
          "url": "https://www.cve.org/CVERecord?id=CVE-2018-1129"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1129",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1129"
        }
      ],
      "release_date": "2018-07-09T12:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2018-07-11T18:11:30+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Server-RHCEPH-3.0-MON:ceph-2:12.2.4-30.el7cp.src",
            "7Server-RHCEPH-3.0-MON:ceph-base-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-common-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-mds-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-mon-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-osd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-test-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-0:1.0.1-1.el7cp.src",
            "7Server-RHCEPH-3.0-MON:cephmetrics-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:libcephfs2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librados-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librados2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librbd-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librbd1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librgw-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librgw2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-cephfs-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-rados-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-rbd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-rgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:rbd-mirror-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-2:12.2.4-30.el7cp.src",
            "7Server-RHCEPH-3.0-OSD:ceph-base-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-common-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-mds-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-mon-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-osd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-test-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-0:1.0.1-1.el7cp.src",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:libcephfs2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librados-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librados2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librbd-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librbd1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librgw-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librgw2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-cephfs-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-rados-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-rbd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-rgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:rbd-mirror-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-2:12.2.4-30.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:ceph-ansible-0:3.0.39-1.el7cp.noarch",
            "7Server-RHCEPH-3.0-Tools:ceph-ansible-0:3.0.39-1.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:ceph-base-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-common-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-mds-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-mon-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-osd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-test-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-0:1.0.1-1.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:libcephfs2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librados-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librados2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librbd-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librbd1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librgw-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librgw2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-0:2.5.5-6.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-ceph-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-debuginfo-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-rgw-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-cephfs-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-rados-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-rbd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-rgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:rbd-mirror-2:12.2.4-30.el7cp.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2018:2177"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "ADJACENT_NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:A/AC:H/PR:N/UI:R/S:U/C:H/I:L/A:L",
            "version": "3.0"
          },
          "products": [
            "7Server-RHCEPH-3.0-MON:ceph-2:12.2.4-30.el7cp.src",
            "7Server-RHCEPH-3.0-MON:ceph-base-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-common-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-mds-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-mon-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-osd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-test-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-0:1.0.1-1.el7cp.src",
            "7Server-RHCEPH-3.0-MON:cephmetrics-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:libcephfs2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librados-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librados2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librbd-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librbd1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librgw-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librgw2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-cephfs-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-rados-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-rbd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-rgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:rbd-mirror-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-2:12.2.4-30.el7cp.src",
            "7Server-RHCEPH-3.0-OSD:ceph-base-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-common-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-mds-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-mon-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-osd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-test-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-0:1.0.1-1.el7cp.src",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:libcephfs2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librados-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librados2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librbd-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librbd1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librgw-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librgw2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-cephfs-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-rados-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-rbd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-rgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:rbd-mirror-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-2:12.2.4-30.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:ceph-ansible-0:3.0.39-1.el7cp.noarch",
            "7Server-RHCEPH-3.0-Tools:ceph-ansible-0:3.0.39-1.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:ceph-base-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-common-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-mds-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-mon-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-osd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-test-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-0:1.0.1-1.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:libcephfs2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librados-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librados2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librbd-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librbd1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librgw-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librgw2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-0:2.5.5-6.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-ceph-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-debuginfo-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-rgw-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-cephfs-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-rados-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-rbd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-rgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:rbd-mirror-2:12.2.4-30.el7cp.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "ceph: cephx uses weak signatures"
    },
    {
      "cve": "CVE-2018-10861",
      "cwe": {
        "id": "CWE-285",
        "name": "Improper Authorization"
      },
      "discovery_date": "2018-06-20T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1593308"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the way ceph mon handles user requests. Any authenticated ceph user having read access to ceph can delete and corrupt snapshot images",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "ceph: ceph-mon does not perform authorization on OSD pool ops",
          "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-RHCEPH-3.0-MON:ceph-2:12.2.4-30.el7cp.src",
          "7Server-RHCEPH-3.0-MON:ceph-base-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-common-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-mds-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-mon-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-osd-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:ceph-test-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:cephmetrics-0:1.0.1-1.el7cp.src",
          "7Server-RHCEPH-3.0-MON:cephmetrics-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:libcephfs2-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:librados-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:librados2-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:librbd-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:librbd1-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:librgw-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:librgw2-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:python-cephfs-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:python-rados-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:python-rbd-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:python-rgw-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-MON:rbd-mirror-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-2:12.2.4-30.el7cp.src",
          "7Server-RHCEPH-3.0-OSD:ceph-base-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-common-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-mds-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-mon-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-osd-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:ceph-test-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:cephmetrics-0:1.0.1-1.el7cp.src",
          "7Server-RHCEPH-3.0-OSD:cephmetrics-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:libcephfs2-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:librados-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:librados2-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:librbd-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:librbd1-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:librgw-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:librgw2-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:python-cephfs-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:python-rados-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:python-rbd-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:python-rgw-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-OSD:rbd-mirror-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-2:12.2.4-30.el7cp.src",
          "7Server-RHCEPH-3.0-Tools:ceph-ansible-0:3.0.39-1.el7cp.noarch",
          "7Server-RHCEPH-3.0-Tools:ceph-ansible-0:3.0.39-1.el7cp.src",
          "7Server-RHCEPH-3.0-Tools:ceph-base-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-common-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-mds-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-mon-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-osd-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:ceph-test-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:cephmetrics-0:1.0.1-1.el7cp.src",
          "7Server-RHCEPH-3.0-Tools:cephmetrics-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:libcephfs2-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:librados-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:librados2-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:librbd-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:librbd1-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:librgw-devel-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:librgw2-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:nfs-ganesha-0:2.5.5-6.el7cp.src",
          "7Server-RHCEPH-3.0-Tools:nfs-ganesha-0:2.5.5-6.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:nfs-ganesha-ceph-0:2.5.5-6.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:nfs-ganesha-debuginfo-0:2.5.5-6.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:nfs-ganesha-rgw-0:2.5.5-6.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:python-cephfs-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:python-rados-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:python-rbd-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:python-rgw-2:12.2.4-30.el7cp.x86_64",
          "7Server-RHCEPH-3.0-Tools:rbd-mirror-2:12.2.4-30.el7cp.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2018-10861"
        },
        {
          "category": "external",
          "summary": "RHBZ#1593308",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1593308"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2018-10861",
          "url": "https://www.cve.org/CVERecord?id=CVE-2018-10861"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-10861",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-10861"
        }
      ],
      "release_date": "2018-07-09T12:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2018-07-11T18:11:30+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Server-RHCEPH-3.0-MON:ceph-2:12.2.4-30.el7cp.src",
            "7Server-RHCEPH-3.0-MON:ceph-base-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-common-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-mds-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-mon-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-osd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-test-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-0:1.0.1-1.el7cp.src",
            "7Server-RHCEPH-3.0-MON:cephmetrics-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:libcephfs2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librados-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librados2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librbd-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librbd1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librgw-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librgw2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-cephfs-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-rados-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-rbd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-rgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:rbd-mirror-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-2:12.2.4-30.el7cp.src",
            "7Server-RHCEPH-3.0-OSD:ceph-base-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-common-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-mds-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-mon-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-osd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-test-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-0:1.0.1-1.el7cp.src",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:libcephfs2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librados-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librados2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librbd-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librbd1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librgw-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librgw2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-cephfs-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-rados-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-rbd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-rgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:rbd-mirror-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-2:12.2.4-30.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:ceph-ansible-0:3.0.39-1.el7cp.noarch",
            "7Server-RHCEPH-3.0-Tools:ceph-ansible-0:3.0.39-1.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:ceph-base-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-common-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-mds-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-mon-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-osd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-test-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-0:1.0.1-1.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:libcephfs2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librados-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librados2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librbd-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librbd1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librgw-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librgw2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-0:2.5.5-6.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-ceph-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-debuginfo-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-rgw-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-cephfs-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-rados-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-rbd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-rgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:rbd-mirror-2:12.2.4-30.el7cp.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2018:2177"
        },
        {
          "category": "workaround",
          "details": "Use  mon_allow_pool_delete = false in ceph.conf to disable deletion of pools\n\n\n~]$ for p in `rados lspools`\ndo\n   ceph osd pool set $p nodelete true\ndone\n\ncaveat: This mitigation does not protect against  attacker from corrupting snapshot images",
          "product_ids": [
            "7Server-RHCEPH-3.0-MON:ceph-2:12.2.4-30.el7cp.src",
            "7Server-RHCEPH-3.0-MON:ceph-base-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-common-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-mds-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-mon-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-osd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-test-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-0:1.0.1-1.el7cp.src",
            "7Server-RHCEPH-3.0-MON:cephmetrics-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:libcephfs2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librados-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librados2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librbd-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librbd1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librgw-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librgw2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-cephfs-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-rados-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-rbd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-rgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:rbd-mirror-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-2:12.2.4-30.el7cp.src",
            "7Server-RHCEPH-3.0-OSD:ceph-base-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-common-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-mds-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-mon-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-osd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-test-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-0:1.0.1-1.el7cp.src",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:libcephfs2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librados-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librados2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librbd-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librbd1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librgw-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librgw2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-cephfs-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-rados-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-rbd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-rgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:rbd-mirror-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-2:12.2.4-30.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:ceph-ansible-0:3.0.39-1.el7cp.noarch",
            "7Server-RHCEPH-3.0-Tools:ceph-ansible-0:3.0.39-1.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:ceph-base-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-common-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-mds-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-mon-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-osd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-test-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-0:1.0.1-1.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:libcephfs2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librados-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librados2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librbd-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librbd1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librgw-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librgw2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-0:2.5.5-6.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-ceph-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-debuginfo-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-rgw-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-cephfs-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-rados-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-rbd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-rgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:rbd-mirror-2:12.2.4-30.el7cp.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "ADJACENT_NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 4.6,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "LOW",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.0/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L",
            "version": "3.0"
          },
          "products": [
            "7Server-RHCEPH-3.0-MON:ceph-2:12.2.4-30.el7cp.src",
            "7Server-RHCEPH-3.0-MON:ceph-base-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-common-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-mds-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-mon-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-osd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:ceph-test-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-0:1.0.1-1.el7cp.src",
            "7Server-RHCEPH-3.0-MON:cephmetrics-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:libcephfs2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librados-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librados2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librbd-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librbd1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librgw-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:librgw2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-cephfs-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-rados-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-rbd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:python-rgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-MON:rbd-mirror-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-2:12.2.4-30.el7cp.src",
            "7Server-RHCEPH-3.0-OSD:ceph-base-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-common-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-mds-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-mon-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-osd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:ceph-test-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-0:1.0.1-1.el7cp.src",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:libcephfs2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librados-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librados2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librbd-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librbd1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librgw-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:librgw2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-cephfs-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-rados-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-rbd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:python-rgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-OSD:rbd-mirror-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-2:12.2.4-30.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:ceph-ansible-0:3.0.39-1.el7cp.noarch",
            "7Server-RHCEPH-3.0-Tools:ceph-ansible-0:3.0.39-1.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:ceph-base-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-common-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-debuginfo-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-fuse-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-mds-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-mgr-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-mon-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-osd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-radosgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-selinux-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:ceph-test-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-0:1.0.1-1.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-ansible-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-collectors-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:cephmetrics-grafana-plugins-0:1.0.1-1.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:libcephfs-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:libcephfs2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librados-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librados2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:libradosstriper1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librbd-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librbd1-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librgw-devel-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:librgw2-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-0:2.5.5-6.el7cp.src",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-ceph-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-debuginfo-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:nfs-ganesha-rgw-0:2.5.5-6.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-cephfs-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-rados-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-rbd-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:python-rgw-2:12.2.4-30.el7cp.x86_64",
            "7Server-RHCEPH-3.0-Tools:rbd-mirror-2:12.2.4-30.el7cp.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "ceph: ceph-mon does not perform authorization on OSD pool ops"
    }
  ]
}


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.