Lucene search
+L

44 matches found

SUSE CVE
SUSE CVE
•added 2026/08/31 1:30 p.m.•8 views

SUSE CVE-2026-72125

In the Linux kernel, the following vulnerability has been resolved: can: isotp: fix use-after-free race with concurrent NETDEVUNREGISTER isotprelease looked up the bound network device via devgetbyindex using the stored ifindex. During device unregistration the device is unlisted from the ifindex...

7.8CVSS5.8AI score0.00171EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2026/08/29 12:00 a.m.•16 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-001015)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-001015 advisory. In the Linux kernel, the following vulnerability has been resolved: netfilter: nftchainfilter: handle NETDEVUNREGISTER for inet/ingress basechain Remove netdevice fr...

7.8CVSS6.2AI score0.00255EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/08/29 12:00 a.m.•20 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-001013)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-001013 advisory. In the Linux kernel, the following vulnerability has been resolved: netfilter: nftchainfilter: handle NETDEVUNREGISTER for inet/ingress basechain Remove netdevice fr...

7.8CVSS6.2AI score0.00255EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/08/26 12:00 a.m.•7 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-098811)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-098811 advisory. In the Linux kernel, the following vulnerability has been resolved: xfrm: always flush state and policy upon NETDEVUNREGISTER event syzbot is reporting that struct...

5.5CVSS6AI score0.00162EPSS
SaveExploits0References4
NVD
NVD
•added 2026/08/15 6:21 a.m.•11 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.1CVSS0.00194EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/15 6:21 a.m.•10 views

UBUNTU-CVE-2026-72125

In the Linux kernel, the following vulnerability has been resolved: can: isotp: fix use-after-free race with concurrent NETDEVUNREGISTER isotprelease looked up the bound network device via devgetbyindex using the stored ifindex. During device unregistration the device is unlisted from the ifindex...

7.8CVSS5.5AI score0.00171EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•14 views

CVE-2026-72125

In the Linux kernel, the following vulnerability has been resolved: can: isotp: fix use-after-free race with concurrent NETDEVUNREGISTER isotprelease looked up the bound network device via devgetbyindex using the stored ifindex. During device unregistration the device is unlisted from the ifindex...

7.8CVSS5.7AI score0.00171EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/08/15 5:53 a.m.•12 views

EUVD-2026-58883

In the Linux kernel, the following vulnerability has been resolved: can: isotp: fix use-after-free race with concurrent NETDEVUNREGISTER isotprelease looked up the bound network device via devgetbyindex using the stored ifindex. During device unregistration the device is unlisted from the ifindex...

5.5AI score0.00171EPSS
SaveExploits0References5
CVE
CVE
•added 2026/08/15 5:53 a.m.•65 views

CVE-2026-72125

In CVE-2026-72125, the Linux kernel’s CAN isotp implementation had a use-after-free race with NETDEV_UNREGISTER. During unregister, the bound net_device could be unlisted from the ifindex hash before the NETDEV_UNREGISTER notifier runs, allowing isotp_release() to free a socket while isotp_notify...

7.8CVSS5.5AI score0.00171EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/15 5:53 a.m.•17 views

CVE-2026-72125 can: isotp: fix use-after-free race with concurrent NETDEV_UNREGISTER

In the Linux kernel, the following vulnerability has been resolved: can: isotp: fix use-after-free race with concurrent NETDEVUNREGISTER isotprelease looked up the bound network device via devgetbyindex using the stored ifindex. During device unregistration the device is unlisted from the ifindex...

7.8CVSS5.6AI score
SaveExploits0References11
Cvelist
Cvelist
•added 2026/08/15 5:52 a.m.•28 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.1CVSS0.00194EPSS
SaveExploits0References8
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/08/15 12:00 a.m.•0 views

CVE-2026-72125: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: can: isotp: fix use-after-free race with concurrent NETDEVUNREGISTER isotprelease looked up the bound network device via devgetbyindex using the stored ifindex. During device unregistration the device is unlisted from the ifindex...

7.8CVSS6.2AI score0.00171EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
•added 2026/08/11 11:47 p.m.•7 views

SUSE CVE-2026-68338

In the Linux kernel, the following vulnerability has been resolved: net/packet: avoid fanout hook re-registration after unregister packetsetring temporarily detaches a socket from packet delivery while reconfiguring its ring. It records the previous running state, clears po-num, unregisters the...

7.8CVSS5.4AI score0.00176EPSS
SaveExploits0References3
OSV
OSV
•added 2026/08/10 1:20 p.m.•9 views

UBUNTU-CVE-2026-68338

In the Linux kernel, the following vulnerability has been resolved: net/packet: avoid fanout hook re-registration after unregister packetsetring temporarily detaches a socket from packet delivery while reconfiguring its ring. It records the previous running state, clears po-num, unregisters the...

7.8CVSS5.2AI score0.00176EPSS
SaveExploits0References7
OSV
OSV
•added 2026/08/10 12:03 p.m.•19 views

CVE-2026-68338 net/packet: avoid fanout hook re-registration after unregister

In the Linux kernel, the following vulnerability has been resolved: net/packet: avoid fanout hook re-registration after unregister packetsetring temporarily detaches a socket from packet delivery while reconfiguring its ring. It records the previous running state, clears po-num, unregisters the...

7.8CVSS5.4AI score
SaveExploits0References11
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/05/06 12:00 a.m.•0 views

CVE-2026-43167: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: xfrm: always flush state and policy upon NETDEVUNREGISTER event syzbot is reporting that "struct xfrmstate" refcount is leaking. unregisternetdevice: waiting for netdevsim0 to become free. Usage count = 2 reftracker:...

5.5CVSS5.8AI score0.00162EPSS
SaveExploits0References6
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/01/31 12:00 a.m.•1 views

CVE-2025-71182: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: can: j1939: make j1939sessionactivate fail if device is no longer registered syzbot is still reporting unregisternetdevice: waiting for vcan0 to become free. Usage count = 2 even after commit 93a27b5891b8 "can: j1939: add missing...

5.5CVSS5.7AI score0.00166EPSS
SaveExploits0References1
EUVD
EUVD
•added 2025/10/03 8:07 p.m.•14 views

EUVD-2022-54674

Malicious code in bioql PyPI...

5.5AI score0.00269EPSS
SaveExploits0References7
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2025/10/01 12:00 a.m.•0 views

CVE-2025-39925: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: can: j1939: implement NETDEVUNREGISTER notification handler syzbot is reporting unregisternetdevice: waiting for vcan0 to become free. Usage count = 2 problem, for j1939 protocol did not have NETDEVUNREGISTER notification handler...

5.5CVSS5.8AI score0.00147EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2025/03/05 12:00 a.m.•5 views

Linux Distros Unpatched Vulnerability : CVE-2022-48807

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: ice: Fix KASAN error in LAG NETDEVUNREGISTER handler Currently, the same handler is called f...

5.5CVSS4.9AI score0.00291EPSS
SaveExploits0References3
Rows per page
Query Builder