CVE-2025-37993
- EPSS 0.01%
- Veröffentlicht 29.05.2025 13:15:52
- Zuletzt bearbeitet 14.11.2025 16:59:00
In the Linux kernel, the following vulnerability has been resolved: can: m_can: m_can_class_allocate_dev(): initialize spin lock on device probe The spin lock tx_handling_spinlock in struct m_can_classdev is not being initialized. This leads the fo...
CVE-2025-37992
- EPSS 0.03%
- Veröffentlicht 26.05.2025 14:54:15
- Zuletzt bearbeitet 16.12.2025 20:19:49
In the Linux kernel, the following vulnerability has been resolved: net_sched: Flush gso_skb list too during ->change() Previously, when reducing a qdisc's limit via the ->change() operation, only the main skb queue was trimmed, potentially leaving...
CVE-2025-37990
- EPSS 0.03%
- Veröffentlicht 20.05.2025 17:18:45
- Zuletzt bearbeitet 16.12.2025 20:19:38
In the Linux kernel, the following vulnerability has been resolved: wifi: brcm80211: fmac: Add error handling for brcmf_usb_dl_writeimage() The function brcmf_usb_dl_writeimage() calls the function brcmf_usb_dl_cmd() but dose not check its return v...
CVE-2025-37991
- EPSS 0.02%
- Veröffentlicht 20.05.2025 17:18:45
- Zuletzt bearbeitet 16.12.2025 20:19:43
In the Linux kernel, the following vulnerability has been resolved: parisc: Fix double SIGFPE crash Camm noticed that on parisc a SIGFPE exception will crash an application with a second SIGFPE in the signal handler. Dave analyzed it, and it happe...
CVE-2025-37989
- EPSS 0.02%
- Veröffentlicht 20.05.2025 17:09:21
- Zuletzt bearbeitet 16.12.2025 20:19:33
In the Linux kernel, the following vulnerability has been resolved: net: phy: leds: fix memory leak A network restart test on a router led to an out-of-memory condition, which was traced to a memory leak in the PHY LED trigger code. The root cause...
CVE-2025-37987
- EPSS 0.02%
- Veröffentlicht 20.05.2025 17:09:20
- Zuletzt bearbeitet 14.11.2025 16:59:36
In the Linux kernel, the following vulnerability has been resolved: pds_core: Prevent possible adminq overflow/stuck condition The pds_core's adminq is protected by the adminq_lock, which prevents more than 1 command to be posted onto it at any one...
CVE-2025-37988
- EPSS 0.01%
- Veröffentlicht 20.05.2025 17:09:20
- Zuletzt bearbeitet 14.11.2025 16:59:17
In the Linux kernel, the following vulnerability has been resolved: fix a couple of races in MNT_TREE_BENEATH handling by do_move_mount() Normally do_lock_mount(path, _) is locking a mountpoint pinned by *path and at the time when matching unlock_m...
CVE-2025-37986
- EPSS 0.01%
- Veröffentlicht 20.05.2025 17:09:19
- Zuletzt bearbeitet 14.11.2025 16:59:50
In the Linux kernel, the following vulnerability has been resolved: usb: typec: class: Invalidate USB device pointers on partner unregistration To avoid using invalid USB device pointers after a Type-C partner disconnects, this patch clears the poi...
CVE-2025-37984
- EPSS 0.02%
- Veröffentlicht 20.05.2025 17:09:18
- Zuletzt bearbeitet 14.11.2025 17:00:02
In the Linux kernel, the following vulnerability has been resolved: crypto: ecdsa - Harden against integer overflows in DIV_ROUND_UP() Herbert notes that DIV_ROUND_UP() may overflow unnecessarily if an ecdsa implementation's ->key_size() callback r...
CVE-2025-37985
- EPSS 0.02%
- Veröffentlicht 20.05.2025 17:09:18
- Zuletzt bearbeitet 16.12.2025 20:19:27
In the Linux kernel, the following vulnerability has been resolved: USB: wdm: close race between wdm_open and wdm_wwan_port_stop Clearing WDM_WWAN_IN_USE must be the last action or we can open a chardev whose URBs are still poisoned