Lucene search
+L

830 matches found

RedhatCVE
RedhatCVE
added 2026/08/24 12:48 p.m.7 views

CVE-2026-74725

A flaw was found in the Linux kernel's enic driver. During device removal, a timing issue can occur where a transmit TX timeout schedules a reset operation after the device's memory has been freed. This leads to a use-after-free vulnerability, a type of memory corruption where the system attempts...

7.8CVSS6AI score0.00125EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/08/23 12:05 a.m.8 views

SUSE CVE-2026-74629

In the Linux kernel, the following vulnerability has been resolved: net/dibs: Correct freeing of dmbclientidarr A dibs device interrupt handler can be active after dibsdevdel and may still access dmbclientidarr. UAF In case of a failure in dibsdevadd being called by dibslodevprobe dmbclientidarr ...

5.4AI score0.00239EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/22 4:16 p.m.11 views

CVE-2026-74725

In the Linux kernel, the following vulnerability has been resolved: enic: fix txhangreset use-after-free on device removal enicremove cancels the reset and changemtuwork items but does not cancel txhangreset. A TX timeout that fires while the device is being removed can schedule enictxhangreset s...

7.8CVSS0.00125EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/22 3:33 p.m.9 views

CVE-2026-74725 enic: fix tx_hang_reset use-after-free on device removal

In the Linux kernel, the following vulnerability has been resolved: enic: fix txhangreset use-after-free on device removal enicremove cancels the reset and changemtuwork items but does not cancel txhangreset. A TX timeout that fires while the device is being removed can schedule enictxhangreset s...

5.8AI score
SaveExploits0References7
EUVD
EUVD
added 2026/08/22 3:33 p.m.8 views

EUVD-2026-64412

In the Linux kernel, the following vulnerability has been resolved: enic: fix txhangreset use-after-free on device removal enicremove cancels the reset and changemtuwork items but does not cancel txhangreset. A TX timeout that fires while the device is being removed can schedule enictxhangreset s...

5.6AI score0.00125EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/22 3:33 p.m.19 views

CVE-2026-74725

A use-after-free vulnerability exists in the Linux kernel enic driver during device removal. The function enic_remove() cancels the reset and change_mtu_work items but fails to cancel tx_hang_reset. A TX timeout firing while the device is being removed can schedule enic_tx_hang_reset() to execute...

7.8CVSS5.6AI score0.00125EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.26 views

CVE-2026-74725 enic: fix tx_hang_reset use-after-free on device removal

In the Linux kernel, the following vulnerability has been resolved: enic: fix txhangreset use-after-free on device removal enicremove cancels the reset and changemtuwork items but does not cancel txhangreset. A TX timeout that fires while the device is being removed can schedule enictxhangreset s...

7.8CVSS0.00125EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.11 views

PT-2026-79730

In the Linux kernel, the following vulnerability has been resolved: enic: fix tx hang reset use-after-free on device removal enic remove cancels the reset and change mtu work items but does not cancel tx hang reset. A TX timeout that fires while the device is being removed can schedule enic tx ha...

5.5AI score0.00125EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-74725

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - enic: fix txhangreset use-after-free on device removal enicremove cancels the reset and changemtuwork items but does not cancel txhangreset. A TX timeout that...

7.8CVSS5.7AI score0.00125EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/17 10:48 p.m.5 views

CVE-2026-72116

A flaw was found in the Linux kernel's Broadcom Controller Area Network CAN bus driver. When a CAN device is removed, the driver may fail to properly manage its receive and transmit operations. This can lead to receive filters not being correctly re-enabled after updates, preventing expected data...

7.1CVSS5.6AI score0.00181EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/17 7:48 p.m.6 views

CVE-2026-72070

A flaw was found in the Linux kernel's libertastf Wi-Fi driver. This vulnerability is a use-after-free, meaning the system attempts to access memory after it has been released. This occurs when the lbtffreeadapter function, responsible for freeing adapter resources, does not properly synchronize...

5.5CVSS5.6AI score0.0022EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/15 6:22 a.m.7 views

CVE-2026-72468

In the Linux kernel, the following vulnerability has been resolved: xprtrdma: Initialize reid before removal registration rpcrdmacreateid registers ep-rern with the rpcrdma ibclient before returning the new rdmacmid to rpcrdmaepcreate. However rpcrdmaepcreate currently stores that pointer in...

0.002EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/15 6:21 a.m.8 views

CVE-2026-72116

In the Linux kernel, the following vulnerability has been resolved: can: bcm: fix stale rx/tx ops after device removal RX: an RXSETUP update! for an existing op skipped canrxregister unconditionally, even when a concurrent NETDEVUNREGISTER had already torn down its registration op-rxregdev == NUL...

7.1CVSS5.7AI score0.00181EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 6:21 a.m.6 views

UBUNTU-CVE-2026-72116

In the Linux kernel, the following vulnerability has been resolved: can: bcm: fix stale rx/tx ops after device removal RX: an RXSETUP update! for an existing op skipped canrxregister unconditionally, even when a concurrent NETDEVUNREGISTER had already torn down its registration op-rxregdev == NUL...

7.1CVSS5.6AI score0.00181EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:57 a.m.7 views

EUVD-2026-59367

In the Linux kernel, the following vulnerability has been resolved: xprtrdma: Initialize reid before removal registration rpcrdmacreateid registers ep-rern with the rpcrdma ibclient before returning the new rdmacmid to rpcrdmaepcreate. However rpcrdmaepcreate currently stores that pointer in...

5.4AI score0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 5:52 a.m.14 views

CVE-2026-72116 can: bcm: fix stale rx/tx ops after device removal

In the Linux kernel, the following vulnerability has been resolved: can: bcm: fix stale rx/tx ops after device removal RX: an RXSETUP update! for an existing op skipped canrxregister unconditionally, even when a concurrent NETDEVUNREGISTER had already torn down its registration op-rxregdev == NUL...

7.1CVSS5.7AI score
SaveExploits0References11
CVE
CVE
added 2026/08/15 5:52 a.m.30 views

CVE-2026-72116

The CVE-2026-72116 entry describes a Linux kernel issue in the CAN networking path (bcm) where stale RX/TX operation references could occur after device removal. RX: an RX_SETUP update could skip can_rx_register() if NETDEV_UNREGISTER occurred, leaving rx_ops with ifindex=0 and not re-enabling fr...

7.1CVSS5.6AI score0.00181EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/08/15 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-72116

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - can: bcm: fix stale rx/tx ops after device removal RX: an RXSETUP update! for an existing op skipped canrxregister unconditionally, even when a concurrent...

7.1CVSS5.6AI score0.00181EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/11 6:43 p.m.7 views

CVE-2026-68221

A flaw was found in the Linux kernel's Nuvoton NPCM video driver. The npcmvideoprobe function allocates memory that is not properly freed on error paths or during device removal, leading to memory leaks. Additionally, when npcmvideosetupvideo fails, associated reserved memory is not released. The...

5.4AI score0.00209EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/11 6:35 p.m.9 views

CVE-2026-68152

A flaw was found in the Linux kernel's AMT Accelerated Mobile Page device driver. A use-after-free vulnerability can occur due to a race condition during device removal. This allows delayed work items to access a freed memory structure, potentially leading to kernel crashes or memory corruption. ...

7.8CVSS5.3AI score0.00134EPSS
SaveExploits0References4
Rows per page
Query Builder