Lucene search
+L

1042 matches found

Tenable Nessus
Tenable Nessus
added 2026/04/14 12:0 a.m.16 views

Linux Distros Unpatched Vulnerability : CVE-2026-31413

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: bpf: Fix unsound scalar forking in maybeforkscalars for BPFOR maybeforkscalars is called for...

7.8CVSS6.3AI score0.00221EPSS
SaveExploits2References2
OSV
OSV
added 2026/04/12 6:16 a.m.8 views

UBUNTU-CVE-2026-31413

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix unsound scalar forking in maybeforkscalars for BPFOR maybeforkscalars is called for both BPFAND and BPFOR when the source operand is a constant. When dst has signed range -1, 0, it forks the verifier state: the pushed pa...

7.8CVSS5.7AI score0.00221EPSS
SaveExploits2References16
OSV
OSV
added 2026/04/12 5:36 a.m.6 views

CVE-2026-31413 bpf: Fix unsound scalar forking in maybe_fork_scalars() for BPF_OR

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix unsound scalar forking in maybeforkscalars for BPFOR maybeforkscalars is called for both BPFAND and BPFOR when the source operand is a constant. When dst has signed range -1, 0, it forks the verifier state: the pushed pa...

7.8CVSS6.5AI score
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/04/12 5:36 a.m.6 views

CVE-2026-31413

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix unsound scalar forking in maybeforkscalars for BPFOR maybeforkscalars is called for both BPFAND and BPFOR when the source operand is a constant. When dst has signed range -1, 0, it forks the verifier state: the pushed pa...

5.7AI score0.00221EPSS
SaveExploits2References5Affected Software1
RedhatCVE
RedhatCVE
added 2026/04/03 7:1 p.m.7 views

CVE-2026-31401

A flaw was found in the Linux kernel's Human Interface Device HID BPF Berkeley Packet Filter component. This vulnerability occurs in the hidhwrequest function, where an uncontrolled return value from dispatchhidbpfrawrequests can lead to a buffer overflow. This could allow a local attacker to cau...

7.8CVSS6.2AI score0.00135EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/04/03 6:31 p.m.8 views

EUVD-2026-18784

In the Linux kernel, the following vulnerability has been resolved: HID: bpf: prevent buffer overflow in hidhwrequest right now the returned value is considered to be always valid. However, when playing with HID-BPF, the return value can be arbitrary big, because it's the return value of...

6.2AI score0.00135EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/04/03 4:16 p.m.7 views

CVE-2026-31401

In the Linux kernel, the following vulnerability has been resolved: HID: bpf: prevent buffer overflow in hidhwrequest right now the returned value is considered to be always valid. However, when playing with HID-BPF, the return value can be arbitrary big, because it's the return value of...

7.8CVSS6.2AI score0.00135EPSS
SaveExploits0References6
OSV
OSV
added 2026/04/03 4:16 p.m.9 views

UBUNTU-CVE-2026-31401

In the Linux kernel, the following vulnerability has been resolved: HID: bpf: prevent buffer overflow in hidhwrequest right now the returned value is considered to be always valid. However, when playing with HID-BPF, the return value can be arbitrary big, because it's the return value of...

8.4CVSS6.1AI score0.00135EPSS
SaveExploits0References7
OSV
OSV
added 2026/04/03 3:16 p.m.8 views

CVE-2026-31401 HID: bpf: prevent buffer overflow in hid_hw_request

In the Linux kernel, the following vulnerability has been resolved: HID: bpf: prevent buffer overflow in hidhwrequest right now the returned value is considered to be always valid. However, when playing with HID-BPF, the return value can be arbitrary big, because it's the return value of...

7.8CVSS6.5AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/04/03 3:16 p.m.35 views

CVE-2026-31401 HID: bpf: prevent buffer overflow in hid_hw_request

In the Linux kernel, the following vulnerability has been resolved: HID: bpf: prevent buffer overflow in hidhwrequest right now the returned value is considered to be always valid. However, when playing with HID-BPF, the return value can be arbitrary big, because it's the return value of...

7.8CVSS0.00135EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/04/02 9:32 p.m.14 views

CVE-2026-23412

A flaw was found in the Linux kernel's netfilter BPF Berkeley Packet Filter component. A local attacker could exploit this by initiating a concurrent process to dump hooks via nfnetlinkhooks, which triggers a use-after-free vulnerability. This could lead to system instability or a denial of servi...

7.8CVSS5.8AI score0.00117EPSS
SaveExploits0References4
Rapid7 Blog
Rapid7 Blog
added 2026/04/02 1:0 p.m.10 views

New Whitepaper: Stealthy BPFDoor Variants are a Needle That Looks Like Hay

Executive Overview Advanced persistent threats APTs are constantly and consistently changing tactics as network defenders plug holes in defenses. Static indicators of compromise IoCs for the BPFDoor have been widely deployed, forcing threat actors to get creative in their use of this particular...

5.9AI score
SaveExploits0
OSV
OSV
added 2026/04/02 12:16 p.m.14 views

UBUNTU-CVE-2026-23417

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix constant blinding for PROBEMEM32 stores BPFST | BPFPROBEMEM32 immediate stores are not handled by bpfjitblindinsn, allowing user-controlled 32-bit immediates to survive unblinded into JIT-compiled native code when...

5.5CVSS5.8AI score0.00116EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/04/02 11:40 a.m.7 views

CVE-2026-23412

In the Linux kernel, the following vulnerability has been resolved: netfilter: bpf: defer hook memory release until rcu readers are done Yiming Qian reports UaF when concurrent process is dumping hooks via nfnetlinkhooks: BUG: KASAN: slab-use-after-free in nfnlhookdumpone.isra.0+0xe71/0x10f0 Read...

7.8CVSS5.3AI score0.00117EPSS
SaveExploits0
Fedora
Fedora
added 2026/04/02 1:6 a.m.12 views

[SECURITY] Fedora 43 Update: rust-scx_rusty-0.5.4-8.fc43

A multi-domain, BPF / user space hybrid scheduler used within schedext, which is a Linux kernel feature which enables implementing kernel thread schedulers in BPF and dynamically loading them. https://github.com/sched-ext/scx/tree/main...

6.5CVSS5.9AI score0.00379EPSS
SaveExploits1
Fedora
Fedora
added 2026/04/02 1:6 a.m.16 views

[SECURITY] Fedora 43 Update: rust-scx_rustland-0.0.3-8.fc43

A BPF component dispatcher that implements the low level sched-ext functionalities and a user-space counterpart scheduler, written in Rust, that implements the actual scheduling policy. This is used within schedext, which is a Linux kernel feature which enables implementing kernel thread schedule...

6.5CVSS5.9AI score0.00379EPSS
SaveExploits1
Fedora
Fedora
added 2026/04/02 12:43 a.m.10 views

[SECURITY] Fedora 42 Update: rust-scx_rustland-0.0.3-8.fc42

A BPF component dispatcher that implements the low level sched-ext functionalities and a user-space counterpart scheduler, written in Rust, that implements the actual scheduling policy. This is used within schedext, which is a Linux kernel feature which enables implementing kernel thread schedule...

6.5CVSS5.9AI score0.00379EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2026/04/02 12:0 a.m.7 views

PT-2026-29724

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix constant blinding for PROBE MEM32 stores BPF ST | BPF PROBE MEM32 immediate stores are not handled by bpf jit blind insn, allowing user-controlled 32-bit immediates to survive unblinded into JIT-compiled native code when...

5.8AI score0.00116EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2026/04/02 12:0 a.m.13 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from bpf not performing constant obfuscation on the PROBEMEM32 storage mechanism. This vulnerability m...

5.5CVSS5.8AI score0.00116EPSS
SaveExploits0References4
Fedora
Fedora
added 2026/03/31 2:47 p.m.12 views

[SECURITY] Fedora 44 Update: rust-scx_rusty-0.5.4-8.fc44

A multi-domain, BPF / user space hybrid scheduler used within schedext, which is a Linux kernel feature which enables implementing kernel thread schedulers in BPF and dynamically loading them. https://github.com/sched-ext/scx/tree/main...

6.5CVSS5.9AI score0.00379EPSS
SaveExploits1
Rows per page
Query Builder