CVE-2025-21786
- EPSS 0.03%
- Veröffentlicht 27.02.2025 03:15:19
- Zuletzt bearbeitet 21.03.2025 15:43:17
In the Linux kernel, the following vulnerability has been resolved: workqueue: Put the pwq after detaching the rescuer from the pool The commit 68f83057b913("workqueue: Reap workers via kthread_stop() and remove detach_completion") adds code to rea...
CVE-2025-21787
- EPSS 0.06%
- Veröffentlicht 27.02.2025 03:15:19
- Zuletzt bearbeitet 03.11.2025 21:19:09
In the Linux kernel, the following vulnerability has been resolved: team: better TEAM_OPTION_TYPE_STRING validation syzbot reported following splat [1] Make sure user-provided data contains one nul byte. [1] BUG: KMSAN: uninit-value in string_no...
CVE-2025-21788
- EPSS 0.03%
- Veröffentlicht 27.02.2025 03:15:19
- Zuletzt bearbeitet 01.10.2025 20:18:25
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw: fix memleak in certain XDP cases If the XDP program doesn't result in XDP_PASS then we leak the memory allocated by am65_cpsw_build_skb(). It is poin...
CVE-2025-21789
- EPSS 0.04%
- Veröffentlicht 27.02.2025 03:15:19
- Zuletzt bearbeitet 01.10.2025 20:18:25
In the Linux kernel, the following vulnerability has been resolved: LoongArch: csum: Fix OoB access in IP checksum code for negative lengths Commit 69e3a6aa6be2 ("LoongArch: Add checksum optimization for 64-bit system") would cause an undefined shi...
CVE-2025-21790
- EPSS 0.05%
- Veröffentlicht 27.02.2025 03:15:19
- Zuletzt bearbeitet 03.11.2025 21:19:10
In the Linux kernel, the following vulnerability has been resolved: vxlan: check vxlan_vnigroup_init() return value vxlan_init() must check vxlan_vnigroup_init() success otherwise a crash happens later, spotted by syzbot. Oops: general protection ...
CVE-2025-21791
- EPSS 0.04%
- Veröffentlicht 27.02.2025 03:15:19
- Zuletzt bearbeitet 03.11.2025 21:19:10
In the Linux kernel, the following vulnerability has been resolved: vrf: use RCU protection in l3mdev_l3_out() l3mdev_l3_out() can be called without RCU being held: raw_sendmsg() ip_push_pending_frames() ip_send_skb() ip_local_out() __ip...
CVE-2025-21774
- EPSS 0.03%
- Veröffentlicht 27.02.2025 03:15:18
- Zuletzt bearbeitet 01.10.2025 20:18:24
In the Linux kernel, the following vulnerability has been resolved: can: rockchip: rkcanfd_handle_rx_fifo_overflow_int(): bail out if skb cannot be allocated Fix NULL pointer check in rkcanfd_handle_rx_fifo_overflow_int() to bail out if skb cannot ...
CVE-2025-21775
- EPSS 0.05%
- Veröffentlicht 27.02.2025 03:15:18
- Zuletzt bearbeitet 03.11.2025 20:17:17
In the Linux kernel, the following vulnerability has been resolved: can: ctucanfd: handle skb allocation failure If skb allocation fails, the pointer to struct can_frame is NULL. This is actually handled everywhere inside ctucan_err_interrupt() exc...
CVE-2025-21776
- EPSS 0.04%
- Veröffentlicht 27.02.2025 03:15:18
- Zuletzt bearbeitet 03.11.2025 20:17:17
In the Linux kernel, the following vulnerability has been resolved: USB: hub: Ignore non-compliant devices with too many configs or interfaces Robert Morris created a test program which can cause usb_hub_to_struct_hub() to dereference a NULL or ina...
CVE-2025-21777
- EPSS 0.03%
- Veröffentlicht 27.02.2025 03:15:18
- Zuletzt bearbeitet 28.10.2025 20:36:53
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Validate the persistent meta data subbuf array The meta data for a mapped ring buffer contains an array of indexes of all the subbuffers. The first entry is the reader...