Lucene search
+L

338 matches found

OSV
OSV
added 2024/12/04 3:15 p.m.20 views

AZL-54158 CVE-2024-53130 affecting package kernel for versions less than 5.15.176.3-1

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix null-ptr-deref in blockdirtybuffer tracepoint When using the "block:blockdirtybuffer" tracepoint, markbufferdirty may cause a NULL pointer dereference, or a general protection fault when KASAN is enabled. This happens...

5.5CVSS6.9AI score0.00229EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/04 3:15 p.m.10 views

UBUNTU-CVE-2024-53130

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix null-ptr-deref in blockdirtybuffer tracepoint When using the "block:blockdirtybuffer" tracepoint, markbufferdirty may cause a NULL pointer dereference, or a general protection fault when KASAN is enabled. This happens...

5.5CVSS6.4AI score0.00229EPSS
SaveExploits0References47
OSV
OSV
added 2024/12/04 3:15 p.m.5 views

UBUNTU-CVE-2024-53131

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix null-ptr-deref in blocktouchbuffer tracepoint Patch series "nilfs2: fix null-ptr-deref bugs on block tracepoints". This series fixes null pointer dereference bugs that occur when using nilfs2 and two block-related...

5.5CVSS6.4AI score0.00236EPSS
SaveExploits0References47
Cvelist
Cvelist
added 2024/12/04 2:20 p.m.19 views

CVE-2024-53131 nilfs2: fix null-ptr-deref in block_touch_buffer tracepoint

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix null-ptr-deref in blocktouchbuffer tracepoint Patch series "nilfs2: fix null-ptr-deref bugs on block tracepoints". This series fixes null pointer dereference bugs that occur when using nilfs2 and two block-related...

0.00236EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/12/04 2:20 p.m.10 views

CVE-2024-53131

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix null-ptr-deref in blocktouchbuffer tracepoint Patch series "nilfs2: fix null-ptr-deref bugs on block tracepoints". This series fixes null pointer dereference bugs that occur when using nilfs2 and two block-related...

5.5CVSS5.9AI score0.00236EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/12/04 2:20 p.m.28 views

CVE-2024-53130 nilfs2: fix null-ptr-deref in block_dirty_buffer tracepoint

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix null-ptr-deref in blockdirtybuffer tracepoint When using the "block:blockdirtybuffer" tracepoint, markbufferdirty may cause a NULL pointer dereference, or a general protection fault when KASAN is enabled. This happens...

0.00229EPSS
SaveExploits0References8
CVE
CVE
added 2024/12/04 2:20 p.m.350 views

CVE-2024-53130

CVE-2024-53130 affects the Linux kernel nilfs2 code. The issue is a NULL pointer dereference in the block_dirty_buffer tracepoint when using mark_buffer_dirty(), caused by bh->b_bdev->bd_dev being dereferenced even if the buffer head lacks a block_device pointer. The kernel fix makes nilfs_...

5.5CVSS6.5AI score0.00229EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2024/12/04 2:20 p.m.27 views

CVE-2024-53130

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix null-ptr-deref in blockdirtybuffer tracepoint When using the "block:blockdirtybuffer" tracepoint, markbufferdirty may cause a NULL pointer dereference, or a general protection fault when KASAN is enabled. This happens...

5.5CVSS5.9AI score0.00229EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/12/04 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 null pointer dereference issue that can be caused when using the blockdirtybuffer tracepoint in the nilfs2...

5.5CVSS6.6AI score0.00229EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/12/04 12:00 a.m.4 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 null pointer dereference issue that can be caused when using the blocktouchbuffer tracepoint in the nilfs2...

5.5CVSS6.6AI score0.00236EPSS
SaveExploits0References4
OSV
OSV
added 2024/11/05 6:15 p.m.18 views

AZL-52447 CVE-2024-50138 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: Use rawspinlockt in ringbuf The function bpfringbufreserve is invoked from a tracepoint, which disables preemption. Using spinlockt in this context can lead to a "sleep in atomic" warning in the RT variant. This issue is...

5.5CVSS6.4AI score0.00221EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/05 6:15 p.m.4 views

DEBIAN-CVE-2024-50138

In the Linux kernel, the following vulnerability has been resolved: bpf: Use rawspinlockt in ringbuf The function bpfringbufreserve is invoked from a tracepoint, which disables preemption. Using spinlockt in this context can lead to a "sleep in atomic" warning in the RT variant. This issue is...

5.5CVSS5.7AI score0.00221EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/05 6:15 p.m.10 views

UBUNTU-CVE-2024-50138

In the Linux kernel, the following vulnerability has been resolved: bpf: Use rawspinlockt in ringbuf The function bpfringbufreserve is invoked from a tracepoint, which disables preemption. Using spinlockt in this context can lead to a "sleep in atomic" warning in the RT variant. This issue is...

5.5CVSS6.6AI score0.00221EPSS
SaveExploits0References18
RedHat Linux
RedHat Linux
added 2024/10/30 12:15 a.m.4 views

kernel: filelock: fix potential use-after-free in posix_lock_inode

A use-after-free vulnerability was found in the Linux kernel in traceposixlockinode. This issue occurred when the request pointer was changed to point to a lock entry added to the inode's list. Before the tracepoint could fire, another task raced in and freed the lock...

7.8CVSS6.8AI score0.00281EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/09/05 2:46 a.m.6 views

SUSE CVE-2024-44992

In the Linux kernel, the following vulnerability has been resolved: smb/client: avoid possible NULL dereference in cifsfreesubrequest Clang static checker scan-build warning: cifsglob.h:line 890, column 3 Access to field 'ops' results in a dereference of a null pointer. Commit 519be989717c "cifs:...

5.5CVSS6.4AI score0.00435EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/09/04 10:15 p.m.22 views

CVE-2024-44992

In the Linux kernel, the following vulnerability has been resolved: smb/client: avoid possible NULL dereference in cifsfreesubrequest Clang static checker scan-build warning: cifsglob.h:line 890, column 3 Access to field 'ops' results in a dereference of a null pointer. Commit 519be989717c "cifs:...

5.5CVSS6.8AI score0.00435EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/09/04 8:15 p.m.22 views

CVE-2024-44992

In the Linux kernel, the following vulnerability has been resolved: smb/client: avoid possible NULL dereference in cifsfreesubrequest Clang static checker scan-build warning: cifsglob.h:line 890, column 3 Access to field 'ops' results in a dereference of a null pointer. Commit 519be989717c "cifs:...

7.5CVSS5.9AI score0.00435EPSS
SaveExploits0References4
CVE
CVE
added 2024/09/04 7:54 p.m.163 views

CVE-2024-44992

The CVE-2024-44992 issue affects the Linux kernel SMB/CIFS client code, specifically a possible NULL dereference in cifs_free_subrequest() when handling rdata->server. The root cause is code that could dereference rdata->server->ops->add_credits() if rdata->credits.value != 0 and r...

7.5CVSS5.2AI score0.00435EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/09/04 7:54 p.m.23 views

CVE-2024-44992 smb/client: avoid possible NULL dereference in cifs_free_subrequest()

In the Linux kernel, the following vulnerability has been resolved: smb/client: avoid possible NULL dereference in cifsfreesubrequest Clang static checker scan-build warning: cifsglob.h:line 890, column 3 Access to field 'ops' results in a dereference of a null pointer. Commit 519be989717c "cifs:...

7.5CVSS5AI score
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/08/06 2:01 a.m.6 views

SUSE CVE-2024-41049

In the Linux kernel, the following vulnerability has been resolved: filelock: fix potential use-after-free in posixlockinode Light Hsieh reported a KASAN UAF warning in traceposixlockinode. The request pointer had been changed earlier to point to a lock entry that was added to the inode's list...

6.7CVSS6.4AI score0.00281EPSS
SaveExploits0References13
Rows per page
Query Builder