You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
ceph libceph
About this tag
The ceph libceph tag covers discussions about the Ceph distributed storage system's client library within the Linux kernel. Recent content focuses on CVE-2025-68285, a use-after-free vulnerability in the libceph function have_mon_and_osd_map, which could cause the kernel to access freed map objects during session open. This tag is relevant for users interested in Ceph storage, kernel security patches, and the libceph component that handles communication with Ceph monitors and OSDs. Topics include vulnerability fixes, race conditions, and the role of monmap and osdmap in Ceph operations.
The Linux kernel has a newly recorded vulnerability — CVE-2025-68285 — that fixes a potential use-after-free in the Ceph client library (libceph) function have_mon_and_osd_map, closing a race that can let the kernel dereference already-freed map objects during Ceph session open. Background
Ceph...