Lucene search
+L

232442 matches found

ATTACKERKB
ATTACKERKB
added 3 days ago6 views

CVE-2026-64207

In the Linux kernel, the following vulnerability has been resolved: net/sched: dualpi2: fix GSO backlog accounting When DualPI2 splits a GSO skb into N segments, it propagates N additional packets to its parent before returning NETXMITSUCCESS. The parent then accounts for the original skb once...

5.3AI score0.00155EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 3 days ago29 views

CVE-2026-64205 i2c: i801: fix hardware state machine corruption in error path

In the Linux kernel, the following vulnerability has been resolved: i2c: i801: fix hardware state machine corruption in error path A severe livelock and subsequent Hung Task panic were observed in the i2c-i801 driver during concurrent Fuzzing. The crash is caused by an unconditional hardware...

0.00165EPSS
SaveExploits0References3
CVE
CVE
added 3 days ago12 views

CVE-2026-64205

CVE-2026-64205 concerns the Linux kernel i2c-i801 driver. The issue stems from an unconditional hardware register cleanup in the error path of i801_access() when i801_check_pre() fails (e.g., -EBUSY). This can bypass ownership of the SMBus controller, yet code proceeds to clear INUSE_STS and rese...

5.7AI score0.00165EPSS
SaveExploits0References3
CVE
CVE
added 3 days ago21 views

CVE-2026-64206

CVE-2026-64206 : In the Linux kernel Bluetooth L2CAP path, the teardown can deadlock because l2cap_conn_del() takes conn->lock and then cancels pending_rx_work, while process_pending_rx() also takes the same lock. The fix is to cancel pending_rx_work before acquiring conn->lock to enforce t...

5.4AI score0.00158EPSS
SaveExploits0References3
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-46014

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: cancel pendingrxwork before taking conn-lock l2capconndel takes conn-lock and then calls cancelworksync for pendingrxwork. processpendingrx takes the same mutex, so teardown can deadlock against the worker it is...

5.4AI score0.00158EPSS
SaveExploits0References3
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-46013

In the Linux kernel, the following vulnerability has been resolved: i2c: i801: fix hardware state machine corruption in error path A severe livelock and subsequent Hung Task panic were observed in the i2c-i801 driver during concurrent Fuzzing. The crash is caused by an unconditional hardware...

5.7AI score0.00165EPSS
SaveExploits0References3
OSV
OSV
added 3 days ago3 views

CVE-2026-64205 i2c: i801: fix hardware state machine corruption in error path

In the Linux kernel, the following vulnerability has been resolved: i2c: i801: fix hardware state machine corruption in error path A severe livelock and subsequent Hung Task panic were observed in the i2c-i801 driver during concurrent Fuzzing. The crash is caused by an unconditional hardware...

5.6AI score0.00165EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 3 days ago4 views

CVE-2026-64206

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: cancel pendingrxwork before taking conn-lock l2capconndel takes conn-lock and then calls cancelworksync for pendingrxwork. processpendingrx takes the same mutex, so teardown can deadlock against the worker it is...

5.2AI score0.00158EPSS
SaveExploits0
OSV
OSV
added 3 days ago3 views

CVE-2026-64206 Bluetooth: L2CAP: cancel pending_rx_work before taking conn->lock

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: cancel pendingrxwork before taking conn-lock l2capconndel takes conn-lock and then calls cancelworksync for pendingrxwork. processpendingrx takes the same mutex, so teardown can deadlock against the worker it is...

5.3AI score0.00158EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 3 days ago5 views

CVE-2026-64205

In the Linux kernel, the following vulnerability has been resolved: i2c: i801: fix hardware state machine corruption in error path A severe livelock and subsequent Hung Task panic were observed in the i2c-i801 driver during concurrent Fuzzing. The crash is caused by an unconditional hardware...

5.6AI score0.00165EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 3 days ago5 views

CVE-2026-64206

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: cancel pendingrxwork before taking conn-lock l2capconndel takes conn-lock and then calls cancelworksync for pendingrxwork. processpendingrx takes the same mutex, so teardown can deadlock against the worker it is...

5.2AI score0.00158EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 3 days ago2 views

CVE-2026-64191 i2c: stub: Reject I2C block transfers with invalid length

In the Linux kernel, the following vulnerability has been resolved: i2c: stub: Reject I2C block transfers with invalid length The I2CSMBUSI2CBLOCKDATA case in stubxfer uses data-block0 as the transfer length. The existing check only clamps it to avoid overrunning the chip-words256 register array,...

5.6AI score0.00169EPSS
SaveExploits0References11
OSV
OSV
added 3 days ago3 views

CVE-2026-64190 net: team: fix NULL pointer dereference in team_xmit during mode change

In the Linux kernel, the following vulnerability has been resolved: net: team: fix NULL pointer dereference in teamxmit during mode change teamchangemode clears team-ops with memset before restoring safe dummy handlers via teamadjustops. A concurrent teamxmit running under RCU on another CPU can...

5.5AI score0.00145EPSS
SaveExploits0References5
Cvelist
Cvelist
added 3 days ago27 views

CVE-2026-64190 net: team: fix NULL pointer dereference in team_xmit during mode change

In the Linux kernel, the following vulnerability has been resolved: net: team: fix NULL pointer dereference in teamxmit during mode change teamchangemode clears team-ops with memset before restoring safe dummy handlers via teamadjustops. A concurrent teamxmit running under RCU on another CPU can...

0.00145EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-46010

In the Linux kernel, the following vulnerability has been resolved: net: team: fix NULL pointer dereference in teamxmit during mode change teamchangemode clears team-ops with memset before restoring safe dummy handlers via teamadjustops. A concurrent teamxmit running under RCU on another CPU can...

5.6AI score0.00145EPSS
SaveExploits0References2
CVE
CVE
added 3 days ago10 views

CVE-2026-64190

The CVE-2026-64190 entry describes a Linux kernel race in net: team where __team_change_mode() clears team->ops with memset() while a concurrent team_xmit() under RCU can read ops.transmit and call a NULL pointer, causing a kernel NULL pointer dereference. It requires a mode change (CAP_NET_AD...

5.6AI score0.00145EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 3 days ago5 views

CVE-2026-64190

In the Linux kernel, the following vulnerability has been resolved: net: team: fix NULL pointer dereference in teamxmit during mode change teamchangemode clears team-ops with memset before restoring safe dummy handlers via teamadjustops. A concurrent teamxmit running under RCU on another CPU can...

5.3AI score0.00145EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 3 days ago7 views

CVE-2026-64190

In the Linux kernel, the following vulnerability has been resolved: net: team: fix NULL pointer dereference in teamxmit during mode change teamchangemode clears team-ops with memset before restoring safe dummy handlers via teamadjustops. A concurrent teamxmit running under RCU on another CPU can...

5.3AI score0.00145EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 3 days ago3 views

CVE-2026-64189 netfilter: ipset: fix race between dump and ip_set_list resize

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix race between dump and ipsetlist resize The release path of ipsetdumpdo and ipsetdumpdone read inst-ipsetlist via ipsetrefnetlink, a plain rcudereferenceraw of the array pointer. These run from netlinkrecvmsg...

5.4AI score0.00157EPSS
SaveExploits0References7
CVE
CVE
added 3 days ago17 views

CVE-2026-64188

In the Linux kernel RMNET net path, CVE-2026-64188 stems from use-after-free: rmnet_dellink() frees a rmnet_endpoint with kfree() while RCU readers may still reference ep->egress_dev, risking a fault in the receive path. The fix adds an rcu_head to struct rmnet_endpoint and replaces kfree() wi...

5.5AI score0.00165EPSS
SaveExploits0References8
Rows per page
Query Builder