Lucene search
+L

971 matches found

CVE
CVE
added 2025/07/03 8:35 a.m.92 views

CVE-2025-38123

CVE-2025-38123 concerns the Linux kernel in Azure Linux 3.0. The vulnerability arises in the wwan/t7xx driver during napi rx polling, where a netdev may be released by dellink logic on disconnect, yet skb processing uses an invalid netdev, causing a NULL pointer dereference (kernel panic). The is...

9.8CVSS7AI score0.00389EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 2025/07/03 12:0 a.m.7 views

PT-2025-27736 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been resolved. The issue is related to the af packet module, where calling PACKET ADD MEMBERSHIP on an ops-locked device can trigger the NETDEV...

5.9AI score0.00108EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2025/06/25 12:40 a.m.10 views

kernel: idpf: check error for register_netdev() on init

In the Linux kernel, the following vulnerability has been resolved: idpf: check error for registernetdev on init Current init logic ignores the error code from registernetdev, which will cause WARNON on attempt to unregister it, if there was one, and there is no info for the user that the creatio...

5.5CVSS6.9AI score0.00188EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/06/20 6:32 p.m.7 views

CVE-2025-38053

A flaw was found in the idpf module in the Linux kernel. A null pointer dereference can be triggered when the driver attempts to use a resource that has already been released, resulting in a denial of service...

5.5CVSS7.1AI score0.00157EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/06/19 3:39 a.m.6 views

SUSE CVE-2022-50187

In the Linux kernel, the following vulnerability has been resolved: ath11k: fix netdev open race Make sure to allocate resources needed before registering the device. This specifically avoids having a racing open trigger a BUGON in modtimer when ath11kmacopstart is called before the monreaptimer ...

5.5CVSS6.2AI score0.00135EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/06/19 3:38 a.m.5 views

SUSE CVE-2022-50220

In the Linux kernel, the following vulnerability has been resolved: usbnet: Fix linkwatch use-after-free on disconnect usbnet uses the work usbnetdeferredkevent to perform tasks which may sleep. On disconnect, completion of the work was originally awaited in -ndostop. But in 2003, that was moved ...

6.5CVSS6.4AI score0.00202EPSS
SaveExploits0References12
NVD
NVD
added 2025/06/18 11:15 a.m.17 views

CVE-2022-50220

In the Linux kernel, the following vulnerability has been resolved: usbnet: Fix linkwatch use-after-free on disconnect usbnet uses the work usbnetdeferredkevent to perform tasks which may sleep. On disconnect, completion of the work was originally awaited in -ndostop. But in 2003, that was moved ...

7.8CVSS0.00202EPSS
SaveExploits0References9
OSV
OSV
added 2025/06/18 11:15 a.m.5 views

DEBIAN-CVE-2022-50187

In the Linux kernel, the following vulnerability has been resolved: ath11k: fix netdev open race Make sure to allocate resources needed before registering the device. This specifically avoids having a racing open trigger a BUGON in modtimer when ath11kmacopstart is called before the monreaptimer ...

4.7CVSS5.1AI score0.00135EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 11:15 a.m.4 views

UBUNTU-CVE-2022-50187

In the Linux kernel, the following vulnerability has been resolved: ath11k: fix netdev open race Make sure to allocate resources needed before registering the device. This specifically avoids having a racing open trigger a BUGON in modtimer when ath11kmacopstart is called before the monreaptimer ...

4.7CVSS6.1AI score0.00135EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/06/18 11:3 a.m.9 views

CVE-2022-50187

In the Linux kernel, the following vulnerability has been resolved: ath11k: fix netdev open race Make sure to allocate resources needed before registering the device. This specifically avoids having a racing open trigger a BUGON in modtimer when ath11kmacopstart is called before the monreaptimer ...

4.7CVSS5.1AI score0.00135EPSS
SaveExploits0
CVE
CVE
added 2025/06/18 11:3 a.m.84 views

CVE-2022-50187

CVE-2022-50187 involves the ath11k driver netdev open race in the Linux kernel. The issue occurs when ath11k_mac_op_start() runs before mon_reap_timer is set up, leading to a racing open() that can trigger a BUG_ON() in mod_timer(). The fixed advisory notes allocate necessary resources before dev...

4.7CVSS6.3AI score0.00135EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/06/18 10:15 a.m.5 views

DEBIAN-CVE-2025-38053

In the Linux kernel, the following vulnerability has been resolved: idpf: fix null-ptr-deref in idpffeaturescheck idpffeaturescheck is used to validate the TX packet. skb header length is compared with the hardware supported value received from the device control plane. The value is stored in the...

5.5CVSS5.5AI score0.00157EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 10:15 a.m.9 views

UBUNTU-CVE-2025-38020

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Disable MACsec offload for uplink representor profile MACsec offload is not supported in switchdev mode for uplink representors. When switching to the uplink representor profile, the MACsec offload feature must be...

5.5CVSS6.2AI score0.00161EPSS
SaveExploits0References27
OSV
OSV
added 2025/06/18 10:15 a.m.4 views

UBUNTU-CVE-2025-38053

In the Linux kernel, the following vulnerability has been resolved: idpf: fix null-ptr-deref in idpffeaturescheck idpffeaturescheck is used to validate the TX packet. skb header length is compared with the hardware supported value received from the device control plane. The value is stored in the...

5.5CVSS6.1AI score0.00157EPSS
SaveExploits0References29
Positive Technologies
Positive Technologies
added 2025/06/18 12:0 a.m.12 views

PT-2025-26146 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A use-after-free issue has been identified in the Linux kernel's usbnet component. This issue arises when the usbnet deferred kevent work is awaited after the unregister netdev call,...

7.8CVSS5.8AI score0.10458EPSS
SaveExploits16References589
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.2 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: idpf: fixed null-ptr-deref in idpffeaturescheck idpffeaturescheck is used to validate the TX packet. The length of the skb header is compared with the value supported by the hardware, which is received from the device control...

5.5CVSS6.1AI score0.00157EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.4 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: OpenVSwitch: fixed the issue where locking occurred when trying to unregister a netdev with a carrier. The commit in the “fixes” tag attempted to fix this issue through the following sequence of calls: dooutput → ovsvportsend →...

5.5CVSS6.2AI score0.002EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/05/30 12:0 a.m.14 views

PT-2025-27709

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been resolved, related to the handling of napi rx polling requests by the driver. When the driver processes skb in polling, it may use an invali...

5.5CVSS5.8AI score0.00389EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/05/07 2:19 a.m.5 views

SUSE CVE-2022-49867

In the Linux kernel, the following vulnerability has been resolved: net: wwan: iosm: fix memory leak in ipcwwandellink IOSM driver registers network device without setting the needsfreenetdev flag, and does NOT call freenetdev when unregisters network device, which causes a memory leak. This patc...

5.5CVSS6.4AI score0.00187EPSS
SaveExploits0References3
NVD
NVD
added 2025/05/01 3:16 p.m.11 views

CVE-2022-49866

In the Linux kernel, the following vulnerability has been resolved: net: wwan: mhi: fix memory leak in mhimbimdellink MHI driver registers network device without setting the needsfreenetdev flag, and does NOT call freenetdev when unregisters network device, which causes a memory leak. This patch...

5.5CVSS0.00186EPSS
SaveExploits0References3
Rows per page
Query Builder