Lucene search
+L

407 matches found

NVD
NVD
added 2026/02/14 4:15 p.m.16 views

CVE-2026-23165

In the Linux kernel, the following vulnerability has been resolved: sfc: fix deadlock in RSS config read Since cited commit, core locks the netdevice's rsslock when handling ethtool -x command, so driver's implementation should not lock it again. Remove the latter...

5.5CVSS0.0008EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/02/14 4:15 p.m.8 views

CVE-2026-23165

In the Linux kernel, the following vulnerability has been resolved: sfc: fix deadlock in RSS config read Since cited commit, core locks the netdevice's rsslock when handling ethtool -x command, so driver's implementation should not lock it again. Remove the latter...

5.5CVSS5.7AI score0.0008EPSS
SaveExploits0References9
OSV
OSV
added 2026/02/14 4:15 p.m.19 views

UBUNTU-CVE-2026-23165

In the Linux kernel, the following vulnerability has been resolved: sfc: fix deadlock in RSS config read Since cited commit, core locks the netdevice's rsslock when handling ethtool -x command, so driver's implementation should not lock it again. Remove the latter...

5.5CVSS5.7AI score0.0008EPSS
SaveExploits0References11
EUVD
EUVD
added 2026/02/14 4:01 p.m.9 views

EUVD-2026-5875

In the Linux kernel, the following vulnerability has been resolved: sfc: fix deadlock in RSS config read Since cited commit, core locks the netdevice's rsslock when handling ethtool -x command, so driver's implementation should not lock it again. Remove the latter...

5.2AI score0.0008EPSS
SaveExploits0References2
OSV
OSV
added 2026/02/14 4:01 p.m.10 views

CVE-2026-23165 sfc: fix deadlock in RSS config read

In the Linux kernel, the following vulnerability has been resolved: sfc: fix deadlock in RSS config read Since cited commit, core locks the netdevice's rsslock when handling ethtool -x command, so driver's implementation should not lock it again. Remove the latter...

5.2AI score
SaveExploits0References5
CVE
CVE
added 2026/02/14 4:01 p.m.44 views

CVE-2026-23165

CVE-2026-23165 affects the Linux kernel sfc (Solarflare) network driver. The issue is a deadlock when reading RSS config with ethtool -x because the driver locks the net_device rss_lock that is already held by the core; the fix is to remove the driver-side lock acquisition (deadlock avoidance). P...

5.5CVSS5.2AI score0.0008EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/02/04 4:16 p.m.14 views

UBUNTU-CVE-2026-23046

In the Linux kernel, the following vulnerability has been resolved: virtionet: fix device mismatch in devmkzalloc/devmkfree Initial rsshdr allocation uses virtiodevice-device, but virtnetsetqueues frees using netdevice-device. This device mismatch causing below devres warning 3788.514041...

5.7AI score0.00176EPSS
SaveExploits0References11
OSV
OSV
added 2026/01/31 12:16 p.m.9 views

UBUNTU-CVE-2025-71182

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.00156EPSS
SaveExploits0References35
Tenable Nessus
Tenable Nessus
added 2026/01/27 12:00 a.m.6 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-005005)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005005 advisory. In the Linux kernel, the following vulnerability has been resolved: net: hns3: do not allow call hns3nicnetopen repeatedly hns3nicnetopen is not allowed to called...

7.8CVSS5.8AI score0.00254EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/01/26 12:00 a.m.5 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-004952)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-004952 advisory. In the Linux kernel, the following vulnerability has been resolved: net/packet: fix a race in packetsetring and packetnotifier When packetsetring releases po-bindloc...

7.8CVSS6.6AI score0.00328EPSS
SaveExploits0References4
OSV
OSV
added 2026/01/25 2:36 p.m.8 views

CVE-2026-23000 net/mlx5e: Fix crash on profile change rollback failure

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix crash on profile change rollback failure mlx5enetdevchangeprofile can fail to attach a new profile and can fail to rollback to old profile, in such case, we could end up with a dangling netdev with a fully reset...

5.3AI score
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2026/01/24 12:25 a.m.9 views

SUSE CVE-2025-71152

In the Linux kernel, the following vulnerability has been resolved: net: dsa: properly keep track of conduit reference Problem description ------------------- DSA has a mumbo-jumbo of reference handling of the conduit net device and its kobject which, sadly, is just wrong and doesn't make sense...

7.8CVSS5.4AI score0.00124EPSS
SaveExploits0References3
OSV
OSV
added 2026/01/23 3:16 p.m.8 views

AZL-78428 CVE-2025-71152 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: net: dsa: properly keep track of conduit reference Problem description ------------------- DSA has a mumbo-jumbo of reference handling of the conduit net device and its kobject which, sadly, is just wrong and doesn't make sense...

7.8CVSS5.7AI score0.00124EPSS
SaveExploits0References1
OSV
OSV
added 2026/01/23 3:16 p.m.13 views

UBUNTU-CVE-2025-71152

In the Linux kernel, the following vulnerability has been resolved: net: dsa: properly keep track of conduit reference Problem description ------------------- DSA has a mumbo-jumbo of reference handling of the conduit net device and its kobject which, sadly, is just wrong and doesn't make sense...

7.8CVSS5.8AI score0.00124EPSS
SaveExploits0References24
UbuntuCve
UbuntuCve
added 2026/01/23 3:16 p.m.7 views

CVE-2025-71152

In the Linux kernel, the following vulnerability has been resolved: net: dsa: properly keep track of conduit reference Problem description ------------------- DSA has a mumbo-jumbo of reference handling of the conduit net device and its kobject which, sadly, is just wrong and doesn't make sense...

7.8CVSS5.5AI score0.00124EPSS
SaveExploits0References22
ATTACKERKB
ATTACKERKB
added 2026/01/23 2:25 p.m.5 views

CVE-2025-71152

In the Linux kernel, the following vulnerability has been resolved: net: dsa: properly keep track of conduit reference Problem description ------------------- DSA has a mumbo-jumbo of reference handling of the conduit net device and its kobject which, sadly, is just wrong and doesn't make sense...

5.4AI score0.00124EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/01/23 2:25 p.m.9 views

CVE-2025-71152 net: dsa: properly keep track of conduit reference

In the Linux kernel, the following vulnerability has been resolved: net: dsa: properly keep track of conduit reference Problem description ------------------- DSA has a mumbo-jumbo of reference handling of the conduit net device and its kobject which, sadly, is just wrong and doesn't make sense...

5.4AI score
SaveExploits0References7
CVE
CVE
added 2026/01/23 2:25 p.m.25 views

CVE-2025-71152

CVE-2025-71152 is a vulnerability reported in the Linux kernel and appears in multiple OS advisories. Connected entries indicate patches for Root Linux (rootio-linux) across Debian 11/12/13 variants, and additional OSV records show Debian-based and Chainguard advisories patching Root packages. Pu...

7.8CVSS5.4AI score0.00124EPSS
SaveExploits0References4Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/01/23 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-71152

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: dsa: properly keep track of conduit reference Problem description ------------------- DSA has a mumbo-jumbo of reference handling of the conduit net device...

7.8CVSS5.5AI score0.00124EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/01/22 12:00 a.m.6 views

Azure Linux 3.0 Security Update: kernel (CVE-2024-26596)

"The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-26596 advisory. - In the Linux kernel, the following vulnerability has been resolved: net: dsa: fix netdevpriv dereference...

5.5CVSS6.7AI score0.00244EPSS
SaveExploits0References2
Rows per page
Query Builder