Overview
About vulnerability
In the Linux kernel, the following vulnerability has been resolved: libceph: replace BUG_ON with bounds check for map->max_osd OSD indexes come from untrusted network packets. Boundary checks are added to validate these against map->max_osd. [ idryomov: drop BUG_ON in ceph_get_primary_affinity(), minor cosmetic edits ] A flaw was found in the libceph module of the Linux kernel. OSD index values received from network packets were not properly validated against map->max_osd before use, with only a BUG_ON assertion as protection. A malicious or compromised Ceph cluster could send out-of-bounds OSD indexes, potentially causing kernel crashes or memory corruption.Details
KernelCare state
Live-patch status from KernelCare for each operating system.
| Operating system | Status | Covered kernels |
|---|---|---|
| Amazon Linux 2023 | Planned | — |
| Debian 12 | Released |
32 kernels
|
| Debian 13 | Will Not Fix | — |
| Ubuntu 24.04 | Released |
39 kernels
|
| Ubuntu 24.04 AWS | Planned | — |