Lucene search
K

16 matches found

SUSE CVE
SUSE CVE
added 2026/04/23 1:25 a.m.6 views

SUSE 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...

7CVSS5.6AI score0.00015EPSS
Exploits0References23
RedhatCVE
RedhatCVE
added 2026/04/22 7:39 p.m.4 views

CVE-2026-31504

A flaw was found in the Linux kernel. A race condition in the packetrelease function, specifically during a network device up NETDEVUP event, can lead to a Use-After-Free UAF vulnerability. This occurs when a socket is re-registered into a fanout group's array, leaving a dangling pointer. A local...

7.8CVSS5.2AI score0.00015EPSS
Exploits0References4
EUVD
EUVD
added 2026/04/22 3:31 p.m.5 views

EUVD-2026-24881

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...

4.7CVSS6.2AI score0.00046EPSS
Exploits0References9
CVE
CVE
added 2026/04/22 1:54 p.m.10 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.00015EPSS
Exploits0References8Affected Software1
CNNVD
CNNVD
added 2026/04/22 12:0 a.m.4 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 a NETDEVUP condition that allows for the reuse of freed fanout resources after release. This can...

7.8CVSS5.8AI score0.00015EPSS
Exploits0References1
Tenable Nessus
Tenable Nessus
added 2026/01/26 12:0 a.m.3 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...

4.7CVSS6.6AI score0.00046EPSS
Exploits0References4
OSV
OSV
added 2025/12/30 1:16 p.m.3 views

UBUNTU-CVE-2022-50854

In the Linux kernel, the following vulnerability has been resolved: nfc: virtualncidev: Fix memory leak in virtualncisend skb should be free in virtualncisend, otherwise kmemleak will report memleak. Steps for reproduction simulated in qemu: cd tools/testing/selftests/nci make ./ncidev BUG: memor...

5.7AI score0.0002EPSS
Exploits0References6
ATTACKERKB
ATTACKERKB
added 2025/12/23 1:58 p.m.2 views

CVE-2025-68340

In the Linux kernel, the following vulnerability has been resolved: team: Move team device type change at the end of teamportadd Attempting to add a port device that is already up will expectedly fail, but not before modifying the team device headerops. In the case of the syzbot reproducer the gr...

5.2AI score0.0003EPSS
Exploits0References7Affected Software1
SUSE CVE
SUSE CVE
added 2025/08/25 11:24 p.m.1 views

SUSE CVE-2025-38617

In the Linux kernel, the following vulnerability has been resolved: net/packet: fix a race in packetsetring and packetnotifier When packetsetring releases po-bindlock, another thread can run packetnotifier and process an NETDEVUP event. This race and the fix are both similar to that of commit...

7CVSS7.7AI score0.00046EPSS
Exploits0References97
NVD
NVD
added 2025/08/22 2:15 p.m.5 views

CVE-2025-38617

In the Linux kernel, the following vulnerability has been resolved: net/packet: fix a race in packetsetring and packetnotifier When packetsetring releases po-bindlock, another thread can run packetnotifier and process an NETDEVUP event. This race and the fix are both similar to that of commit...

4.7CVSS0.00046EPSS
Exploits0References13
Debian CVE
Debian CVE
added 2025/08/22 1:1 p.m.5 views

CVE-2025-38617

In the Linux kernel, the following vulnerability has been resolved: net/packet: fix a race in packetsetring and packetnotifier When packetsetring releases po-bindlock, another thread can run packetnotifier and process an NETDEVUP event. This race and the fix are both similar to that of commit...

4.7CVSS5.6AI score0.00046EPSS
Exploits0
CVE
CVE
added 2025/08/22 1:1 p.m.62 views

CVE-2025-38617

CVE-2025-38617 concerns a Linux kernel race in the packet networking path (net/packet) between packet_set_ring() and packet_notifier(). When po->bind_lock is temporarily released during ring setup, a concurrent NETDEV_UP event could be processed by packet_notifier(), risking inconsistent socke...

4.7CVSS6.5AI score0.00046EPSS
Exploits0References13Affected Software1
Cvelist
Cvelist
added 2025/08/22 1:1 p.m.10 views

CVE-2025-38617 net/packet: fix a race in packet_set_ring() and packet_notifier()

In the Linux kernel, the following vulnerability has been resolved: net/packet: fix a race in packetsetring and packetnotifier When packetsetring releases po-bindlock, another thread can run packetnotifier and process an NETDEVUP event. This race and the fix are both similar to that of commit...

0.00046EPSS
Exploits0References11
Microsoft CVE
Microsoft CVE
added 2024/11/09 8:0 a.m.4 views

igb: Do not bring the device up after non-fatal error

...

5.5CVSS6.8AI score0.00012EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2024/10/22 2:49 a.m.1 views

SUSE CVE-2024-50040

In the Linux kernel, the following vulnerability has been resolved: igb: Do not bring the device up after non-fatal error Commit 004d25060c78 "igb: Fix igbdown hung on surprise removal" changed igbioerrordetected to ignore non-fatal pcie errors in order to avoid hung task that can happen when...

5.5CVSS6.3AI score0.00012EPSS
Exploits0References16
SUSE CVE
SUSE CVE
added 2024/06/21 3:6 a.m.1 views

SUSE CVE-2024-38602

In the Linux kernel, the following vulnerability has been resolved: ax25: Fix reference count leak issues of ax25dev The ax25addrax25dev and ax25devdevicedown exist a reference count leak issue of the object "ax25dev". Memory leak issue in ax25addrax25dev: The reference count of the object...

4.7CVSS6.5AI score0.00018EPSS
Exploits0References13
Rows per page
Query Builder