Lucene search
+L

3069 matches found

CVE
CVE
added 2024/12/29 8:48 a.m.137 views

CVE-2024-56710

CVE-2024-56710 is a Linux kernel vulnerability involving a memory leak in the ceph Direct I/O path. The bvecs array allocated in iter_get_bvecs_alloc() can leak and leave pages pinned if ceph_alloc_sparse_ext_map() fails. The fix moves sparse_ext allocation earlier (and applies a similar adjustme...

5.5CVSS6.4AI score0.00249EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/12/29 8:48 a.m.10 views

CVE-2024-56710

In the Linux kernel, the following vulnerability has been resolved: ceph: fix memory leak in cephdirectreadwrite The bvecs array which is allocated in itergetbvecsalloc is leaked and pages remain pinned if cephallocsparseextmap fails. There is no need to delay the allocation of sparseext map unti...

5.5CVSS5.6AI score0.00249EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/12/29 12:00 a.m.6 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a memory leak in the cephdirectreadwrite function in the ceph file system...

5.5CVSS6.5AI score0.00249EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/12/28 3:48 a.m.4 views

SUSE CVE-2024-56563

In the Linux kernel, the following vulnerability has been resolved: ceph: fix cred leak in cephmdscheckaccess getcurrentcred increments the reference counter, but the putcred call was missing...

3.3CVSS7.7AI score0.00211EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/12/28 3:48 a.m.7 views

SUSE CVE-2024-56564

In the Linux kernel, the following vulnerability has been resolved: ceph: pass cred pointer to cephmdsauthmatch This eliminates a redundant getcurrentcred call, because cephmdscheckaccess has already obtained this pointer. As a side effect, this also fixes a reference leak in cephmdsauthmatch: by...

5.5CVSS7.6AI score0.00188EPSS
SaveExploits0References3
NVD
NVD
added 2024/12/27 3:15 p.m.15 views

CVE-2024-56564

In the Linux kernel, the following vulnerability has been resolved: ceph: pass cred pointer to cephmdsauthmatch This eliminates a redundant getcurrentcred call, because cephmdscheckaccess has already obtained this pointer. As a side effect, this also fixes a reference leak in cephmdsauthmatch: by...

5.5CVSS0.00188EPSS
SaveExploits0References2
OSV
OSV
added 2024/12/27 3:15 p.m.7 views

DEBIAN-CVE-2024-56563

In the Linux kernel, the following vulnerability has been resolved: ceph: fix cred leak in cephmdscheckaccess getcurrentcred increments the reference counter, but the putcred call was missing...

5.5CVSS5.6AI score0.00211EPSS
SaveExploits0References1
NVD
NVD
added 2024/12/27 3:15 p.m.14 views

CVE-2024-56563

In the Linux kernel, the following vulnerability has been resolved: ceph: fix cred leak in cephmdscheckaccess getcurrentcred increments the reference counter, but the putcred call was missing...

7.8CVSS0.00211EPSS
SaveExploits0References2
OSV
OSV
added 2024/12/27 3:15 p.m.7 views

DEBIAN-CVE-2024-56564

In the Linux kernel, the following vulnerability has been resolved: ceph: pass cred pointer to cephmdsauthmatch This eliminates a redundant getcurrentcred call, because cephmdscheckaccess has already obtained this pointer. As a side effect, this also fixes a reference leak in cephmdsauthmatch: by...

5.5CVSS5.5AI score0.00188EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 3:15 p.m.9 views

UBUNTU-CVE-2024-56563

In the Linux kernel, the following vulnerability has been resolved: ceph: fix cred leak in cephmdscheckaccess getcurrentcred increments the reference counter, but the putcred call was missing...

7.8CVSS6.2AI score0.00211EPSS
SaveExploits0References10
OSV
OSV
added 2024/12/27 3:15 p.m.7 views

UBUNTU-CVE-2024-56564

In the Linux kernel, the following vulnerability has been resolved: ceph: pass cred pointer to cephmdsauthmatch This eliminates a redundant getcurrentcred call, because cephmdscheckaccess has already obtained this pointer. As a side effect, this also fixes a reference leak in cephmdsauthmatch: by...

5.5CVSS6.2AI score0.00188EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2024/12/27 2:23 p.m.18 views

CVE-2024-56564

In the Linux kernel, the following vulnerability has been resolved: ceph: pass cred pointer to cephmdsauthmatch This eliminates a redundant getcurrentcred call, because cephmdscheckaccess has already obtained this pointer. As a side effect, this also fixes a reference leak in cephmdsauthmatch: by...

5.5CVSS5.5AI score0.00188EPSS
SaveExploits0
CVE
CVE
added 2024/12/27 2:23 p.m.104 views

CVE-2024-56564

Technical details for CVE-2024-56564 are not publicly provided in the supplied documents. Please monitor for updates from the vendor/security advisories.

5.5CVSS6.5AI score0.00188EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/12/27 2:23 p.m.12 views

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 cephmdscheckaccess getcurrentcred increments the reference counter, but the putcred call was missing...

7.8CVSS6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2024/12/27 2:23 p.m.29 views

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 cephmdscheckaccess getcurrentcred increments the reference counter, but the putcred call was missing...

7.8CVSS0.00211EPSS
SaveExploits0References2
CVE
CVE
added 2024/12/27 2:23 p.m.126 views

CVE-2024-56563

CVE-2024-56563 corresponds to a Linux kernel exposure in Ceph’s MDS access check. The vulnerability arises in ceph_mds_check_access() where get_current_cred() increments the credentials reference count but a corresponding put_cred() may be missing, enabling a potential credential leak. The connec...

7.8CVSS6.5AI score0.00211EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/12/27 2:23 p.m.18 views

CVE-2024-56563

In the Linux kernel, the following vulnerability has been resolved: ceph: fix cred leak in cephmdscheckaccess getcurrentcred increments the reference counter, but the putcred call was missing...

7.8CVSS5.6AI score0.00211EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/12/27 12:00 a.m.10 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from the cred pointer not being passed correctly in the ceph module, resulting in redundant getcurrentcred calls and...

5.5CVSS6.5AI score0.00188EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2024/12/27 12:00 a.m.11 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a credential leak in cephmdscheckaccess in the ceph subsystem...

5.5CVSS6.4AI score0.00211EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2024/12/27 12:00 a.m.8 views

PT-2024-36869 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been resolved by passing a cred pointer to ceph mds auth match. This change eliminates a redundant get current cred call, as ceph mds check acce...

8.1CVSS7.6AI score0.00822EPSS
SaveExploits3References847
Rows per page
Query Builder