CVE-2024-56563: ceph: fix cred leak in ceph_mds_check_access()
In the Linux kernel, the following vulnerability has been resolved:
ceph: fix cred leak in ceph_mds_check_access()
get_current_cred() increments the reference counter, but the
put_cred() call was missing.
Security readout for executives and security teams
Plain-English summary
Affected Linux kernels can fail to release credential references during Ceph metadata-server access checks. Repeated activity may consume kernel resources and potentially disrupt a host. The supplied CVSS rating is 7.8 (high), but the sources do not establish real-world exploitation or quantify the practical impact.
Executive priority
Treat as a high-priority maintenance issue for Ceph-using Linux infrastructure, especially availability-sensitive systems. Patch through supported distribution channels after identifying affected kernels. Immediate emergency response is not supported by the supplied exploitation evidence.
Technical view
ceph_mds_check_access() called get_current_cred(), which increments a credential reference count, without the corresponding put_cred(). The kernel fixes add the missing release. The supplied affected-version data is ambiguous, so deployment-specific kernel and vendor-advisory verification is required.
Likely exposure
Exposure is most plausible on systems running an affected Linux kernel and exercising the Ceph metadata-server access-check path, typically through Ceph filesystem activity. The bundle references versions beginning around Linux 6.10 and fixes associated with 6.12.4 or 6.13, but its version records are inconsistent.
Exploitation context
CISA KEV status is false, and the supplied sources provide no evidence of active exploitation or a public exploit. The CVSS vector describes a local, low-privilege, low-complexity condition without user interaction; practical exploitability is not demonstrated by the bundle.
Researcher notes
The defect is a credential reference-count leak, not evidence of credential disclosure by itself. The supplied CVSS claims high confidentiality, integrity, and availability impact, but the description only directly establishes a missing reference release. Assess operational impact cautiously and verify downstream backports because version metadata is unclear.
Mitigation direction
Apply a vendor-supported kernel containing the referenced upstream stable fix.
Prioritize Ceph-using hosts that run potentially affected kernel versions.
Check distribution security guidance for exact fixed package versions.
Monitor exposed hosts for abnormal kernel-memory growth or instability.
Validation and detection
Inventory kernel versions on systems using Ceph filesystem functionality.
Confirm whether each distribution kernel includes either referenced fix commit.
Verify updated hosts booted into the corrected kernel.
Monitor Ceph workloads for resource growth and host instability after remediation.
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-2024-56563 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.
1CVSS vectors
3Timeline events
0ADP providers
3Source links
CVSS vector scores
1 official score
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.