Lucene search
+L

731 matches found

CVE
CVE
added 2026/05/06 7:40 a.m.36 views

CVE-2026-43103

CVE-2026-43103 affects the Linux kernel net/lapbether driver: lapbeth_data_transmit() assumes the underlying device type is ARPHRD_ETHER, and returning NOTIFY_BAD from lapbeth_device_event() prevents the bonding driver from violating this expectation. The vulnerability is resolved in upstream ker...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References8Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/05/06 7:40 a.m.10 views

CVE-2026-43103

In the Linux kernel, the following vulnerability has been resolved: net: lapbether: handle NETDEVPRETYPECHANGE lapbethdatatransmit expects the underlying device type to be ARPHRDETHER. Returning NOTIFYBAD from lapbethdeviceevent makes sure bonding driver can not break this expectation...

5.7AI score0.00123EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/05/06 7:40 a.m.12 views

CVE-2026-43103 net: lapbether: handle NETDEV_PRE_TYPE_CHANGE

In the Linux kernel, the following vulnerability has been resolved: net: lapbether: handle NETDEVPRETYPECHANGE lapbethdatatransmit expects the underlying device type to be ARPHRDETHER. Returning NOTIFYBAD from lapbethdeviceevent makes sure bonding driver can not break this expectation...

5.8AI score
SaveExploits0References11
CNNVD
CNNVD
added 2026/05/06 12:0 a.m.13 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the failure to refresh states and policies during the NETDEVUNREGISTER event. This could lead to ...

5.5CVSS5.8AI score0.00127EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/05/06 12:0 a.m.12 views

PT-2026-37559

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the cpsw new component of the Linux kernel. An error during the register netdev process for the first MAC in cpsw register ports could lead to a situation where cpsw...

5.5CVSS5.8AI score0.00128EPSS
SaveExploits0References19
Positive Technologies
Positive Technologies
added 2026/05/06 12:0 a.m.15 views

PT-2026-37574

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the team driver where a NETDEV CHANGEMTU event is triggered during the unregistration of a slave. This can lead to a situation where the system waits for a network...

7.1CVSS5.7AI score0.00126EPSS
SaveExploits0References472
Oracle linux
Oracle linux
added 2026/05/05 12:0 a.m.19 views

systemd security update

257-13.0.1.el101.3 - Fix detection of Oracle Virtualization or BM envs Orabug: 37531877 - Avoid udevadm warnings when using udev valid configs Orabug: 37503197 - allow dm remove ioctl to co-operate with UEK3 Orabug: 18467469 - set 'RemoveIPC=no' in logind.conf as default Orabug: 22224874 - Fix...

5.5CVSS5.9AI score0.00121EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/05/01 8:53 p.m.9 views

CVE-2026-31723

A flaw was found in the Linux kernel's usb: gadget: fsubset component. This vulnerability arises from an issue in how network device resources are managed during the unbinding of a USB gadget function. When the parent device is destroyed, the associated network device may persist, creating...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/01 2:16 p.m.10 views

CVE-2026-31695

In the Linux kernel, the following vulnerability has been resolved: wifi: virtwifi: remove SETNETDEVDEV to avoid use-after-free Currently we execute SETNETDEVDEVdev, &priv-lowerdev-dev for the virtwifi net devices. However, unregistering a virtwifi device in netdevruntodo can happen together with...

7.8CVSS0.00126EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2026/04/25 12:0 a.m.12 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from prematurely releasing network device references when the openvswitch tunnel devices are destroyed...

7.8CVSS5.8AI score0.00096EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/04/24 5:51 p.m.12 views

CVE-2026-31565

A flaw was found in the Linux kernel's RDMA/irdma component. A local user can trigger a deadlock by performing a network device netdev reset while Remote Direct Memory Access RDMA applications are actively running, particularly in iWARP mode. This action creates a circular dependency during the...

5.5CVSS5.8AI score0.00097EPSS
SaveExploits0References4
NVD
NVD
added 2026/04/24 3:16 p.m.9 views

CVE-2026-31647

In the Linux kernel, the following vulnerability has been resolved: idpf: fix PREEMPTRT raw/bh spinlock nesting for async VC handling Switch from using the completion's raw spinlock to a local lock in the idpfvcxn struct. The conversion is safe because complete/all are called outside the lock and...

5.5CVSS0.00122EPSS
SaveExploits0References4
NVD
NVD
added 2026/04/24 3:16 p.m.11 views

CVE-2026-31644

In the Linux kernel, the following vulnerability has been resolved: net: lan966x: fix use-after-free and leak in lan966xfdmareload When lan966xfdmareload fails to allocate new RX buffers, the restore path restarts DMA using old descriptors whose pages were already freed via lan966xfdmarxfreepages...

7.8CVSS0.00125EPSS
SaveExploits0References4
OSV
OSV
added 2026/04/24 2:35 p.m.9 views

CVE-2026-31565 RDMA/irdma: Fix deadlock during netdev reset with active connections

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix deadlock during netdev reset with active connections Resolve deadlock that occurs when user executes netdev reset while RDMA applications e.g., rping are active. The netdev reset causes ice driver to remove irdma...

5.8AI score
SaveExploits0References12
CVE
CVE
added 2026/04/24 2:35 p.m.22 views

CVE-2026-31565

Summary: CVE-2026-31565 affects the Linux kernel RDMA/irdma component, where a netdev reset with active RDMA applications can deadlock during device/client removal (cma/uverbs paths). The root cause is a circular dependency between iWARP-related clients and references held during device reset, le...

5.5CVSS5.3AI score0.00097EPSS
SaveExploits0References9Affected Software1
Positive Technologies
Positive Technologies
added 2026/04/24 12:0 a.m.29 views

PT-2026-34917

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A deadlock occurs in the RDMA/irdma component when a netdev reset is executed while RDMA applications are active. The netdev reset leads the ice driver to remove the irdma auxiliary...

5.5CVSS5.5AI score0.00097EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/04/22 7:33 p.m.11 views

CVE-2026-31502

A flaw was found in the Linux kernel's team network device. This vulnerability involves a type confusion in header operations when handling non-Ethernet ports. An attacker could potentially exploit this by causing the team device to misinterpret network device private data, leading to a system...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References4
NVD
NVD
added 2026/04/22 2:16 p.m.9 views

CVE-2026-31504

In the Linux kernel, the following vulnerability has been resolved: net: fix fanout UAF in packetrelease via NETDEVUP race packetrelease has a race window where NETDEVUP can re-register a socket into a fanout group's arr array. The re-registration is not cleaned up by fanoutrelease, leaving a...

7.8CVSS0.00135EPSS
SaveExploits0References10
CVE
CVE
added 2026/04/22 1:54 p.m.49 views

CVE-2026-31504

The CVE-2026-31504 entry describes a race in the Linux kernel’s networking stack: during a NETDEV_UP event, a socket re-registration into a fanout group’s arr[] can leave a dangling pointer if packet_release() doesn’t clear po->num while bind_lock is held. This Use-After-Free risk stems from a...

7.8CVSS6.2AI score0.00135EPSS
SaveExploits0References10Affected Software1
RedHat Linux
RedHat Linux
added 2026/04/22 12:32 a.m.14 views

kernel: smc: Fix use-after-free in __pnet_find_base_ndev()

In the Linux kernel, the following vulnerability has been resolved: smc: Fix use-after-free in pnetfindbasendev. syzbot reported use-after-free of netdevice in pnetfindbasendev, which was called during connect. 0 smcpnetfindismresource fetches skdstgetsk-dev and passes down to pnetfindbasendev,...

7.8CVSS5.6AI score0.00134EPSS
SaveExploits0References5
Rows per page
Query Builder