Lucene search
+L

266 matches found

NVD
NVD
added 2 days ago5 views

CVE-2026-72402

In the Linux kernel, the following vulnerability has been resolved: bpf: Mask pseudo pointer values in verifier logs printbpfinsn masks ldimm64 immediates for pointer-bearing pseudo sources when pointer leaks are not allowed, but the mask only covers BPFPSEUDOMAPFD and BPFPSEUDOMAPVALUE...

0.00189EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-59486

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Clear variable event pointer on read sndseqread copies a queued variable-length event header to userspace before expanding the payload. Queued variable-length events use SNDRVSEQEXTCHAINED internally, and data.ext.ptr...

5.5AI score0.00172EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2 days ago30 views

CVE-2026-74339 ALSA: seq: Clear variable event pointer on read

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Clear variable event pointer on read sndseqread copies a queued variable-length event header to userspace before expanding the payload. Queued variable-length events use SNDRVSEQEXTCHAINED internally, and data.ext.ptr...

0.00172EPSS
SaveExploits0References7
CVE
CVE
added 2 days ago11 views

CVE-2026-74339

The CVE-2026-74339 entry describes a Linux kernel ALSA seq vulnerability in snd_seq_read where a queued variable-length event header could reveal a kernel address via data.ext.ptr, because the read path did not clear the temporary header pointer before copy_to_user. The fix involves clearing that...

5.4AI score0.00172EPSS
SaveExploits0References7
EUVD
EUVD
added 2 days ago4 views

EUVD-2026-59437

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsflow: Dont expose folded kernel pointers The flow classifier falls back to addrfold for fields that are missing from packet headers. In map mode, userspace controls mask, xor, rshift, addend and divisor, and can...

5.4AI score0.00172EPSS
SaveExploits0References6
OSV
OSV
added 2 days ago3 views

CVE-2026-72402 bpf: Mask pseudo pointer values in verifier logs

In the Linux kernel, the following vulnerability has been resolved: bpf: Mask pseudo pointer values in verifier logs printbpfinsn masks ldimm64 immediates for pointer-bearing pseudo sources when pointer leaks are not allowed, but the mask only covers BPFPSEUDOMAPFD and BPFPSEUDOMAPVALUE...

5.5AI score
SaveExploits0References5
CVE
CVE
added 2 days ago10 views

CVE-2026-72402

CVE-2026-72402 : In the Linux kernel, the bpf verifier logs could reveal kernel pointer values via ldimm64 immediates for pointer-bearing pseudo sources. The function print_bpf_insn() previously masked only BPF_PSEUDO_MAP_FD and BPF_PSEUDO_MAP_VALUE; the risk extended to BPF_PSEUDO_MAP_IDX, BPF_P...

5.3AI score0.00189EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2 days ago31 views

CVE-2026-72402 bpf: Mask pseudo pointer values in verifier logs

In the Linux kernel, the following vulnerability has been resolved: bpf: Mask pseudo pointer values in verifier logs printbpfinsn masks ldimm64 immediates for pointer-bearing pseudo sources when pointer leaks are not allowed, but the mask only covers BPFPSEUDOMAPFD and BPFPSEUDOMAPVALUE...

0.00189EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago4 views

EUVD-2026-59301

In the Linux kernel, the following vulnerability has been resolved: bpf: Mask pseudo pointer values in verifier logs printbpfinsn masks ldimm64 immediates for pointer-bearing pseudo sources when pointer leaks are not allowed, but the mask only covers BPFPSEUDOMAPFD and BPFPSEUDOMAPVALUE...

5.4AI score0.00189EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2 days ago8 views

PT-2026-72686

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt re: Avoid displaying the kernel pointer While dumping the info on MR using the rdma tool, we dump the mr hwq which is a kernel pointer. There is no need to expose this value for end user. So avoid it...

5.4AI score0.00166EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2 days ago10 views

PT-2026-72590

In the Linux kernel, the following vulnerability has been resolved: bpf: Mask pseudo pointer values in verifier logs print bpf insn masks ldimm64 immediates for pointer-bearing pseudo sources when pointer leaks are not allowed, but the mask only covers BPF PSEUDO MAP FD and BPF PSEUDO MAP VALUE...

5.3AI score0.00189EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/06 10:17 p.m.10 views

CVE-2026-43630

llama.cpp builds b5702 through b7653 contain an out-of-bounds read vulnerability in the recurrent memory state restore path that allows attackers with write access to the slot save directory to read memory past the end of the allocated cells array. Attackers can craft a malicious slot file with a...

6.5CVSS0.00453EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/19 4:17 p.m.8 views

CVE-2026-64127

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: ecredreconfigure: send packed pdu, not stack pointer Commit 1c08108f3014 "Bluetooth: L2CAP: Avoid -Wflex-array-member-not-at-end warnings" converted the on-stack request PDU in l2capecredreconfigure from an...

5.5CVSS0.00127EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/06/25 6:2 p.m.15 views

CVE-2026-53078

A flaw was found in the Linux kernel's Berkeley Packet Filter BPF socket operations sockops program. When a BPF sockops program accesses context fields with the same destination and source registers, certain macros fail to properly clear the destination register. This can lead to a...

7.8CVSS6.2AI score0.0012EPSS
SaveExploits0References4
NVD
NVD
added 2026/06/24 5:17 p.m.11 views

CVE-2026-53078

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix same-register dst/src OOB read and pointer leak in sockops When a BPF sockops program accesses ctx fields with dstreg == srcreg, the SOCKOPSGETSK and SOCKOPSGETFIELD macros fail to zero the destination register in the...

7.8CVSS0.0012EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/06/24 5:17 p.m.10 views

CVE-2026-53078

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix same-register dst/src OOB read and pointer leak in sockops When a BPF sockops program accesses ctx fields with dstreg == srcreg, the SOCKOPSGETSK and SOCKOPSGETFIELD macros fail to zero the destination register in the...

7.8CVSS5.3AI score0.0012EPSS
SaveExploits0References5
CVE
CVE
added 2026/06/24 4:30 p.m.28 views

CVE-2026-53078

The CVE-2026-53078 issue is a Linux kernel BPF sock_ops vulnerability. When a BPF sock_ops program accesses ctx fields with the same destination and source registers (dst_reg == src_reg), SOCK_OPS_GET_SK() and SOCK_OPS_GET_FIELD() failed to zero the destination register in the !fullsock/!locked_t...

7.8CVSS5.7AI score0.0012EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/06/24 4:30 p.m.4 views

CVE-2026-53078

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix same-register dst/src OOB read and pointer leak in sockops When a BPF sockops program accesses ctx fields with dstreg == srcreg, the SOCKOPSGETSK and SOCKOPSGETFIELD macros fail to zero the destination register in the...

7.8CVSS5.3AI score0.0012EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/06/24 4:30 p.m.15 views

EUVD-2026-38946

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix same-register dst/src OOB read and pointer leak in sockops When a BPF sockops program accesses ctx fields with dstreg == srcreg, the SOCKOPSGETSK and SOCKOPSGETFIELD macros fail to zero the destination register in the...

5.7AI score0.0012EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/06/24 4:30 p.m.40 views

CVE-2026-53078 bpf: Fix same-register dst/src OOB read and pointer leak in sock_ops

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix same-register dst/src OOB read and pointer leak in sockops When a BPF sockops program accesses ctx fields with dstreg == srcreg, the SOCKOPSGETSK and SOCKOPSGETFIELD macros fail to zero the destination register in the...

7.8CVSS0.0012EPSS
SaveExploits0References4
Rows per page
Query Builder