Lucene search
+L

240422 matches found

CVE
CVE
added 2026/08/15 5:57 a.m.27 views

CVE-2026-72491

CVE-2026-72491 — Linux kernel net/9p rdma state race fixed. The rdma->state field was updated without req_lock in recv_done() and p9_cm_event_handler(), while rdma_request() reads/modifies under req_lock, risking lost transitions and potential use‑after‑free during teardown. The fix adds req_l...

9.8CVSS5.5AI score0.00734EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:56 a.m.7 views

EUVD-2026-59330

In the Linux kernel, the following vulnerability has been resolved: alloctag: fix use-after-free in /proc/allocinfo after module unload allocinfostart only reinitializes the codetag iterator at position 0. For subsequent reads position 0, it reuses cached iterator state from the previous batch...

5.5AI score0.00198EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.31 views

CVE-2026-72431 alloc_tag: fix use-after-free in /proc/allocinfo after module unload

In the Linux kernel, the following vulnerability has been resolved: alloctag: fix use-after-free in /proc/allocinfo after module unload allocinfostart only reinitializes the codetag iterator at position 0. For subsequent reads position 0, it reuses cached iterator state from the previous batch...

0.00198EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/15 5:56 a.m.7 views

CVE-2026-72431

In the Linux kernel, the following vulnerability has been resolved: alloctag: fix use-after-free in /proc/allocinfo after module unload allocinfostart only reinitializes the codetag iterator at position 0. For subsequent reads position 0, it reuses cached iterator state from the previous batch...

5.5AI score0.00198EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 5:56 a.m.7 views

CVE-2026-72431 alloc_tag: fix use-after-free in /proc/allocinfo after module unload

In the Linux kernel, the following vulnerability has been resolved: alloctag: fix use-after-free in /proc/allocinfo after module unload allocinfostart only reinitializes the codetag iterator at position 0. For subsequent reads position 0, it reuses cached iterator state from the previous batch...

5.6AI score
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:56 a.m.20 views

CVE-2026-72431

CVE-2026-72431 describes a use-after-free in Linux kernel /proc/allocinfo handling after module unload. The issue arises because allocinfo_start() reinitializes the codetag iterator only at pos=0, but subsequent reads reuse a cached iterator state. allocinfo_stop() releases mod_lock between batch...

5.5AI score0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:56 a.m.18 views

CVE-2026-72391

Summary: CVE-2026-72391 affects the Linux kernel’s SFP MDIO bus handling. The code path in net: phy: sfp: free mii_bus in sfp_i2c_mdiobus_destroy previously leaked the struct mii_bus. The creation path allocates the I2C MDIO bus with mdio_i2c_alloc() (plain non-devm allocation) and registers it, ...

5.3AI score0.00205EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/15 5:56 a.m.4 views

CVE-2026-72391

In the Linux kernel, the following vulnerability has been resolved: net: phy: sfp: free miibus in sfpi2cmdiobusdestroy sfpi2cmdiobuscreate allocates the I2C MDIO bus with mdioi2calloc, a plain non-devm allocation, and registers it. sfpi2cmdiobusdestroy only unregisters the bus and clears sfp-i2cm...

5.3AI score0.00205EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.29 views

CVE-2026-72391 net: phy: sfp: free mii_bus in sfp_i2c_mdiobus_destroy

In the Linux kernel, the following vulnerability has been resolved: net: phy: sfp: free miibus in sfpi2cmdiobusdestroy sfpi2cmdiobuscreate allocates the I2C MDIO bus with mdioi2calloc, a plain non-devm allocation, and registers it. sfpi2cmdiobusdestroy only unregisters the bus and clears sfp-i2cm...

0.00205EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 5:56 a.m.6 views

EUVD-2026-59290

In the Linux kernel, the following vulnerability has been resolved: net: phy: sfp: free miibus in sfpi2cmdiobusdestroy sfpi2cmdiobuscreate allocates the I2C MDIO bus with mdioi2calloc, a plain non-devm allocation, and registers it. sfpi2cmdiobusdestroy only unregisters the bus and clears sfp-i2cm...

5.4AI score0.00205EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/15 5:56 a.m.6 views

CVE-2026-72391 net: phy: sfp: free mii_bus in sfp_i2c_mdiobus_destroy

In the Linux kernel, the following vulnerability has been resolved: net: phy: sfp: free miibus in sfpi2cmdiobusdestroy sfpi2cmdiobuscreate allocates the I2C MDIO bus with mdioi2calloc, a plain non-devm allocation, and registers it. sfpi2cmdiobusdestroy only unregisters the bus and clears sfp-i2cm...

5.5AI score
SaveExploits0References9
EUVD
EUVD
added 2026/08/15 5:55 a.m.7 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
CVE
CVE
added 2026/08/15 5:55 a.m.27 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
Debian CVE
Debian CVE
added 2026/08/15 5:55 a.m.7 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
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.18 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
OSV
OSV
added 2026/08/15 5:55 a.m.6 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 2026/08/15 5:55 a.m.6 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 2026/08/15 5:55 a.m.19 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 2026/08/15 5:55 a.m.13 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
CVE
CVE
added 2026/08/15 5:55 a.m.16 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
Rows per page
Query Builder