Lucene search
+L

1306811 matches found

Cvelist
Cvelist
added 2026/09/17 4:07 p.m.33 views

CVE-2026-90211 bpf, s390: Clear fetch destination on faulting arena atomic

In the Linux kernel, the following vulnerability has been resolved: bpf, s390: Clear fetch destination on faulting arena atomic Same missing register clear as on riscv64. A RMW atomic on an arena pointer is converted to BPFPROBEATOMIC and gets an exception table entry, but bpfjitprobeatomicpre on...

0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/17 4:07 p.m.9 views

CVE-2026-90211

CVE-2026-90211 affects the Linux kernel on the s390x architecture. The vulnerability resides in the BPF JIT compiler's handling of read-modify-write (RMW) atomics on arena pointers. Specifically, bpf_jit_probe_atomic_pre() leaves probe->reg at -1 (the sentinel from bpf_jit_probe_init()), so wh...

0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/17 4:07 p.m.4 views

CVE-2026-90211 bpf, s390: Clear fetch destination on faulting arena atomic

In the Linux kernel, the following vulnerability has been resolved: bpf, s390: Clear fetch destination on faulting arena atomic Same missing register clear as on riscv64. A RMW atomic on an arena pointer is converted to BPFPROBEATOMIC and gets an exception table entry, but bpfjitprobeatomicpre on...

SaveExploits0References6
Debian CVE
Debian CVE
added 2026/09/17 4:07 p.m.4 views

CVE-2026-90211

In the Linux kernel, the following vulnerability has been resolved: bpf, s390: Clear fetch destination on faulting arena atomic Same missing register clear as on riscv64. A RMW atomic on an arena pointer is converted to BPFPROBEATOMIC and gets an exception table entry, but bpfjitprobeatomicpre on...

0.00198EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/17 4:07 p.m.5 views

EUVD-2026-81804

In the Linux kernel, the following vulnerability has been resolved: bpf, s390: Clear fetch destination on faulting arena atomic Same missing register clear as on riscv64. A RMW atomic on an arena pointer is converted to BPFPROBEATOMIC and gets an exception table entry, but bpfjitprobeatomicpre on...

0.00198EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/17 4:06 p.m.23 views

CVE-2026-90160 lwt_bpf: Restore reserved headroom after xmit program

In the Linux kernel, the following vulnerability has been resolved: lwtbpf: Restore reserved headroom after xmit program ipfinishoutput2 expands an skb to LLRESERVEDSPACEdev before LWT xmit. An LWTXMIT BPF program can then modify the skb head and still return BPFOK, so bpfxmit rechecks the...

0.0021EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/17 4:06 p.m.6 views

CVE-2026-90160

In the Linux kernel, the following vulnerability has been resolved: lwtbpf: Restore reserved headroom after xmit program ipfinishoutput2 expands an skb to LLRESERVEDSPACEdev before LWT xmit. An LWTXMIT BPF program can then modify the skb head and still return BPFOK, so bpfxmit rechecks the...

0.0021EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/17 4:06 p.m.5 views

CVE-2026-90159

In the Linux kernel, the following vulnerability has been resolved: bpf: Disallow bpfg,setsockopt in cgroup UNIX getname hooks bpfsetsockopt and bpfgetsockopt call sockownedbyme for full sockets, so these helpers expect the socket lock to be held. BPFCGROUPUNIXGETPEERNAME and...

0.002EPSS
SaveExploits0
CVE
CVE
added 2026/09/17 4:06 p.m.7 views

CVE-2026-90159

CVE-2026-90159 affects the Linux kernel BPF subsystem. The _bpf_setsockopt() and _bpf_getsockopt() helpers call sock_owned_by_me(), which expects the socket lock to be held. However, the BPF_CGROUP_UNIX_GETPEERNAME and BPF_CGROUP_UNIX_GETSOCKNAME hooks execute BPF programs without acquiring that ...

0.002EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/17 4:06 p.m.24 views

CVE-2026-90159 bpf: Disallow bpf_{g,s}etsockopt() in cgroup UNIX getname hooks

In the Linux kernel, the following vulnerability has been resolved: bpf: Disallow bpfg,setsockopt in cgroup UNIX getname hooks bpfsetsockopt and bpfgetsockopt call sockownedbyme for full sockets, so these helpers expect the socket lock to be held. BPFCGROUPUNIXGETPEERNAME and...

0.002EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/17 4:06 p.m.5 views

EUVD-2026-81752

In the Linux kernel, the following vulnerability has been resolved: bpf: Disallow bpfg,setsockopt in cgroup UNIX getname hooks bpfsetsockopt and bpfgetsockopt call sockownedbyme for full sockets, so these helpers expect the socket lock to be held. BPFCGROUPUNIXGETPEERNAME and...

0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/17 4:06 p.m.4 views

CVE-2026-90159 bpf: Disallow bpf_{g,s}etsockopt() in cgroup UNIX getname hooks

In the Linux kernel, the following vulnerability has been resolved: bpf: Disallow bpfg,setsockopt in cgroup UNIX getname hooks bpfsetsockopt and bpfgetsockopt call sockownedbyme for full sockets, so these helpers expect the socket lock to be held. BPFCGROUPUNIXGETPEERNAME and...

SaveExploits0References7
CVE
CVE
added 2026/09/17 4:06 p.m.6 views

CVE-2026-90160

CVE-2026-90160 affects the Linux kernel 's lightweight tunnel BPF subsystem (lwt_bpf). When an LWT_XMIT BPF program modifies the skb head, the post-program headroom recheck in bpf_xmit() uses dst->dev->hard_header_len (14 bytes on Ethernet) instead of LL_RESERVED_SPACE(dev) (16 bytes). Sinc...

0.0021EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/17 4:06 p.m.4 views

EUVD-2026-81753

In the Linux kernel, the following vulnerability has been resolved: lwtbpf: Restore reserved headroom after xmit program ipfinishoutput2 expands an skb to LLRESERVEDSPACEdev before LWT xmit. An LWTXMIT BPF program can then modify the skb head and still return BPFOK, so bpfxmit rechecks the...

0.0021EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/17 4:06 p.m.3 views

CVE-2026-90160 lwt_bpf: Restore reserved headroom after xmit program

In the Linux kernel, the following vulnerability has been resolved: lwtbpf: Restore reserved headroom after xmit program ipfinishoutput2 expands an skb to LLRESERVEDSPACEdev before LWT xmit. An LWTXMIT BPF program can then modify the skb head and still return BPFOK, so bpfxmit rechecks the...

SaveExploits0References11
EUVD
EUVD
added 2026/09/17 4:06 p.m.6 views

EUVD-2026-81750

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject negative optlen in cgroup getsockopt hook A cgroup getsockopt BPF program can shrink ctx-optlen after the kernel getsockopt handler has run. The kernel-buffer variant, used by TCPZEROCOPYRECEIVE, only rejects values...

0.0021EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/17 4:06 p.m.8 views

CVE-2026-90157

CVE-2026-90157 affects the Linux kernel BPF cgroup getsockopt hook. A cgroup getsockopt BPF program can shrink ctx->optlen after the kernel getsockopt handler runs. The kernel-buffer variant (used by TCP_ZEROCOPY_RECEIVE ) only rejects values larger than the original length, so a negative optl...

0.0021EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/17 4:06 p.m.7 views

CVE-2026-90157

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject negative optlen in cgroup getsockopt hook A cgroup getsockopt BPF program can shrink ctx-optlen after the kernel getsockopt handler has run. The kernel-buffer variant, used by TCPZEROCOPYRECEIVE, only rejects values...

0.0021EPSS
SaveExploits0
OSV
OSV
added 2026/09/17 4:06 p.m.4 views

CVE-2026-90157 bpf: Reject negative optlen in cgroup getsockopt hook

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject negative optlen in cgroup getsockopt hook A cgroup getsockopt BPF program can shrink ctx-optlen after the kernel getsockopt handler has run. The kernel-buffer variant, used by TCPZEROCOPYRECEIVE, only rejects values...

SaveExploits0References11
Cvelist
Cvelist
added 2026/09/17 4:06 p.m.25 views

CVE-2026-90157 bpf: Reject negative optlen in cgroup getsockopt hook

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject negative optlen in cgroup getsockopt hook A cgroup getsockopt BPF program can shrink ctx-optlen after the kernel getsockopt handler has run. The kernel-buffer variant, used by TCPZEROCOPYRECEIVE, only rejects values...

0.0021EPSS
SaveExploits0References8
Rows per page
Query Builder