cve/2024/CVE-2024-56564.md
2025-09-29 16:08:36 +00:00

931 B

CVE-2024-56564

Description

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, becauseceph_mds_check_access() has already obtained this pointer.As a side effect, this also fixes a reference leak inceph_mds_auth_match(): by omitting the get_current_cred() call, noadditional cred reference is taken.

POC

Reference

No PoCs from references.

Github