← Back to CVE List

CVE-2024-56564

Published: 2024-12-27T15:15Z
Last Modified: 2024-12-27T15:15Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: ceph: pass cred pointer to ceph_mds_auth_match() This eliminates a redundant get_current_cred() call, because ceph_mds_check_access() has already obtained this pointer. As a side effect, this also fixes a reference leak in ceph_mds_auth_match(): by omitting the get_current_cred() call, no additional cred reference is taken. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt