Lucene search
+L

803 matches found

RedhatCVE
RedhatCVE
added 2024/07/31 9:12 a.m.20 views

CVE-2024-41016

A flaw was found in the ocfs2xattrfindentry function in the Linux kernel's Oracle Cluster File System version 2 OCFS2. This issue arose due to inadequate bounds checking before a memcmp operation, particularly when handling "non-indexed" extended attributes xattrs that might request additional...

5.5CVSS7.6AI score0.00247EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/29 3:15 p.m.1 views

DEBIAN-CVE-2024-41076

In the Linux kernel, the following vulnerability has been resolved: NFSv4: Fix memory leak in nfs4setsecuritylabel We leak nfsfattr and nfs4label every time we set a security xattr...

5.5CVSS5.5AI score0.00209EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/07/29 2:57 p.m.16 views

CVE-2024-41076 NFSv4: Fix memory leak in nfs4_set_security_label

In the Linux kernel, the following vulnerability has been resolved: NFSv4: Fix memory leak in nfs4setsecuritylabel We leak nfsfattr and nfs4label every time we set a security xattr...

6.8AI score0.00209EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/07/29 2:57 p.m.35 views

CVE-2024-41059 hfsplus: fix uninit-value in copy_name

In the Linux kernel, the following vulnerability has been resolved: hfsplus: fix uninit-value in copyname syzbot reported BUG: KMSAN: uninit-value in sizedstrscpy+0xc4/0x160 sizedstrscpy+0xc4/0x160 copyname+0x2af/0x320 fs/hfsplus/xattr.c:411 hfspluslistxattr+0x11e9/0x1a50 fs/hfsplus/xattr.c:750...

7.8CVSS0.0027EPSS
SaveExploits0References8
OSV
OSV
added 2024/07/29 7:15 a.m.8 views

DEBIAN-CVE-2024-41016

In the Linux kernel, the following vulnerability has been resolved: ocfs2: strict bound check before memcmp in ocfs2xattrfindentry xattr in ocfs2 maybe 'non-indexed', which saved with additional space requested. It's better to check if the memory is out of bound before memcmp, although this...

5.5CVSS5.7AI score0.00247EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/07/29 6:37 a.m.49 views

CVE-2024-41016 ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()

In the Linux kernel, the following vulnerability has been resolved: ocfs2: strict bound check before memcmp in ocfs2xattrfindentry xattr in ocfs2 maybe 'non-indexed', which saved with additional space requested. It's better to check if the memory is out of bound before memcmp, although this...

7.8CVSS0.00247EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/07/29 6:37 a.m.15 views

CVE-2024-41016 ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()

In the Linux kernel, the following vulnerability has been resolved: ocfs2: strict bound check before memcmp in ocfs2xattrfindentry xattr in ocfs2 maybe 'non-indexed', which saved with additional space requested. It's better to check if the memory is out of bound before memcmp, although this...

7.8CVSS6.7AI score0.00247EPSS
SaveExploits0References8
CVE
CVE
added 2024/07/29 6:37 a.m.163 views

CVE-2024-41016

CVE-2024-41016 affects the Linux kernel file system OCFS2, specifically the xattr_find_entry() path. The vulnerability arises from an out-of-bounds memory access in a bound check before memcmp when handling xattrs, potentially triggered by crafted images. A fix was applied to perform a strict bou...

7.8CVSS6.5AI score0.00247EPSS
SaveExploits0References11Affected Software1
UbuntuCve
UbuntuCve
added 2024/07/29 12:00 a.m.21 views

CVE-2024-41016

In the Linux kernel, the following vulnerability has been resolved: ocfs2: strict bound check before memcmp in ocfs2xattrfindentry xattr in ocfs2 maybe 'non-indexed', which saved with additional space requested. It's better to check if the memory is out of bound before memcmp, although this...

7.8CVSS6.2AI score0.00247EPSS
SaveExploits0References33
SUSE CVE
SUSE CVE
added 2024/07/17 3:32 a.m.6 views

SUSE CVE-2024-40972

In the Linux kernel, the following vulnerability has been resolved: ext4: do not create EA inode under buffer lock ext4xattrsetentry creates new EA inodes while holding buffer lock on the external xattr block. This is problematic as it nests all the allocation locking which acquires locks on othe...

4.7CVSS6.8AI score0.00221EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
added 2024/07/16 2:35 a.m.7 views

SUSE CVE-2024-40902

In the Linux kernel, the following vulnerability has been resolved: jfs: xattr: fix buffer overflow for invalid xattr When an xattr size is not what is expected, it is printed out to the kernel log in hex format as a form of debugging. But when that xattr size is bigger than the expected size,...

5.5CVSS6.8AI score0.0032EPSS
SaveExploits1References16
RedhatCVE
RedhatCVE
added 2024/07/15 8:06 p.m.24 views

CVE-2024-40902

A buffer overflow vulnerability was found in the Linux kernel, where the xattr size is bigger than the expected size and was printed to the kernel log in hex format. Printing it out can cause access off the buffer's end, leading to loss of confidentiality, integrity, and availability. Mitigation...

7.8CVSS8.3AI score0.0032EPSS
SaveExploits1References4
OSV
OSV
added 2024/07/12 1:55 p.m.21 views

SUSE-SU-2024:2463-1 Security update for squashfs

This update for squashfs fixes the following issues: - CVE-2015-4645,CVE-2015-4646: Multiple buffer overflows fixed in squashfs-tools bsc935380 - CVE-2021-40153: Fixed an issue where an attacker might have been able to write a file outside of destination bsc1189936 - CVE-2021-41072: Fixed an issu...

8.1CVSS7.7AI score0.0691EPSS
SaveExploits2References8
NVD
NVD
added 2024/07/12 1:15 p.m.23 views

CVE-2024-40972

In the Linux kernel, the following vulnerability has been resolved: ext4: do not create EA inode under buffer lock ext4xattrsetentry creates new EA inodes while holding buffer lock on the external xattr block. This is problematic as it nests all the allocation locking which acquires locks on othe...

5.5CVSS0.00221EPSS
SaveExploits0References5
NVD
NVD
added 2024/07/12 1:15 p.m.34 views

CVE-2024-40902

In the Linux kernel, the following vulnerability has been resolved: jfs: xattr: fix buffer overflow for invalid xattr When an xattr size is not what is expected, it is printed out to the kernel log in hex format as a form of debugging. But when that xattr size is bigger than the expected size,...

7.8CVSS0.0032EPSS
SaveExploits1References9
OSV
OSV
added 2024/07/12 1:15 p.m.4 views

DEBIAN-CVE-2024-40902

In the Linux kernel, the following vulnerability has been resolved: jfs: xattr: fix buffer overflow for invalid xattr When an xattr size is not what is expected, it is printed out to the kernel log in hex format as a form of debugging. But when that xattr size is bigger than the expected size,...

7.8CVSS6.4AI score0.0032EPSS
SaveExploits1References1
UbuntuCve
UbuntuCve
added 2024/07/12 1:15 p.m.26 views

CVE-2024-40902

In the Linux kernel, the following vulnerability has been resolved: jfs: xattr: fix buffer overflow for invalid xattr When an xattr size is not what is expected, it is printed out to the kernel log in hex format as a form of debugging. But when that xattr size is bigger than the expected size,...

7.8CVSS6.8AI score0.0032EPSS
SaveExploits1References32
UbuntuCve
UbuntuCve
added 2024/07/12 1:15 p.m.25 views

CVE-2024-40972

In the Linux kernel, the following vulnerability has been resolved: ext4: do not create EA inode under buffer lock ext4xattrsetentry creates new EA inodes while holding buffer lock on the external xattr block. This is problematic as it nests all the allocation locking which acquires locks on othe...

5.5CVSS5.9AI score0.00221EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2024/07/12 12:32 p.m.27 views

CVE-2024-40972

In the Linux kernel, the following vulnerability has been resolved: ext4: do not create EA inode under buffer lock ext4xattrsetentry creates new EA inodes while holding buffer lock on the external xattr block. This is problematic as it nests all the allocation locking which acquires locks on othe...

5.5CVSS5.5AI score0.00221EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/07/12 12:32 p.m.18 views

CVE-2024-40972 ext4: do not create EA inode under buffer lock

In the Linux kernel, the following vulnerability has been resolved: ext4: do not create EA inode under buffer lock ext4xattrsetentry creates new EA inodes while holding buffer lock on the external xattr block. This is problematic as it nests all the allocation locking which acquires locks on othe...

7.1AI score0.00221EPSS
SaveExploits0References4
Rows per page
Query Builder