Lucene search
+L

247681 matches found

Cvelist
Cvelist
added 4 days ago21 views

CVE-2026-72339 qede: fix off-by-one in BD ring consumption on build_skb failure

In the Linux kernel, the following vulnerability has been resolved: qede: fix off-by-one in BD ring consumption on buildskb failure qederxbuildskb and qedetparxbuildskb do not check for a NULL return from qedebuildskb. When it returns NULL under memory pressure, the functions still consume a BD...

9.8CVSS0.00755EPSS
SaveExploits0References8
EUVD
EUVD
added 4 days ago6 views

EUVD-2026-59236

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: avoid untracked enable work lowpanenableset allocates a temporary work item and schedules doenableset on systemwq, then returns to debugfs. The debugfs active operation has ended at that point, but the worker...

5.5AI score0.00198EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 4 days ago5 views

CVE-2026-72337

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: avoid untracked enable work lowpanenableset allocates a temporary work item and schedules doenableset on systemwq, then returns to debugfs. The debugfs active operation has ended at that point, but the worker...

5.4AI score0.00198EPSS
SaveExploits0
CVE
CVE
added 4 days ago26 views

CVE-2026-72338

Technical details about CVE-2026-72338 are not publicly available in the provided documents. The materials summarize the issue at a high level. Monitor for updated advisories or full exploit specifics from official sources.

7.8CVSS5.7AI score0.00166EPSS
SaveExploits0References5
CVE
CVE
added 4 days ago21 views

CVE-2026-72337

CVE-2026-72337 : Linux kernel memory safety issue in Bluetooth 6lowpan handling. The flaw stems from lowpan_enable_set() allocating a temporary work item and scheduling do_enable_set() on system_wq, while the debugfs write returns and the worker may run later, potentially operating on stale state...

5.4AI score0.00198EPSS
SaveExploits0References2
EUVD
EUVD
added 4 days ago8 views

EUVD-2026-59237

In the Linux kernel, the following vulnerability has been resolved: net/sched: actpedit: fix TOCTOU heap OOB write in tc offload There is a TOCTOU race condition in flower lockless approach between sizing a flowrule buffer and filling it. [email protected] reports: The clsflower...

5.8AI score0.00166EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 4 days ago4 views

CVE-2026-72338

In the Linux kernel, the following vulnerability has been resolved: net/sched: actpedit: fix TOCTOU heap OOB write in tc offload There is a TOCTOU race condition in flower lockless approach between sizing a flowrule buffer and filling it. [email protected] reports: The clsflower...

7.8CVSS5.7AI score0.00166EPSS
SaveExploits0
Cvelist
Cvelist
added 4 days ago18 views

CVE-2026-72337 Bluetooth: 6lowpan: avoid untracked enable work

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: avoid untracked enable work lowpanenableset allocates a temporary work item and schedules doenableset on systemwq, then returns to debugfs. The debugfs active operation has ended at that point, but the worker...

0.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
added 4 days ago18 views

CVE-2026-72338 net/sched: act_pedit: fix TOCTOU heap OOB write in tc offload

In the Linux kernel, the following vulnerability has been resolved: net/sched: actpedit: fix TOCTOU heap OOB write in tc offload There is a TOCTOU race condition in flower lockless approach between sizing a flowrule buffer and filling it. [email protected] reports: The clsflower...

7.8CVSS0.00166EPSS
SaveExploits0References5
OSV
OSV
added 4 days ago5 views

CVE-2026-72337 Bluetooth: 6lowpan: avoid untracked enable work

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: avoid untracked enable work lowpanenableset allocates a temporary work item and schedules doenableset on systemwq, then returns to debugfs. The debugfs active operation has ended at that point, but the worker...

5.6AI score
SaveExploits0References5
EUVD
EUVD
added 4 days ago5 views

EUVD-2026-59235

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: hold L2CAP conn across debugfs control getl2capconn looks up an LE hciconn under hdev protection, but then drops that protection before reading hcon-l2capdata and before lowpancontrolwrite later dereferences...

5.5AI score0.002EPSS
SaveExploits0References5
Cvelist
Cvelist
added 4 days ago19 views

CVE-2026-72336 Bluetooth: 6lowpan: hold L2CAP conn across debugfs control

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: hold L2CAP conn across debugfs control getl2capconn looks up an LE hciconn under hdev protection, but then drops that protection before reading hcon-l2capdata and before lowpancontrolwrite later dereferences...

0.002EPSS
SaveExploits0References5
OSV
OSV
added 4 days ago5 views

CVE-2026-72336 Bluetooth: 6lowpan: hold L2CAP conn across debugfs control

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: hold L2CAP conn across debugfs control getl2capconn looks up an LE hciconn under hdev protection, but then drops that protection before reading hcon-l2capdata and before lowpancontrolwrite later dereferences...

5.7AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 4 days ago6 views

CVE-2026-72336

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: hold L2CAP conn across debugfs control getl2capconn looks up an LE hciconn under hdev protection, but then drops that protection before reading hcon-l2capdata and before lowpancontrolwrite later dereferences...

5.5AI score0.002EPSS
SaveExploits0
CVE
CVE
added 4 days ago11 views

CVE-2026-72336

CVE-2026-72336 — Linux kernel, Bluetooth 6lowpan L2CAP hold across debugfs control Root cause: get_l2cap_conn() looks up an LE hci_conn under hdev protection, then drops protection before reading hcon->l2cap_data and before lowpan_control_write() dereferences conn->hcon, allowing a disconne...

5.5AI score0.002EPSS
SaveExploits0References5
CVE
CVE
added 4 days ago19 views

CVE-2026-72334

Summary: CVE-2026-72334 affects the Linux kernel Bluetooth ISO handling. The issue arises from malformed ISO_END/ISO_CONT packets not being excluded by the Core spec, which can leak memory and trigger panics. The documented scenarios include: ISO_START with rx_len=4, ISO_CONT skb->len=4, ISO_S...

8.8CVSS5.4AI score0.00341EPSS
SaveExploits0References2
OSV
OSV
added 4 days ago5 views

CVE-2026-72335 Bluetooth: MGMT: Fix adv monitor add failure cleanup

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix adv monitor add failure cleanup hciaddadvmonitor publishes a new advmonitor in hdev-advmonitorsidr before the powered MSFT setup step. The MSFT offload add path can then fail either locally before the...

7.8CVSS5.9AI score
SaveExploits0References9
EUVD
EUVD
added 4 days ago7 views

EUVD-2026-59233

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix malformed ISOEND/CONT handling Core specification Part C vol 4 sec 5.4.5 does not exclude empty ISOCONT, ISOEND packets. We currently reject them if they are last. If controller sends malformed sequence ISOSTA...

5.4AI score0.00341EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 4 days ago5 views

CVE-2026-72334

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix malformed ISOEND/CONT handling Core specification Part C vol 4 sec 5.4.5 does not exclude empty ISOCONT, ISOEND packets. We currently reject them if they are last. If controller sends malformed sequence ISOSTA...

8.8CVSS5.4AI score0.00341EPSS
SaveExploits0
Cvelist
Cvelist
added 4 days ago21 views

CVE-2026-72334 Bluetooth: ISO: fix malformed ISO_END/CONT handling

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix malformed ISOEND/CONT handling Core specification Part C vol 4 sec 5.4.5 does not exclude empty ISOCONT, ISOEND packets. We currently reject them if they are last. If controller sends malformed sequence ISOSTA...

8.8CVSS0.00341EPSS
SaveExploits0References2
Rows per page
Query Builder