Lucene search
+L

714 matches found

Cvelist
Cvelist
added 2026/05/06 11:28 a.m.40 views

CVE-2026-43260 bnxt_en: Fix RSS context delete logic

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix RSS context delete logic We need to free the corresponding RSS context VNIC in FW everytime an RSS context is deleted in driver. Commit 667ac333dbb7 added a check to delete the VNIC in FW only when netifrunning is tru...

0.00138EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/05 9:16 p.m.13 views

CVE-2026-39402

lxc is a Linux container runtime. In the setuid helper lxc-user-nic, the delete path contains a logic flaw in the findline function that allows an unprivileged user to delete OVS-attached network interfaces belonging to other users. When lxc-user-nic delete scans its NIC database to authorize a...

6.5CVSS0.00162EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2026/05/05 8:45 p.m.9 views

CVE-2026-39402 lxc lxc-user-nic insufficient ownership validation allows cross-tenant OVS port deletion

lxc is a Linux container runtime. In the setuid helper lxc-user-nic, the delete path contains a logic flaw in the findline function that allows an unprivileged user to delete OVS-attached network interfaces belonging to other users. When lxc-user-nic delete scans its NIC database to authorize a...

4.3CVSS5.8AI score0.00162EPSS
SaveExploits1References1
CVE
CVE
added 2026/05/05 8:45 p.m.38 views

CVE-2026-39402

Summary: CVE-2026-39402 affects the LXC user network helper (lxc-user-nic) in multi-tenant setups using Open vSwitch bridges. The delete path in the setuid helper contains a logic flaw in find_line() that can authorize deletion based on a name match even when ownership/type/link fields belong to ...

6.5CVSS5.8AI score0.00162EPSS
SaveExploits1References1Affected Software1
OSV
OSV
added 2026/05/05 8:45 p.m.7 views

CVE-2026-39402 lxc lxc-user-nic insufficient ownership validation allows cross-tenant OVS port deletion

lxc is a Linux container runtime. In the setuid helper lxc-user-nic, the delete path contains a logic flaw in the findline function that allows an unprivileged user to delete OVS-attached network interfaces belonging to other users. When lxc-user-nic delete scans its NIC database to authorize a...

4.3CVSS6AI score
SaveExploits0References3
EUVD
EUVD
added 2026/05/05 8:45 p.m.15 views

EUVD-2026-27497

lxc is a Linux container runtime. In the setuid helper lxc-user-nic, the delete path contains a logic flaw in the findline function that allows an unprivileged user to delete OVS-attached network interfaces belonging to other users. When lxc-user-nic delete scans its NIC database to authorize a...

4.3CVSS5.8AI score0.00162EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2026/05/05 8:45 p.m.55 views

CVE-2026-39402 lxc lxc-user-nic insufficient ownership validation allows cross-tenant OVS port deletion

lxc is a Linux container runtime. In the setuid helper lxc-user-nic, the delete path contains a logic flaw in the findline function that allows an unprivileged user to delete OVS-attached network interfaces belonging to other users. When lxc-user-nic delete scans its NIC database to authorize a...

4.3CVSS0.00162EPSS
SaveExploits1References1
AlpineLinux
AlpineLinux
added 2026/05/05 8:45 p.m.25 views

CVE-2026-39402

lxc is a Linux container runtime. In the setuid helper lxc-user-nic, the delete path contains a logic flaw in the findline function that allows an unprivileged user to delete OVS-attached network interfaces belonging to other users. When lxc-user-nic delete scans its NIC database to authorize a...

6.5CVSS5.8AI score0.00162EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2026/05/05 12:00 a.m.18 views

LXC 安全漏洞

LXC is an open-source low-level Linux container runtime that has been extensively tested. LXC has a security vulnerability, which stems from a logical flaw in the deletion path of the findline function within the setuid helper program lxc-user-nic. This flaw allows non-privileged users to delete...

6.5CVSS5.7AI score0.00162EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2026/05/04 12:00 a.m.31 views

PT-2026-36995

Name of the Vulnerable Software and Affected Versions lxc versions prior to 7.0.0 Description A logic flaw in the find line function of the lxc-user-nic setuid helper allows an unprivileged user to delete OVS-attached network interfaces belonging to other users. When scanning the NIC database to...

6.5CVSS5.8AI score0.00162EPSS
SaveExploits1References18
BDU FSTEC
BDU FSTEC
added 2026/03/23 12:00 a.m.7 views

The vulnerability of the setup_nic_devices() function in the drivers/net/ethernet/cavium/liquidio/lio_main.c file of the Linux kernel allows a hacker to cause a service failure.

The vulnerability of the setupnicdevices function in the drivers/net/ethernet/cavium/liquidio/liomain.c file of the Linux kernel is related to a offset error. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS5.9AI score0.00114EPSS
SaveExploits0References13Affected Software4
SUSE CVE
SUSE CVE
added 2026/03/19 12:27 a.m.14 views

SUSE CVE-2026-23256

In the Linux kernel, the following vulnerability has been resolved: net: liquidio: Fix off-by-one error in VF setupnicdevices cleanup In setupnicdevices, the initialization loop jumps to the label setupnicdevfree on failure. The current cleanup loop whilei-- skip the failing index i, causing a...

5.7AI score0.00114EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/03/19 12:27 a.m.8 views

SUSE CVE-2026-23257

In the Linux kernel, the following vulnerability has been resolved: net: liquidio: Fix off-by-one error in PF setupnicdevices cleanup In setupnicdevices, the initialization loop jumps to the label setupnicdevfree on failure. The current cleanup loop whilei-- skip the failing index i, causing a...

5.7AI score0.00114EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/03/18 6:31 p.m.10 views

EUVD-2026-12888

In the Linux kernel, the following vulnerability has been resolved: net: liquidio: Fix off-by-one error in PF setupnicdevices cleanup In setupnicdevices, the initialization loop jumps to the label setupnicdevfree on failure. The current cleanup loop whilei-- skip the failing index i, causing a...

5.8AI score0.00114EPSS
SaveExploits0References8
NVD
NVD
added 2026/03/18 6:16 p.m.10 views

CVE-2026-23257

In the Linux kernel, the following vulnerability has been resolved: net: liquidio: Fix off-by-one error in PF setupnicdevices cleanup In setupnicdevices, the initialization loop jumps to the label setupnicdevfree on failure. The current cleanup loop whilei-- skip the failing index i, causing a...

5.5CVSS0.00114EPSS
SaveExploits0References7
OSV
OSV
added 2026/03/18 6:16 p.m.17 views

UBUNTU-CVE-2026-23257

In the Linux kernel, the following vulnerability has been resolved: net: liquidio: Fix off-by-one error in PF setupnicdevices cleanup In setupnicdevices, the initialization loop jumps to the label setupnicdevfree on failure. The current cleanup loop whilei-- skip the failing index i, causing a...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References25
OSV
OSV
added 2026/03/18 6:16 p.m.12 views

UBUNTU-CVE-2026-23258

In the Linux kernel, the following vulnerability has been resolved: net: liquidio: Initialize netdev pointer before queue setup In setupnicdevices, the netdev is allocated using allocetherdevmq. However, the pointer to this structure is stored in oct-propsi.netdev only after the calls to...

5.5CVSS5.8AI score0.00114EPSS
SaveExploits0References25
CVE
CVE
added 2026/03/18 5:41 p.m.29 views

CVE-2026-23258

CVE-2026-23258 is acknowledged in OSV entries as a vulnerability present in the Linux kernel context via the Root:Ubuntu rootio-linux package. Ubuntu security advisories indicate patches are available for Ubuntu 22.04 LTS and 24.04 LTS (Root:Ubuntu:22.04 and Root:Ubuntu:24.04) with multiple fixed...

5.5CVSS5.8AI score0.00114EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2026/03/18 5:41 p.m.29 views

CVE-2026-23257 net: liquidio: Fix off-by-one error in PF setup_nic_devices() cleanup

In the Linux kernel, the following vulnerability has been resolved: net: liquidio: Fix off-by-one error in PF setupnicdevices cleanup In setupnicdevices, the initialization loop jumps to the label setupnicdevfree on failure. The current cleanup loop whilei-- skip the failing index i, causing a...

0.00114EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/03/18 5:41 p.m.5 views

CVE-2026-23256

In the Linux kernel, the following vulnerability has been resolved: net: liquidio: Fix off-by-one error in VF setupnicdevices cleanup In setupnicdevices, the initialization loop jumps to the label setupnicdevfree on failure. The current cleanup loop whilei-- skip the failing index i, causing a...

5.8AI score0.00114EPSS
SaveExploits0References8Affected Software1
Rows per page
Query Builder