Lucene search
+L

354 matches found

CVE
CVE
added 2024/12/28 9:46 a.m.137 views

CVE-2024-56702

The CVE-2024-56702 issue is a Linux kernel fix for BPF raw tracepoints. It explains that raw_tp arguments were previously treated as non-NULL, risking NULL dereferences when NULL values occur. The fix marks raw_tp arguments as PTR_MAYBE_NULL and adjusts dereferences, arithmetic, and allowed passe...

5.5CVSS6.5AI score0.00215EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/12/28 9:46 a.m.2 views

CVE-2024-56702 bpf: Mark raw_tp arguments with PTR_MAYBE_NULL

In the Linux kernel, the following vulnerability has been resolved: bpf: Mark rawtp arguments with PTRMAYBENULL Arguments to a raw tracepoint are tagged as trusted, which carries the semantics that the pointer will be non-NULL. However, in certain cases, a raw tracepoint argument may end up being...

7.6AI score0.00215EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/28 9:46 a.m.7 views

CVE-2024-56702 bpf: Mark raw_tp arguments with PTR_MAYBE_NULL

In the Linux kernel, the following vulnerability has been resolved: bpf: Mark rawtp arguments with PTRMAYBENULL Arguments to a raw tracepoint are tagged as trusted, which carries the semantics that the pointer will be non-NULL. However, in certain cases, a raw tracepoint argument may end up being...

5.5CVSS6.3AI score
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2024/12/28 3:54 a.m.23 views

CVE-2024-56665

In the Linux kernel, the following vulnerability has been resolved: bpf,perf: Fix invalid progarray access in perfeventdetachbpfprog Syzbot reported 1 crash that happens for following tracing scenario: - create tracepoint perf event with attr.inherit=1, attach it to the process and set bpf progra...

5.5CVSS6.9AI score0.0022EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/12/28 12:00 a.m.12 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 the incorrect handling of the raw tracepoint parameter in the bpf subsystem, causing the kernel to crash...

5.5CVSS6.5AI score0.00215EPSS
SaveExploits0References4
NVD
NVD
added 2024/12/27 3:15 p.m.24 views

CVE-2024-56665

In the Linux kernel, the following vulnerability has been resolved: bpf,perf: Fix invalid progarray access in perfeventdetachbpfprog Syzbot reported 1 crash that happens for following tracing scenario: - create tracepoint perf event with attr.inherit=1, attach it to the process and set bpf progra...

5.5CVSS0.0022EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/27 3:15 p.m.14 views

AZL-54770 CVE-2024-56665 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf,perf: Fix invalid progarray access in perfeventdetachbpfprog Syzbot reported 1 crash that happens for following tracing scenario: - create tracepoint perf event with attr.inherit=1, attach it to the process and set bpf progra...

5.5CVSS6.3AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 3:15 p.m.11 views

UBUNTU-CVE-2024-56665

In the Linux kernel, the following vulnerability has been resolved: bpf,perf: Fix invalid progarray access in perfeventdetachbpfprog Syzbot reported 1 crash that happens for following tracing scenario: - create tracepoint perf event with attr.inherit=1, attach it to the process and set bpf progra...

5.5CVSS6.2AI score0.0022EPSS
SaveExploits0References21
Cvelist
Cvelist
added 2024/12/27 3:06 p.m.22 views

CVE-2024-56665 bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_prog

In the Linux kernel, the following vulnerability has been resolved: bpf,perf: Fix invalid progarray access in perfeventdetachbpfprog Syzbot reported 1 crash that happens for following tracing scenario: - create tracepoint perf event with attr.inherit=1, attach it to the process and set bpf progra...

0.0022EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/12/11 4:18 p.m.10 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
Positive Technologies
Positive Technologies
added 2024/12/08 12:00 a.m.20 views

PT-2024-36975

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.74 Description The issue is related to an invalid access to prog array in perf event detach bpf prog. A crash occurs when a tracepoint perf event with attr.inherit=1 is created, attached to a process, and a b...

5.5CVSS5.5AI score0.0022EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/12/05 12:16 a.m.9 views

SUSE 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.5CVSS7.8AI score0.0023EPSS
SaveExploits0References17
OSV
OSV
added 2024/12/04 3:15 p.m.19 views

AZL-54131 CVE-2024-53131 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 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.8AI score0.00236EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/04 3:15 p.m.11 views

AZL-54150 CVE-2024-53131 affecting package kernel for versions less than 6.6.64.2-1

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.8AI score0.00236EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/04 3:15 p.m.3 views

DEBIAN-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.0023EPSS
SaveExploits0References1
NVD
NVD
added 2024/12/04 3:15 p.m.23 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.5CVSS0.0023EPSS
SaveExploits0References10
OSV
OSV
added 2024/12/04 3:15 p.m.21 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.0023EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/04 3:15 p.m.6 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
OSV
OSV
added 2024/12/04 3:15 p.m.11 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.0023EPSS
SaveExploits0References47
Cvelist
Cvelist
added 2024/12/04 2:20 p.m.24 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
Rows per page
Query Builder