CVE-2025-71116: libceph: make decode_pool() more resilient against corrupted osdmaps
In the Linux kernel, the following vulnerability has been resolved:
libceph: make decode_pool() more resilient against corrupted osdmaps
If the osdmap is (maliciously) corrupted such that the encoded length
of ceph_pg_pool envelope is less than what is expected for a particular
encoding version, out-of-bounds reads may ensue because the only bounds
check that is there is based on that length value.
This patch adds explicit bounds checks for each field that is decoded
or skipped.
Security readout for executives and security teams
Plain-English summary
A malformed or malicious Ceph OSD map can make the Linux kernel’s Ceph library read beyond expected memory boundaries. Successful exploitation could expose kernel memory or crash affected systems, threatening confidentiality and availability. The issue is rated critical at CVSS 9.1.
Executive priority
Treat as an urgent patching and exposure-verification item for Ceph-connected Linux infrastructure. Prioritize systems whose compromise or outage would affect sensitive data or critical services. The critical score warrants prompt action, although the supplied sources do not establish active exploitation.
Technical view
libceph’s decode_pool() trusted an encoded ceph_pg_pool envelope length without checking every decoded or skipped field. A shorter-than-required envelope for its encoding version can cause out-of-bounds reads. Linux stable patches add explicit field-level bounds checks.
Likely exposure
Exposure is limited to Linux systems using libceph and processing Ceph OSD maps. The supplied affected-version data spans multiple kernel lines but does not provide clear distribution package mappings. Confirm exposure against the running kernel and vendor guidance.
Exploitation context
The CVSS vector describes network-reachable, low-complexity exploitation requiring no privileges or user interaction, with high confidentiality and availability impact. The source bundle reports KEV as false and provides no evidence of active exploitation or a public exploit. KEV absence alone does not prove exploitation is impossible.
Researcher notes
The defect is an out-of-bounds read caused by insufficient validation of a versioned ceph_pg_pool envelope. Expected impacts are information disclosure and denial of service, not integrity compromise. The bundle lists several stable backports, but its affected-version presentation is ambiguous and should not replace branch-specific or distribution guidance.
Mitigation direction
Inventory Linux systems that use libceph and receive Ceph OSD maps.
Install a vendor-supported kernel containing the applicable Linux stable fix.
Prioritize reachable Ceph-connected systems and workloads handling sensitive data.
Follow distribution guidance where packaged kernels do not map cleanly to upstream releases.
Validation and detection
Record each system’s running kernel version and whether libceph is loaded or actively used.
Map the running kernel to vendor advisories and the applicable stable commit.
Confirm the updated running kernel includes explicit per-field decode_pool() bounds checks.
Monitor kernel and Ceph logs for faults associated with OSD map decoding.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2025-71116 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.