mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
18 lines
931 B
Markdown
18 lines
931 B
Markdown
### [CVE-2024-56564](https://cve.mitre.org/cgi-bin/cvename.cgi?name=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
|
|
- https://github.com/cku-heise/euvd-api-doc
|
|
|