CVE-2026-68153
Received Received - Intake

libceph Debugfs Use-After-Free in Linux Kernel

Vulnerability report for CVE-2026-68153, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-10

Last updated on: 2026-08-10

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: libceph: remove debugfs files before client teardown ceph_destroy_client() tears down the monitor client before removing the per-client debugfs files. A concurrent read of the monmap debugfs file can enter monmap_show() after ceph_monc_stop() has freed monc->monmap, triggering a use-after-free. Remove the debugfs files before stopping the OSD and monitor clients. debugfs_remove() drains active handlers and prevents new accesses, so the debugfs callbacks can no longer race the rest of client teardown.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-10
Last Modified
2026-08-10
Generated
2026-08-10
AI Q&A
2026-08-10
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
ceph libceph *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a use-after-free vulnerability in the Linux kernel's Ceph client implementation. It occurs when ceph_destroy_client() removes the monitor client before cleaning up debugfs files. A concurrent read of the monmap debugfs file can trigger a use-after-free because monmap_show() tries to access monc->monmap after it has been freed by ceph_monc_stop().

Detection Guidance

This vulnerability is specific to the Linux kernel's Ceph client implementation and involves a use-after-free condition in debugfs file handling. Detection requires checking kernel logs for related errors or enabling debugfs monitoring. Commands like dmesg | grep ceph or checking /sys/kernel/debug/ceph for debugfs entries may help identify issues.

Impact Analysis

This vulnerability could allow an attacker with local access to cause a system crash or potentially execute arbitrary code with kernel privileges. It may lead to denial-of-service conditions or unauthorized access to sensitive system data.

Mitigation Strategies

Update the Linux kernel to a patched version where the fix has been applied. The vulnerability is resolved by removing debugfs files before client teardown, so ensure your kernel includes this change. Monitor kernel updates from your distribution vendor.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-68153. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart