Lucene search
+L

5473 matches found

OSV
OSV
added 2026/09/11 8:19 p.m.4 views

UBUNTU-CVE-2026-89564

In the Linux kernel, the following vulnerability has been resolved: ip: orphan prefetched skbs before multicast forwarding IPv4 and IPv6 input preserve an skb-sk association installed by bpfskassign so that local delivery can use the selected socket under RCU. Both address families can also...

7.8CVSS5.9AI score0.00136EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.27 views

CVE-2026-89581 bpf, x86: Fix per-CPU address resolution into an extended register

In the Linux kernel, the following vulnerability has been resolved: bpf, x86: Fix per-CPU address resolution into an extended register The destination of the per-CPU address MOV is encoded in ModRM.reg, which is extended by REX.R, but the REX prefix is built with add1mod, which sets REX.B. REX.B...

7.8CVSS0.00128EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:44 p.m.8 views

EUVD-2026-76493

In the Linux kernel, the following vulnerability has been resolved: bpf, x86: Fix per-CPU address resolution into an extended register The destination of the per-CPU address MOV is encoded in ModRM.reg, which is extended by REX.R, but the REX prefix is built with add1mod, which sets REX.B. REX.B...

5.7AI score0.00128EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.22 views

CVE-2026-89581

A BPF x86 JIT flaw in the Linux kernel causes incorrect per-CPU address resolution when the destination is an extended register (R5–R9). The root cause is an encoding error: the REX prefix is built with add_1mod() (setting REX.B) instead of add_2mod() (setting REX.R), so the high register bit is ...

7.8CVSS5.7AI score0.00128EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:44 p.m.6 views

CVE-2026-89581 bpf, x86: Fix per-CPU address resolution into an extended register

In the Linux kernel, the following vulnerability has been resolved: bpf, x86: Fix per-CPU address resolution into an extended register The destination of the per-CPU address MOV is encoded in ModRM.reg, which is extended by REX.R, but the REX prefix is built with add1mod, which sets REX.B. REX.B...

7.8CVSS5.7AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/11 7:44 p.m.12 views

CVE-2026-89581

In the Linux kernel, the following vulnerability has been resolved: bpf, x86: Fix per-CPU address resolution into an extended register The destination of the per-CPU address MOV is encoded in ModRM.reg, which is extended by REX.R, but the REX prefix is built with add1mod, which sets REX.B. REX.B...

7.8CVSS5.8AI score0.00128EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/11 7:44 p.m.10 views

EUVD-2026-76492

In the Linux kernel, the following vulnerability has been resolved: bpf: Disable preemption in bpfgetstack getperfcallchain returns a per-CPU perfcallchainentry buffer and releases its recursion slot via putcallchainentry before returning, so nothing keeps the entry reserved while bpfgetstack...

6AI score0.00128EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.24 views

CVE-2026-89580

CVE-2026-89580 is a race condition in the Linux kernel's BPF subsystem , specifically in __bpf_get_stack. A preemptible BPF program (e.g., a non-sleepable raw tracepoint program on a PREEMPT kernel) can be scheduled out between obtaining a per-CPU perf_callchain_entry buffer and copying it. Anoth...

7.8CVSS6AI score0.00128EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:44 p.m.11 views

CVE-2026-89579 bpf: Harden bloom filter sizing and indexing on 32-bit kernels

In the Linux kernel, the following vulnerability has been resolved: bpf: Harden bloom filter sizing and indexing on 32-bit kernels bloommapalloc has two 32-bit-specific problems when the computed bitmap reaches the U32MAX fallback case. First, BITSTOBYTESU32MAX is evaluated with 32-bit arithmetic...

7.8CVSS5.9AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/09/11 7:44 p.m.12 views

CVE-2026-89580

In the Linux kernel, the following vulnerability has been resolved: bpf: Disable preemption in bpfgetstack getperfcallchain returns a per-CPU perfcallchainentry buffer and releases its recursion slot via putcallchainentry before returning, so nothing keeps the entry reserved while bpfgetstack...

7.8CVSS6.1AI score0.00128EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.28 views

CVE-2026-89580 bpf: Disable preemption in __bpf_get_stack

In the Linux kernel, the following vulnerability has been resolved: bpf: Disable preemption in bpfgetstack getperfcallchain returns a per-CPU perfcallchainentry buffer and releases its recursion slot via putcallchainentry before returning, so nothing keeps the entry reserved while bpfgetstack...

7.8CVSS0.00128EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:44 p.m.13 views

CVE-2026-89580 bpf: Disable preemption in __bpf_get_stack

In the Linux kernel, the following vulnerability has been resolved: bpf: Disable preemption in bpfgetstack getperfcallchain returns a per-CPU perfcallchainentry buffer and releases its recursion slot via putcallchainentry before returning, so nothing keeps the entry reserved while bpfgetstack...

7.8CVSS6.2AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/11 7:44 p.m.10 views

CVE-2026-89579

In the Linux kernel, the following vulnerability has been resolved: bpf: Harden bloom filter sizing and indexing on 32-bit kernels bloommapalloc has two 32-bit-specific problems when the computed bitmap reaches the U32MAX fallback case. First, BITSTOBYTESU32MAX is evaluated with 32-bit arithmetic...

7.8CVSS5.9AI score0.00167EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:44 p.m.20 views

CVE-2026-89579

CVE-2026-89579 affects the Linux kernel's BPF bloom filter on 32-bit x86 systems. Two distinct flaws exist in bloom_map_alloc() when the computed bitmap reaches the U32_MAX fallback: (1) a 32-bit arithmetic wrap in DIV_ROUND_UP causes under-allocation of the bitmap, and (2) hash values in the ran...

7.8CVSS5.8AI score0.00167EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/11 7:44 p.m.8 views

EUVD-2026-76491

In the Linux kernel, the following vulnerability has been resolved: bpf: Harden bloom filter sizing and indexing on 32-bit kernels bloommapalloc has two 32-bit-specific problems when the computed bitmap reaches the U32MAX fallback case. First, BITSTOBYTESU32MAX is evaluated with 32-bit arithmetic...

5.8AI score0.00167EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.31 views

CVE-2026-89579 bpf: Harden bloom filter sizing and indexing on 32-bit kernels

In the Linux kernel, the following vulnerability has been resolved: bpf: Harden bloom filter sizing and indexing on 32-bit kernels bloommapalloc has two 32-bit-specific problems when the computed bitmap reaches the U32MAX fallback case. First, BITSTOBYTESU32MAX is evaluated with 32-bit arithmetic...

7.8CVSS0.00167EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/11 7:44 p.m.9 views

EUVD-2026-76475

In the Linux kernel, the following vulnerability has been resolved: ip: orphan prefetched skbs before multicast forwarding IPv4 and IPv6 input preserve an skb-sk association installed by bpfskassign so that local delivery can use the selected socket under RCU. Both address families can also...

5.9AI score0.00136EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.27 views

CVE-2026-89564 ip: orphan prefetched skbs before multicast forwarding

In the Linux kernel, the following vulnerability has been resolved: ip: orphan prefetched skbs before multicast forwarding IPv4 and IPv6 input preserve an skb-sk association installed by bpfskassign so that local delivery can use the selected socket under RCU. Both address families can also...

7.8CVSS0.00136EPSS
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/11 5:29 p.m.12 views

PS4-5.05-Kernel-Exploit

PS4 5.05 커널 익스플로잇 개요 이 프로젝트에서는 PlayStation 4 5.05용 두 번째 "bpf" 커널 익스플로잇의 전체 구현을 찾을 수 있습니다. 커널로 임의 코드를 실행할 수 있게 하여, 시스템의 탈옥jailbreak 및 커널 수준 수정을 가능하게 합니다. 이 익스플로잇에는 Mira 및 Vortex의 HEN 페이로드에 대한 자동 실행 코드도 포함되어 있습니다. 이후 로드 시 일반적인 페이로드 런처가 실행됩니다. 이 버그는 qwertyoruiopz가 발견했으며, 그의 웹사이트 여기에서 호스팅되고 있습니다. 이...

6.5AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.13 views

PT-2026-90297

In the Linux kernel, the following vulnerability has been resolved: bpf, x86: Fix per-CPU address resolution into an extended register The destination of the per-CPU address MOV is encoded in ModRM.reg, which is extended by REX.R, but the REX prefix is built with add 1mod, which sets REX.B. REX.B...

5.7AI score0.00128EPSS
SaveExploits0References5
Rows per page
Query Builder