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.
cve 2025 68285
About this tag
CVE-2025-68285 is a Linux kernel vulnerability in the Ceph client library (libceph) that addresses a use-after-free issue in the have_mon_and_osd_map function. The flaw involves a race condition that can cause the kernel to dereference already-freed map objects during a Ceph session open. Ceph is a distributed storage system, and libceph handles client communication with Ceph monitor and OSD maps. This fix prevents potential memory corruption and system instability. While the vulnerability is in the Linux kernel, it is relevant to Windows users running Ceph clients or virtualized environments that rely on Linux-based storage backends.
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...