Lucene search
+L

23 matches found

RedhatCVE
RedhatCVE
added 2026/08/27 8:56 a.m.9 views

CVE-2026-74736

A flaw was found in the Linux kernel's clsbpf component. A device-bound program could be incorrectly attached to a different network device than it was intended for. This misconfiguration could allow an attacker to trigger a system panic, leading to a denial of service, if the original device is...

7.8CVSS5.3AI score0.00138EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/27 6:31 a.m.8 views

EUVD-2026-66566

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsbpf: reject dev-bound programs bound to a different device clsbpfprogfromefd obtained a SCHEDCLS program via bpfproggettypedev but never verified that a device-bound offloaded program's bound netdev matches the TC...

7.8CVSS5.4AI score0.00138EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2026/08/27 12:21 a.m.6 views

SUSE CVE-2026-74736

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsbpf: reject dev-bound programs bound to a different device clsbpfprogfromefd obtained a SCHEDCLS program via bpfproggettypedev but never verified that a device-bound offloaded program's bound netdev matches the TC...

7.8CVSS5.8AI score0.00138EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/26 3:16 p.m.11 views

AZL-97767 CVE-2026-74736 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsbpf: reject dev-bound programs bound to a different device clsbpfprogfromefd obtained a SCHEDCLS program via bpfproggettypedev but never verified that a device-bound offloaded program's bound netdev matches the TC...

7.8CVSS5.8AI score0.00138EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/26 3:16 p.m.10 views

CVE-2026-74736

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsbpf: reject dev-bound programs bound to a different device clsbpfprogfromefd obtained a SCHEDCLS program via bpfproggettypedev but never verified that a device-bound offloaded program's bound netdev matches the TC...

7.8CVSS0.00138EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/26 3:16 p.m.5 views

UBUNTU-CVE-2026-74736

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsbpf: reject dev-bound programs bound to a different device clsbpfprogfromefd obtained a SCHEDCLS program via bpfproggettypedev but never verified that a device-bound offloaded program's bound netdev matches the TC...

7.8CVSS5.8AI score0.00138EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/26 2:36 p.m.20 views

CVE-2026-74736

CVE-2026-74736 is a Linux kernel vulnerability in the net/sched cls_bpf classifier. The function cls_bpf_prog_from_efd() retrieved a SCHED_CLS program via bpf_prog_get_type_dev() without verifying that a device-bound (offloaded) BPF program's bound netdev matched the target TC netdev. This allowe...

7.8CVSS5.3AI score0.00138EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/26 2:36 p.m.36 views

CVE-2026-74736 net/sched: cls_bpf: reject dev-bound programs bound to a different device

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsbpf: reject dev-bound programs bound to a different device clsbpfprogfromefd obtained a SCHEDCLS program via bpfproggettypedev but never verified that a device-bound offloaded program's bound netdev matches the TC...

7.8CVSS0.00138EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/26 2:36 p.m.5 views

CVE-2026-74736 net/sched: cls_bpf: reject dev-bound programs bound to a different device

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsbpf: reject dev-bound programs bound to a different device clsbpfprogfromefd obtained a SCHEDCLS program via bpfproggettypedev but never verified that a device-bound offloaded program's bound netdev matches the TC...

7.8CVSS5.6AI score
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/26 12:00 a.m.12 views

PT-2026-82116

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the cls bpf prog from efd function where it fails to verify if a device-bound offloaded program's bound network device matches the TC network device it is being attach...

7.8CVSS5.9AI score0.00138EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-74736

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net/sched: clsbpf: reject dev-bound programs bound to a different device clsbpfprogfromefd obtained a SCHEDCLS program via bpfproggettypedev but never verified...

7.8CVSS5.4AI score0.00138EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/19 11:17 a.m.6 views

CVE-2026-74382

A flaw was found in the Linux kernel's clsbpf component, which handles traffic control filtering. A local attacker could exploit this vulnerability by triggering a specific sequence of failures during an offload rollback operation. This leads to an unbounded recursion, causing a stack overflow an...

5.5CVSS5.4AI score0.00195EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.51 views

Linux Distros Unpatched Vulnerability : CVE-2026-74382

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net/sched: clsbpf: prevent unbounded recursion in offload rollback Quan Sun reported 1 a stack overflow in clsbpfoffloadcmd. Reproducer on netdevsim: add a skip...

5.9AI score0.00195EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/15 6:22 a.m.9 views

CVE-2026-74382

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsbpf: prevent unbounded recursion in offload rollback Quan Sun reported 1 a stack overflow in clsbpfoffloadcmd. Reproducer on netdevsim: add a skipsw clsbpf filter, set the bpftcaccept debugfs knob to 0, then tc filt...

0.00195EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/08/15 6:22 a.m.11 views

CVE-2026-74382

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsbpf: prevent unbounded recursion in offload rollback Quan Sun reported 1 a stack overflow in clsbpfoffloadcmd. Reproducer on netdevsim: add a skipsw clsbpf filter, set the bpftcaccept debugfs knob to 0, then tc filt...

5.6AI score0.00195EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/15 6:22 a.m.9 views

UBUNTU-CVE-2026-74382

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsbpf: prevent unbounded recursion in offload rollback Quan Sun reported 1 a stack overflow in clsbpfoffloadcmd. Reproducer on netdevsim: add a skipsw clsbpf filter, set the bpftcaccept debugfs knob to 0, then tc filt...

5.5AI score0.00195EPSS
SaveExploits0References11
CVE
CVE
added 2026/08/15 5:58 a.m.45 views

CVE-2026-74382

CVE-2026-74382 concerns a stack overflow in the Linux kernel’s net/sched cls_bpf offload rollback. The issue arises when cls_bpf_offload_cmd() recursively re-enters during rollback if tc_setup_cb_replace() fails twice in a row, allowing unbounded recursion until the stack is exhausted. Two propos...

5.5AI score0.00195EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:58 a.m.21 views

CVE-2026-74382 net/sched: cls_bpf: prevent unbounded recursion in offload rollback

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsbpf: prevent unbounded recursion in offload rollback Quan Sun reported 1 a stack overflow in clsbpfoffloadcmd. Reproducer on netdevsim: add a skipsw clsbpf filter, set the bpftcaccept debugfs knob to 0, then tc filt...

5.7AI score
SaveExploits0References11
EUVD
EUVD
added 2026/08/15 5:58 a.m.7 views

EUVD-2026-59529

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsbpf: prevent unbounded recursion in offload rollback Quan Sun reported 1 a stack overflow in clsbpfoffloadcmd. Reproducer on netdevsim: add a skipsw clsbpf filter, set the bpftcaccept debugfs knob to 0, then tc filt...

5.6AI score0.00195EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.33 views

CVE-2026-74382 net/sched: cls_bpf: prevent unbounded recursion in offload rollback

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsbpf: prevent unbounded recursion in offload rollback Quan Sun reported 1 a stack overflow in clsbpfoffloadcmd. Reproducer on netdevsim: add a skipsw clsbpf filter, set the bpftcaccept debugfs knob to 0, then tc filt...

0.00195EPSS
SaveExploits0References8
Rows per page
Query Builder