Lucene search
+L

10253 matches found

NVD
NVD
added 2025/08/22 4:15 p.m.10 views

CVE-2025-38620

In the Linux kernel, the following vulnerability has been resolved: zloop: fix KASAN use-after-free of tag set When a zoned loop device, or zloop device, is removed, KASAN enabled kernel reports "BUG KASAN use-after-free" in blkmqfreetagset. The BUG happens because zloopctlremove calls putdisk,...

7.8CVSS0.00155EPSS
SaveExploits0References2
OSV
OSV
added 2025/08/22 4:15 p.m.10 views

UBUNTU-CVE-2025-38620

In the Linux kernel, the following vulnerability has been resolved: zloop: fix KASAN use-after-free of tag set When a zoned loop device, or zloop device, is removed, KASAN enabled kernel reports "BUG KASAN use-after-free" in blkmqfreetagset. The BUG happens because zloopctlremove calls putdisk,...

7.8CVSS5.7AI score0.00155EPSS
SaveExploits0References5
OSV
OSV
added 2025/08/22 4:15 p.m.6 views

UBUNTU-CVE-2025-38665

In the Linux kernel, the following vulnerability has been resolved: can: netlink: canchangelink: fix NULL pointer deref of struct canpriv::dosetmode Andrei Lalaev reported a NULL pointer deref when a CAN device is restarted from Bus Off and the driver does not implement the struct...

5.5CVSS5.8AI score0.00145EPSS
SaveExploits0References30
Debian CVE
Debian CVE
added 2025/08/22 4:02 p.m.19 views

CVE-2025-38665

In the Linux kernel, the following vulnerability has been resolved: can: netlink: canchangelink: fix NULL pointer deref of struct canpriv::dosetmode Andrei Lalaev reported a NULL pointer deref when a CAN device is restarted from Bus Off and the driver does not implement the struct...

5.5CVSS5.4AI score0.00145EPSS
SaveExploits0
CVE
CVE
added 2025/08/22 4:02 p.m.64 views

CVE-2025-38665

CVE-2025-38665 (Linux kernel CAN): A NULL pointer dereference in netlink can_changelink() when restarting a CAN device, due to missing can_priv::do_set_mode callback. Two code paths call this callback: manual restart via can_changelink() and delayed automatic restart after bus off. The fix preven...

5.5CVSS6.8AI score0.00145EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2025/08/22 4:02 p.m.18 views

CVE-2025-38665 can: netlink: can_changelink(): fix NULL pointer deref of struct can_priv::do_set_mode

In the Linux kernel, the following vulnerability has been resolved: can: netlink: canchangelink: fix NULL pointer deref of struct canpriv::dosetmode Andrei Lalaev reported a NULL pointer deref when a CAN device is restarted from Bus Off and the driver does not implement the struct...

0.00145EPSS
SaveExploits0References5
CVE
CVE
added 2025/08/22 4:00 p.m.35 views

CVE-2025-38620

The CVE-2025-38620 vulnerability affects the Linux kernel’s zloop (zoned loop) device. It arises from a use-after-free in blk_mq_free_tag_set() during zloop removal: zloop_ctl_remove() frees zlo memory (via zloop_free_disk()) and then accesses zlo->tag_set, which now points to freed memory. Th...

7.8CVSS6.5AI score0.00155EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/08/22 4:00 p.m.8 views

CVE-2025-38620 zloop: fix KASAN use-after-free of tag set

In the Linux kernel, the following vulnerability has been resolved: zloop: fix KASAN use-after-free of tag set When a zoned loop device, or zloop device, is removed, KASAN enabled kernel reports "BUG KASAN use-after-free" in blkmqfreetagset. The BUG happens because zloopctlremove calls putdisk,...

6.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/08/22 4:00 p.m.25 views

CVE-2025-38620 zloop: fix KASAN use-after-free of tag set

In the Linux kernel, the following vulnerability has been resolved: zloop: fix KASAN use-after-free of tag set When a zoned loop device, or zloop device, is removed, KASAN enabled kernel reports "BUG KASAN use-after-free" in blkmqfreetagset. The BUG happens because zloopctlremove calls putdisk,...

0.00155EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/08/22 4:00 p.m.11 views

CVE-2025-38620

In the Linux kernel, the following vulnerability has been resolved: zloop: fix KASAN use-after-free of tag set When a zoned loop device, or zloop device, is removed, KASAN enabled kernel reports "BUG KASAN use-after-free" in blkmqfreetagset. The BUG happens because zloopctlremove calls putdisk,...

7.8CVSS6.3AI score0.00155EPSS
SaveExploits0
OSV
OSV
added 2025/08/22 2:15 p.m.22 views

AZL-73611 CVE-2025-38617 affecting package kernel for versions less than 5.15.200.1-1

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

7.8CVSS6.8AI score0.00328EPSS
SaveExploits0References1
NVD
NVD
added 2025/08/22 2:15 p.m.11 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...

7.8CVSS0.00328EPSS
SaveExploits0References13
OSV
OSV
added 2025/08/22 2:15 p.m.11 views

AZL-66608 CVE-2025-38617 affecting package kernel for versions less than 6.6.104.2-1

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

7.8CVSS6.8AI score0.00328EPSS
SaveExploits0References1
OSV
OSV
added 2025/08/22 2:15 p.m.23 views

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

7.8CVSS6AI score0.00328EPSS
SaveExploits0References53
OSV
OSV
added 2025/08/22 1:01 p.m.20 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...

7.8CVSS6.3AI score
SaveExploits0References16
CVE
CVE
added 2025/08/22 1:01 p.m.113 views

CVE-2025-38617

The CVE-2025-38617 issue affects the Linux kernel’s network packet path: a race between packet_set_ring() releasing po->bind_lock and packet_notifier() processing NETDEV_UP can allow a not-hooked socket to be re-registered during the lock window. The root cause is a synchronization race in the...

7.8CVSS6.5AI score0.00328EPSS
SaveExploits0References13Affected Software1
Cvelist
Cvelist
added 2025/08/22 1:01 p.m.35 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...

7.8CVSS0.00328EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/08/22 1:01 p.m.21 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...

7.8CVSS5.6AI score0.00328EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/08/22 12:00 a.m.16 views

PT-2025-34408 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.15.0+ Description: The Linux kernel contains a flaw within the rtw89 driver related to a lockdep assertion in the rtw89 set sar from acpi function. The assertion was triggered during driver startup and has bee...

7AI score0.00137EPSS
SaveExploits0References4
CVE
CVE
added 2025/08/22 12:00 a.m.37 views

CVE-2025-55603

CVE-2025-55603 affects Tenda AX3 V16.03.12.10_CN. The vulnerability is a buffer overflow in the fromSetSysTime function triggered by the ntpServer parameter, as described across multiple sources (CNVD/CNNVD/RH/NVD). Impact is high: potential instability or crash (DoS) with high confidentiality/in...

9.8CVSS6.5AI score0.00412EPSS
SaveExploits1References1Affected Software1
Rows per page
Query Builder