mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
931 B
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.