CVE-2025-37998
- EPSS 0.04%
- Veröffentlicht 29.05.2025 13:15:56
- Zuletzt bearbeitet 16.12.2025 20:21:07
In the Linux kernel, the following vulnerability has been resolved: openvswitch: Fix unsafe attribute parsing in output_userspace() This patch replaces the manual Netlink attribute iteration in output_userspace() with nla_for_each_nested(), which e...
CVE-2025-37999
- EPSS 0.02%
- Veröffentlicht 29.05.2025 13:15:56
- Zuletzt bearbeitet 14.11.2025 16:48:01
In the Linux kernel, the following vulnerability has been resolved: fs/erofs/fileio: call erofs_onlinefolio_split() after bio_add_folio() If bio_add_folio() fails (because it is full), erofs_fileio_scan_folio() needs to submit the I/O request via e...
CVE-2025-37997
- EPSS 0.03%
- Veröffentlicht 29.05.2025 13:15:55
- Zuletzt bearbeitet 16.12.2025 20:20:41
In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix region locking in hash types Region locking introduced in v5.6-rc4 contained three macros to handle the region locks: ahash_bucket_start(), ahash_bucket_end()...
CVE-2025-37995
- EPSS 0.04%
- Veröffentlicht 29.05.2025 13:15:54
- Zuletzt bearbeitet 16.12.2025 20:20:35
In the Linux kernel, the following vulnerability has been resolved: module: ensure that kobject_put() is safe for module type kobjects In 'lookup_or_create_module_kobject()', an internal kobject is created using 'module_ktype'. So call to 'kobject_...
CVE-2025-37996
- EPSS 0.03%
- Veröffentlicht 29.05.2025 13:15:54
- Zuletzt bearbeitet 14.11.2025 16:58:42
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix uninitialized memcache pointer in user_mem_abort() Commit fce886a60207 ("KVM: arm64: Plumb the pKVM MMU in KVM") made the initialization of the local memcache varia...
CVE-2025-37994
- EPSS 0.04%
- Veröffentlicht 29.05.2025 13:15:53
- Zuletzt bearbeitet 16.12.2025 20:19:55
In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: displayport: Fix NULL pointer access This patch ensures that the UCSI driver waits for all pending tasks in the ucsi_displayport_work workqueue to finish executin...
CVE-2025-37993
- EPSS 0.02%
- 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.04%
- 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.04%
- 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...