Bug 1593308 (CVE-2018-10861) - CVE-2018-10861 ceph: ceph-mon does not perform authorization on OSD pool ops
Summary: CVE-2018-10861 ceph: ceph-mon does not perform authorization on OSD pool ops
Keywords:
Status: CLOSED ERRATA
Alias: CVE-2018-10861
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 1593593 1593594 1599403 1599407
Blocks: 1593097
TreeView+ depends on / blocked
 
Reported: 2018-06-20 14:08 UTC by Siddharth Sharma
Modified: 2021-02-17 00:06 UTC (History)
15 users (show)

Fixed In Version: ceph 10.2.11, ceph 12.2.6, ceph 13.2.1
Doc Type: If docs needed, set a value
Doc 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
Clone Of:
Environment:
Last Closed: 2018-07-30 05:15:56 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2018:2177 0 None None None 2018-07-11 18:11:03 UTC
Red Hat Product Errata RHSA-2018:2179 0 None None None 2018-07-11 18:21:30 UTC
Red Hat Product Errata RHSA-2018:2261 0 None None None 2018-07-26 18:06:34 UTC
Red Hat Product Errata RHSA-2018:2274 0 None None None 2018-07-26 15:36:13 UTC

Description Siddharth Sharma 2018-06-20 14:08:08 UTC
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. 

This would require user to have read access and for that user must have key for authentication. It would only affect snapshots and images. So attacker with read access will only be able to corrupt data of snapshot images and rest of the ceph cluster should work as it is. Affect on integrity would be low and availability part can be controlled by mitigation using 'mon_allow_pool_delete = false' in ceph.conf to disable deletion of pools

Comment 1 Siddharth Sharma 2018-06-20 14:08:11 UTC
Mitigation:

Use  mon_allow_pool_delete = false in ceph.conf to disable deletion of pools


~]$ for p in `rados lspools`
do
   ceph osd pool set $p nodelete true
done

caveat: This mitigation does not protect against  attacker from corrupting snapshot images

Comment 7 Siddharth Sharma 2018-07-09 17:08:38 UTC
Created ceph tracking bugs for this issue:

Affects: fedora-all [bug 1599407]

Comment 8 errata-xmlrpc 2018-07-11 18:10:54 UTC
This issue has been addressed in the following products:

  Red Hat Ceph Storage 3.0 for Ubuntu 16.04

Via RHSA-2018:2177 https://access.redhat.com/errata/RHSA-2018:2177

Comment 9 errata-xmlrpc 2018-07-11 18:21:25 UTC
This issue has been addressed in the following products:

  Red Hat Ceph Storage 3 for Red Hat Enterprise Linux 7

Via RHSA-2018:2179 https://access.redhat.com/errata/RHSA-2018:2179

Comment 12 errata-xmlrpc 2018-07-26 15:36:03 UTC
This issue has been addressed in the following products:

  Red Hat Ceph Storage 2 for Ubuntu 16.04

Via RHSA-2018:2274 https://access.redhat.com/errata/RHSA-2018:2274

Comment 13 errata-xmlrpc 2018-07-26 18:06:28 UTC
This issue has been addressed in the following products:

  Red Hat Ceph Storage 2 for Red Hat Enterprise Linux 7

Via RHSA-2018:2261 https://access.redhat.com/errata/RHSA-2018:2261


Note You need to log in before you can comment on or make changes to this bug.