Lucene search
+L

5039 matches found

UbuntuCve
UbuntuCve
added 2024/06/21 12:15 p.m.24 views

CVE-2024-38662

In the Linux kernel, the following vulnerability has been resolved: bpf: Allow delete from sockmap/sockhash only if update is allowed We have seen an influx of syzkaller reports where a BPF program attached to a tracepoint triggers a locking rule violation by performing a mapdelete on a...

4.7CVSS5.9AI score0.00222EPSS
SaveExploits0References20
OSV
OSV
added 2024/06/21 11:15 a.m.24 views

CVE-2024-38662 bpf: Allow delete from sockmap/sockhash only if update is allowed

In the Linux kernel, the following vulnerability has been resolved: bpf: Allow delete from sockmap/sockhash only if update is allowed We have seen an influx of syzkaller reports where a BPF program attached to a tracepoint triggers a locking rule violation by performing a mapdelete on a...

6.2AI score
SaveExploits0References11
Cvelist
Cvelist
added 2024/06/21 11:15 a.m.36 views

CVE-2024-38662 bpf: Allow delete from sockmap/sockhash only if update is allowed

In the Linux kernel, the following vulnerability has been resolved: bpf: Allow delete from sockmap/sockhash only if update is allowed We have seen an influx of syzkaller reports where a BPF program attached to a tracepoint triggers a locking rule violation by performing a mapdelete on a...

0.00222EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/06/21 11:15 a.m.33 views

CVE-2024-38662 bpf: Allow delete from sockmap/sockhash only if update is allowed

In the Linux kernel, the following vulnerability has been resolved: bpf: Allow delete from sockmap/sockhash only if update is allowed We have seen an influx of syzkaller reports where a BPF program attached to a tracepoint triggers a locking rule violation by performing a mapdelete on a...

6.9AI score0.00222EPSS
SaveExploits0References6
CVE
CVE
added 2024/06/21 11:15 a.m.177 views

CVE-2024-38662

CVE-2024-38662 affects the Linux kernel (BPF) where deletion from sockmap/sockhash is allowed only if the program was previously allowed to update that map. The issue arises when a BPF program attached to a tracepoint performs map_delete on these maps, triggering a locking-rule violation. The ver...

4.7CVSS7AI score0.00222EPSS
SaveExploits0References8Affected Software1
SUSE CVE
SUSE CVE
added 2024/06/21 3:52 a.m.7 views

SUSE CVE-2021-47607

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg The implementation of BPFCMPXCHG on a high level has the following parameters: .-old-val .-new-val BPFR0 = cmpxchg32,64DSTREG + insn-off, BPFR0, SRCREG -mem-loc...

5.5CVSS6.4AI score0.00246EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2024/06/21 12:00 a.m.5 views

Linux kernel security vulnerabilities

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 logic flaw in the bpf module...

4.7CVSS8.8AI score0.00222EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/06/20 3:54 p.m.24 views

CVE-2024-38566

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix verifier assumptions about socket-sk The verifier assumes that 'sk' field in 'struct socket' is valid and non-NULL when 'socket' pointer itself is trusted and non-NULL. That may not be the case when socket was just creat...

4.4CVSS6.8AI score0.00221EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 2:27 p.m.24 views

CVE-2022-48770

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard against accessing NULL ptregs in bpfgettaskstack taskptregs can return NULL on powerpc for kernel threads. This is then used in bpfgetstack to check for user mode, resulting in a kernel oops. Guard against this by...

4.4CVSS6.7AI score0.00216EPSS
SaveExploits0References4
NVD
NVD
added 2024/06/20 12:15 p.m.31 views

CVE-2022-48770

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard against accessing NULL ptregs in bpfgettaskstack taskptregs can return NULL on powerpc for kernel threads. This is then used in bpfgetstack to check for user mode, resulting in a kernel oops. Guard against this by...

5.5CVSS0.00216EPSS
SaveExploits0References4
NVD
NVD
added 2024/06/20 12:15 p.m.19 views

CVE-2022-48755

In the Linux kernel, the following vulnerability has been resolved: powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06 Johan reported the below crash with testbpf on ppc64 e5500: testbpf: 296 ALUENDFROMLE 64: 0x0123456789abcdef - 0x67452301 jited:1 Oops: Exception in kernel mode,...

5.5CVSS0.0021EPSS
SaveExploits0References4
OSV
OSV
added 2024/06/20 12:15 p.m.11 views

UBUNTU-CVE-2022-48770

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard against accessing NULL ptregs in bpfgettaskstack taskptregs can return NULL on powerpc for kernel threads. This is then used in bpfgetstack to check for user mode, resulting in a kernel oops. Guard against this by...

5.5CVSS5.9AI score0.00216EPSS
SaveExploits0References7
OSV
OSV
added 2024/06/20 12:15 p.m.13 views

UBUNTU-CVE-2022-48755

In the Linux kernel, the following vulnerability has been resolved: powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06 Johan reported the below crash with testbpf on ppc64 e5500: testbpf: 296 ALUENDFROMLE 64: 0x0123456789abcdef - 0x67452301 jited:1 Oops: Exception in kernel mode,...

5.5CVSS5.8AI score0.0021EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/06/20 11:13 a.m.19 views

CVE-2022-48770 bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard against accessing NULL ptregs in bpfgettaskstack taskptregs can return NULL on powerpc for kernel threads. This is then used in bpfgetstack to check for user mode, resulting in a kernel oops. Guard against this by...

6.6AI score0.00216EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/06/20 11:13 a.m.39 views

CVE-2022-48770 bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard against accessing NULL ptregs in bpfgettaskstack taskptregs can return NULL on powerpc for kernel threads. This is then used in bpfgetstack to check for user mode, resulting in a kernel oops. Guard against this by...

0.00216EPSS
SaveExploits0References4
CVE
CVE
added 2024/06/20 11:13 a.m.88 views

CVE-2022-48770

CVE-2022-48770 affects the Linux kernel vulnerability in the BPF stack trace code: bpf_get_task_stack() could dereference NULL pt_regs because task_pt_regs() may return NULL for kernel threads on powerpc. The patch adds a NULL check on the return value of task_pt_regs() before inspecting the call...

5.5CVSS6.3AI score0.00216EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/06/20 11:13 a.m.23 views

CVE-2022-48770 bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard against accessing NULL ptregs in bpfgettaskstack taskptregs can return NULL on powerpc for kernel threads. This is then used in bpfgetstack to check for user mode, resulting in a kernel oops. Guard against this by...

5.8AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/06/20 11:13 a.m.15 views

CVE-2022-48755 powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06

In the Linux kernel, the following vulnerability has been resolved: powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06 Johan reported the below crash with testbpf on ppc64 e5500: testbpf: 296 ALUENDFROMLE 64: 0x0123456789abcdef - 0x67452301 jited:1 Oops: Exception in kernel mode,...

6.5AI score0.0021EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/06/20 11:13 a.m.62 views

CVE-2022-48755

In the Linux kernel, the following vulnerability has been resolved: powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06 Johan reported the below crash with testbpf on ppc64 e5500: testbpf: 296 ALUENDFROMLE 64: 0x0123456789abcdef - 0x67452301 jited:1 Oops: Exception in kernel mode,...

5.5CVSS5AI score0.0021EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/06/20 11:13 a.m.40 views

CVE-2022-48755 powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06

In the Linux kernel, the following vulnerability has been resolved: powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06 Johan reported the below crash with testbpf on ppc64 e5500: testbpf: 296 ALUENDFROMLE 64: 0x0123456789abcdef - 0x67452301 jited:1 Oops: Exception in kernel mode,...

0.0021EPSS
SaveExploits0References4
Rows per page
Query Builder