{
  "threat_severity" : "Important",
  "public_date" : "2019-08-28T14:00:00Z",
  "bugzilla" : {
    "description" : "ceph: Unauthenticated clients can crash ceph RGW configured with beast as frontend",
    "id" : "1739292",
    "url" : "https://bugzilla.redhat.com/show_bug.cgi?id=1739292"
  },
  "cvss3" : {
    "cvss3_base_score" : "7.5",
    "cvss3_scoring_vector" : "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
    "status" : "verified"
  },
  "cwe" : "CWE-755",
  "details" : [ "A flaw was found in the Ceph RGW configuration with Beast as the front end handling client requests. An unauthenticated attacker could crash the Ceph RGW server by sending valid HTTP headers and terminating the connection, resulting in a remote denial of service for Ceph RGW clients.", "A flaw was found in the Ceph RGW configuration with Beast as the front end handling client requests. An unauthenticated attacker could crash the Ceph RGW server by sending valid HTTP headers and terminating the connection, resulting in a remote denial of service for Ceph RGW clients." ],
  "statement" : "Red Hat OpenStack Platform 13 included some Ceph components at release for in order to support ppc64le. The version provided in the OpenStack repositories is outdated and customers are expected to be using versions provided in Ceph repositories now. Additionally, only the client side and libraries were included which are not affected by this vulnerability.",
  "acknowledgement" : "Red Hat would like to thank Abhishek Lekshmanan (SUSE Software Solutions Germany) for reporting this issue.",
  "affected_release" : [ {
    "product_name" : "Red Hat Ceph Storage 3.3",
    "release_date" : "2019-08-28T00:00:00Z",
    "advisory" : "RHSA-2019:2577",
    "cpe" : "cpe:/a:redhat:ceph_storage:3::el7",
    "package" : "ceph-2:12.2.12-48.el7cp"
  }, {
    "product_name" : "Red Hat Ceph Storage 3 for Ubuntu",
    "release_date" : "2019-08-28T00:00:00Z",
    "advisory" : "RHSA-2019:2579",
    "cpe" : "cpe:/a:redhat:ceph_storage:3::ubuntu16.04",
    "package" : "ceph"
  } ],
  "package_state" : [ {
    "product_name" : "Red Hat Ceph Storage 2",
    "fix_state" : "Not affected",
    "package_name" : "ceph",
    "cpe" : "cpe:/a:redhat:ceph_storage:2"
  }, {
    "product_name" : "Red Hat Enterprise Linux 7",
    "fix_state" : "Not affected",
    "package_name" : "ceph-common",
    "cpe" : "cpe:/o:redhat:enterprise_linux:7"
  }, {
    "product_name" : "Red Hat Enterprise Linux 8",
    "fix_state" : "Not affected",
    "package_name" : "ceph",
    "cpe" : "cpe:/o:redhat:enterprise_linux:8"
  }, {
    "product_name" : "Red Hat OpenStack Platform 13 (Queens)",
    "fix_state" : "Not affected",
    "package_name" : "ceph",
    "cpe" : "cpe:/a:redhat:openstack:13"
  } ],
  "references" : [ "https://www.cve.org/CVERecord?id=CVE-2019-10222\nhttps://nvd.nist.gov/vuln/detail/CVE-2019-10222\nhttps://tracker.ceph.com/issues/40018" ],
  "name" : "CVE-2019-10222",
  "mitigation" : {
    "value" : "To mitigate this issue either of the following options can be applied to system:\nMitigation 1:\n1. By default system will use /etc/init.d/ceph-radosgw\nstop this service by\n~]# /etc/init.d/ceph-radosgw stop\n2. Create systemd service, and change command line parameters according to the environment\nwhere Ceph radosgw is running.\n~]# cat /usr/lib/systemd/system/ceph-rgw.service \n[Unit]\nDescription=Ceph RGW daemon\n[Service]\nType=forking\nExecStart=/bin/radosgw -n client.rgw.$(HOSTNAME REDACTED)\nRestart=on-abnormal\nRestartSec=1s\n[Install]\nWantedBy=multi-user.target\n3. Run systemd service 'ceph-rgw.service'\nCaveat: It still takes +1-2 sec to get service back online. After applying above mentioned mitigation, the malicious IP can be blocked by a firewall rule if there are continuous attempts to launch remote denial of service. This mitigation is of limited use if the attack is launched from multiple IPs. It is recommended to limit the exposure of ceph RGW server to known clients.\nOR \nMitigation 2:\nuse 'civetweb' as HTTP frontend with ceph RGW.",
    "lang" : "en:us"
  },
  "csaw" : false
}