Vulnerability Description
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).
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.6, < 6.6.69 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/44e518abbb498075ae85c7d1d1a503a6bb05ea2dPatch
- https://git.kernel.org/stable/c/66e0c4f91461d17d48071695271c824620bed4efPatch
- https://git.kernel.org/stable/c/eb9041837123f31d5897e99bb761f46cb4ce5859Patch
FAQ
What is CVE-2024-56710?
CVE-2024-56710 is a vulnerability with a CVSS score of 5.5 (MEDIUM). 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...
How severe is CVE-2024-56710?
CVE-2024-56710 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-56710?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.