First published: Sun Dec 29 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ceph: fix memory leak in ceph_direct_read_write() The bvecs array which is allocated in iter_get_bvecs_alloc() is leaked and pages remain pinned if ceph_alloc_sparse_ext_map() fails. There is no need to delay the allocation of sparse_ext map until after the bvecs array is set up, so fix this by moving sparse_ext allocation a bit earlier. Also, make a similar adjustment in __ceph_sync_read() for consistency (a leak of the same kind in __ceph_sync_read() has been addressed differently).
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.6<6.6.69 | |
Linux Kernel | >=6.7<6.12.7 | |
Linux Kernel | =6.13-rc1 | |
Linux Kernel | =6.13-rc2 | |
Linux Kernel | =6.13-rc3 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.128-1 6.12.20-1 6.12.21-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-56710 has been classified as a medium severity vulnerability.
To fix CVE-2024-56710, update your Linux kernel to the latest stable version that includes the patch.
CVE-2024-56710 affects Linux kernel versions from 6.7 up to but not including 6.6.69, as well as specific release candidates of version 6.13.
CVE-2024-56710 impacts the ceph component of the Linux kernel.
CVE-2024-56710 addresses a memory leak issue that occurs during the ceph_direct_read_write() operation.