Lucene search
+L

61 matches found

RedhatCVE
RedhatCVE
added 2026/09/11 10:22 p.m.4 views

CVE-2026-89649

A flaw was found in the Linux kernel's Ceph file system CephFS component. A malicious or compromised metadata server can manipulate the length of an extended attribute xattr value, causing the system to read beyond the intended memory boundary. This out-of-bounds read allows a local user to acces...

6.3CVSS0.00191EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/09/11 8:54 p.m.3 views

CVE-2026-89648

A flaw was found in the Linux kernel's Ceph client. A malicious or compromised Ceph Metadata Server MDS could send a specially crafted reply with an unbounded number of delegated inode intervals. This could cause the client to enter an infinite loop or exhaust memory resources, leading to a denia...

5.9CVSS0.00206EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/11 7:45 p.m.7 views

CVE-2026-89649

CVE-2026-89649 affects the Linux kernel's CephFS subsystem. The function __build_xattrs() decodes xattr blobs supplied by the Ceph metadata server (MDS) but fails to verify that the final attribute's value length does not exceed the remaining bytes in the blob — it advances the pointer with a bar...

0.00191EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.18 views

CVE-2026-89649 ceph: bound xattr value length in __build_xattrs()

In the Linux kernel, the following vulnerability has been resolved: ceph: bound xattr value length in buildxattrs buildxattrs decodes the MDS-supplied xattr blob one attribute at a time. For each attribute it reads a 32-bit name length, advances past the name bytes, reads a 32-bit value length,...

0.00191EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.7 views

PT-2026-90365

In the Linux kernel, the following vulnerability has been resolved: ceph: bound xattr value length in build xattrs build xattrs decodes the MDS-supplied xattr blob one attribute at a time. For each attribute it reads a 32-bit name length, advances past the name bytes, reads a 32-bit value length,...

0.00191EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.6 views

PT-2026-90364

In the Linux kernel, the following vulnerability has been resolved: ceph: cap delegated inode count in ceph parse deleg inos ceph parse deleg inos decodes interval sets of delegated inode numbers from an MDS create-with-delegation reply. For each set it reads a 64-bit start and a 64-bit len with...

0.00206EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/09/04 2:32 a.m.8 views

kernel: NFSv4/pNFS: reject zero-length r_addr in nfs4_decode_mp_ds_addr

A flaw was found in the Linux kernel's NFSv4/pNFS implementation. The nfs4decodempdsaddr function, responsible for decoding network address information, does not properly handle zero-length raddr opaque data. A malicious or compromised metadata server can exploit this by providing a zero-length...

7.5CVSS4.4AI score0.00517EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/03 4:15 a.m.6 views

kernel: NFSv4/pNFS: reject zero-length r_addr in nfs4_decode_mp_ds_addr

A flaw was found in the Linux kernel's NFSv4/pNFS implementation. The nfs4decodempdsaddr function, responsible for decoding network address information, does not properly handle zero-length raddr opaque data. A malicious or compromised metadata server can exploit this by providing a zero-length...

7.5CVSS5.8AI score0.00517EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.7 views

kernel: NFSv4/pNFS: reject zero-length r_addr in nfs4_decode_mp_ds_addr

A flaw was found in the Linux kernel's NFSv4/pNFS implementation. The nfs4decodempdsaddr function, responsible for decoding network address information, does not properly handle zero-length raddr opaque data. A malicious or compromised metadata server can exploit this by providing a zero-length...

7.5CVSS5.8AI score0.00517EPSS
SaveExploits0References5
NVD
NVD
added 2026/05/08 3:16 p.m.15 views

CVE-2026-43420

In the Linux kernel, the following vulnerability has been resolved: ceph: fix inlink underrun during async unlink During async unlink, we drop the inlink counter before we receive the completion that will eventually update the inlink because "we assume that the unlink will succeed". That is not a...

4.7CVSS0.00093EPSS
SaveExploits0References8
OSV
OSV
added 2026/05/08 3:16 p.m.27 views

UBUNTU-CVE-2026-43420

In the Linux kernel, the following vulnerability has been resolved: ceph: fix inlink underrun during async unlink During async unlink, we drop the inlink counter before we receive the completion that will eventually update the inlink because "we assume that the unlink will succeed". That is not a...

4.7CVSS5.7AI score0.00093EPSS
SaveExploits0References37
OSV
OSV
added 2026/05/08 2:21 p.m.11 views

CVE-2026-43420 ceph: fix i_nlink underrun during async unlink

In the Linux kernel, the following vulnerability has been resolved: ceph: fix inlink underrun during async unlink During async unlink, we drop the inlink counter before we receive the completion that will eventually update the inlink because "we assume that the unlink will succeed". That is not a...

5.8AI score
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/05/08 2:21 p.m.10 views

CVE-2026-43420

In the Linux kernel, the following vulnerability has been resolved: ceph: fix inlink underrun during async unlink During async unlink, we drop the inlink counter before we receive the completion that will eventually update the inlink because "we assume that the unlink will succeed". That is not a...

5.8AI score0.00093EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2026/02/14 5:15 p.m.12 views

UBUNTU-CVE-2026-23189

In the Linux kernel, the following vulnerability has been resolved: ceph: fix NULL pointer dereference in cephmdsauthmatch The CephFS kernel client has regression starting from 6.18-rc1. We have issue in cephmdsauthmatch if fsname == NULL: const char fsname = mdsc-fsc-mountoptions-mdsnamespace;...

5.5CVSS5.7AI score0.00112EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/01/01 12:00 a.m.18 views

PT-2026-8197

Name of the Vulnerable Software and Affected Versions Linux kernel versions 6.18-rc1 and later Description The CephFS kernel client contains a flaw in the ceph mds auth match function where a NULL pointer dereference can occur if fs name is NULL. This issue arises during authorization checks with...

9.8CVSS6.8AI score0.00723EPSS
SaveExploits9References398
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2019-6808

Malware in sbrugna...

9.6CVSS9.1AI score0.03045EPSS
SaveExploits1References4
Snyk
Snyk
added 2025/10/02 12:31 p.m.3 views

Authentication Bypass Using an Alternate Path or Channel

Overview Affected versions of this package are vulnerable to Authentication Bypass Using an Alternate Path or Channel via the /api/user/updateuser endpoint. An attacker can gain unauthorized access by exploiting this endpoint to bypass authentication mechanisms. Remediation Upgrade...

9.3CVSS7.3AI score0.01301EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/10/01 11:22 p.m.6 views

SUSE CVE-2025-39927

In the Linux kernel, the following vulnerability has been resolved: ceph: fix race condition validating rparent before applying state Add validation to ensure the cached parent directory inode matches the directory info in MDS replies. This prevents client-side race conditions where concurrent...

5.3CVSS6.2AI score0.00113EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/01 8:15 a.m.12 views

AZL-71891 CVE-2025-39927 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: ceph: fix race condition validating rparent before applying state Add validation to ensure the cached parent directory inode matches the directory info in MDS replies. This prevents client-side race conditions where concurrent...

7.8CVSS6.8AI score0.00113EPSS
SaveExploits0References1
CVE
CVE
added 2025/10/01 8:07 a.m.73 views

CVE-2025-39927

CVE-2025-39927 relates to Ceph in the Linux kernel where a race condition could cause r_parent to reference the wrong directory when processing MDS replies. The fix adds validation to ensure the cached parent inode matches the MDS-provided directory info before applying state changes, preventing ...

7.8CVSS5.8AI score0.00113EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder