CVE-2026-52960
Received Received - Intake
Memory Corruption in Linux Kernel CephFS

Publication date: 2026-06-24

Last updated on: 2026-06-24

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: ceph: put folios not suitable for writeback The batch holds references to the folios (see `filemap_get_folios`, `folio_batch_release`), so we need to `folio_put` the folios we remove. Tested on v6.18.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-24
Last Modified
2026-06-24
Generated
2026-06-25
AI Q&A
2026-06-24
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux_kernel linux_kernel 6.18
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 vulnerability in the Linux kernel relates to the Ceph file system's handling of folios during writeback operations. Specifically, the issue involves the improper management of folio references within a batch. The batch holds references to folios, and when folios are removed, they need to be properly released using the folio_put function. Failure to do so could lead to incorrect reference counting and potential memory management issues.

Impact Analysis

Improper handling of folio references in the Ceph file system could lead to memory leaks or corruption within the Linux kernel. This may affect system stability or data integrity when using Ceph storage. However, specific impacts such as exploitation scenarios or severity are not detailed.

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