Lucene search
+L

4633 matches found

Cvelist
Cvelist
added 2024/11/07 9:31 a.m.42 views

CVE-2024-50161 bpf: Check the remaining info_cnt before repeating btf fields

In the Linux kernel, the following vulnerability has been resolved: bpf: Check the remaining infocnt before repeating btf fields When trying to repeat the btf fields for array of nested struct, it doesn't check the remaining infocnt. The following splat will be reported when the value of ret nele...

0.00183EPSS
SaveExploits0References2
OSV
OSV
added 2024/11/07 9:31 a.m.26 views

CVE-2024-50161 bpf: Check the remaining info_cnt before repeating btf fields

In the Linux kernel, the following vulnerability has been resolved: bpf: Check the remaining infocnt before repeating btf fields When trying to repeat the btf fields for array of nested struct, it doesn't check the remaining infocnt. The following splat will be reported when the value of ret nele...

5.5CVSS5.9AI score0.00183EPSS
SaveExploits0References5
OSV
OSV
added 2024/11/07 9:31 a.m.19 views

CVE-2024-50154 tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().

In the Linux kernel, the following vulnerability has been resolved: tcp/dccp: Don't use timerpending in reqskqueueunlink. Martin KaFai Lau reported use-after-free 0 in reqsktimerhandler. """ We are seeing a use-after-free from a bpf prog attached to tracetcpretransmitsynack. The program passes th...

7.8CVSS6.2AI score0.00241EPSS
SaveExploits0References12
CVE
CVE
added 2024/11/07 9:31 a.m.210 views

CVE-2024-50154

CVE-2024-50154 (Linux kernel) : The vulnerability arises from tcp/dccp code using timer_pending() in reqsk_queue_unlink(), which can miss del_timer_sync() in reqsk_timer_handler() and create a use-after-free (UAF) when req->sk is closed before timer expiry (default ~63s). Affected: Linux kerne...

7.8CVSS6.7AI score0.00241EPSS
SaveExploits0References9Affected Software1
Vulnrichment
Vulnrichment
added 2024/11/07 9:31 a.m.14 views

CVE-2024-50154 tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().

In the Linux kernel, the following vulnerability has been resolved: tcp/dccp: Don't use timerpending in reqskqueueunlink. Martin KaFai Lau reported use-after-free 0 in reqsktimerhandler. """ We are seeing a use-after-free from a bpf prog attached to tracetcpretransmitsynack. The program passes th...

6.2AI score0.00241EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2024/11/06 4:13 a.m.5 views

SUSE CVE-2023-52920

In the Linux kernel, the following vulnerability has been resolved: bpf: support non-r10 register spill/fill to/from stack in precision tracking Use instruction jump history to record instructions that performed register spill/fill to/from stack, regardless if this was done through read-only r10...

5.5CVSS6.5AI score0.00244EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2024/11/06 3:49 a.m.5 views

SUSE CVE-2024-50094

In the Linux kernel, the following vulnerability has been resolved: sfc: Don't invoke xdpdoflush from netpoll. Yury reported a crash in the sfc driver originated from netpollsendudp. The netconsole sends a message and then netpoll invokes the driver's NAPI function with a budget of zero. It is...

5.5CVSS7.7AI score0.002EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/11/06 3:48 a.m.4 views

SUSE CVE-2024-50123

In the Linux kernel, the following vulnerability has been resolved: bpf: Add the missing BPFLINKTYPE invocation for sockmap There is an out-of-bounds read in bpflinkshowfdinfo for the sockmap link fd. Fix it by adding the missing BPFLINKTYPE invocation for sockmap link Also add comments for...

5.5CVSS7.7AI score0.00208EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/11/06 3:48 a.m.6 views

SUSE CVE-2024-50130

In the Linux kernel, the following vulnerability has been resolved: netfilter: bpf: must hold reference on net namespace BUG: KASAN: slab-use-after-free in nfunregisternethook+0x640/0x6b0 Read of size 8 at addr ffff8880106fe400 by task repro/72= bpfnflinkrelease+0xda/0x1e0 bpflinkfree+0x139/0x2d0...

5.5CVSS7.6AI score0.00229EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2024/11/06 3:48 a.m.7 views

SUSE 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...

4.7CVSS7.6AI score0.0022EPSS
SaveExploits0References18
BDU FSTEC
BDU FSTEC
added 2024/11/06 12:0 a.m.6 views

The vulnerability of the bpf_uprobe_multi_link_attach() function in the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the bpfuprobemultilinkattach function in the kernel/trace/bpfTrace.c module of the Linux operating system is related to the reutilization of previously freed memory. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrity, and...

7.8CVSS6.9AI score0.00237EPSS
SaveExploits0References15Affected Software5
NVD
NVD
added 2024/11/05 6:15 p.m.25 views

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.5CVSS0.0022EPSS
SaveExploits0References5
OSV
OSV
added 2024/11/05 6:15 p.m.1 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.0022EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/05 6:15 p.m.14 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.0022EPSS
SaveExploits0References1
NVD
NVD
added 2024/11/05 6:15 p.m.13 views

CVE-2024-50130

In the Linux kernel, the following vulnerability has been resolved: netfilter: bpf: must hold reference on net namespace BUG: KASAN: slab-use-after-free in nfunregisternethook+0x640/0x6b0 Read of size 8 at addr ffff8880106fe400 by task repro/72= bpfnflinkrelease+0xda/0x1e0 bpflinkfree+0x139/0x2d0...

7.8CVSS0.00229EPSS
SaveExploits0References3
OSV
OSV
added 2024/11/05 6:15 p.m.0 views

DEBIAN-CVE-2024-50130

In the Linux kernel, the following vulnerability has been resolved: netfilter: bpf: must hold reference on net namespace BUG: KASAN: slab-use-after-free in nfunregisternethook+0x640/0x6b0 Read of size 8 at addr ffff8880106fe400 by task repro/72= bpfnflinkrelease+0xda/0x1e0 bpflinkfree+0x139/0x2d0...

7.8CVSS5.6AI score0.00229EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/05 6:15 p.m.6 views

AZL-52332 CVE-2024-50130 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: netfilter: bpf: must hold reference on net namespace BUG: KASAN: slab-use-after-free in nfunregisternethook+0x640/0x6b0 Read of size 8 at addr ffff8880106fe400 by task repro/72= bpfnflinkrelease+0xda/0x1e0 bpflinkfree+0x139/0x2d0...

7.8CVSS5.6AI score0.00229EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/05 6:15 p.m.5 views

UBUNTU-CVE-2024-50130

In the Linux kernel, the following vulnerability has been resolved: netfilter: bpf: must hold reference on net namespace BUG: KASAN: slab-use-after-free in nfunregisternethook+0x640/0x6b0 Read of size 8 at addr ffff8880106fe400 by task repro/72= bpfnflinkrelease+0xda/0x1e0 bpflinkfree+0x139/0x2d0...

7.8CVSS6.6AI score0.00229EPSS
SaveExploits0References18
OSV
OSV
added 2024/11/05 6:15 p.m.6 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.0022EPSS
SaveExploits0References18
Cvelist
Cvelist
added 2024/11/05 5:11 p.m.18 views

CVE-2024-50138 bpf: Use raw_spinlock_t in ringbuf

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...

0.0022EPSS
SaveExploits0References4
Rows per page
Query Builder