First published: Tue May 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ceph: blocklist the kclient when receiving corrupted snap trace When received corrupted snap trace we don't know what exactly has happened in MDS side. And we shouldn't continue IOs and metadatas access to MDS, which may corrupt or get incorrect contents. This patch will just block all the further IO/MDS requests immediately and then evict the kclient itself. The reason why we still need to evict the kclient just after blocking all the further IOs is that the MDS could revoke the caps faster.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Red Hat Kernel-devel |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-52732 has been classified with a medium severity level due to potential disruption of IO operations and metadata access in the Linux kernel.
To fix CVE-2023-52732, ensure you have updated to the latest stable release of the Linux kernel that addresses this vulnerability.
CVE-2023-52732 affects various versions of the Linux kernel where the Ceph file system is utilized.
CVE-2023-52732 may lead to compromised system integrity by allowing continued IO and metadata access despite receiving corrupted snap traces.
Currently, there are no known workarounds for CVE-2023-52732, so applying the kernel update is essential for protection.