Lucene search

K
redhatcveRedhat.comRH:CVE-2018-10861
HistoryAug 14, 2021 - 10:35 p.m.

CVE-2018-10861

2021-08-1422:35:41
redhat.com
access.redhat.com
11

0.004 Low

EPSS

Percentile

75.1%

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

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