- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:48
- Zuletzt bearbeitet 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: fix memory leak in mt7915_mcu_exit Always purge mcu skb queues in mt7915_mcu_exit routine even if mt7915_firmware_state fails.
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:48
- Zuletzt bearbeitet 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix potential leak in rtw89_append_probe_req_ie() Do `kfree_skb(new)` before `goto out` to prevent potential leak.
- EPSS 0.03%
- Veröffentlicht 01.10.2025 12:15:48
- Zuletzt bearbeitet 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix memory leak in alloc_wbufs() kmemleak reported a sequence of memory leaks, and show them as following: unreferenced object 0xffff8881575f8400 (size 1024): comm "m...
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:48
- Zuletzt bearbeitet 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: af_unix: Fix null-ptr-deref in unix_stream_sendpage(). Bing-Jhong Billy Jheng reported null-ptr-deref in unix_stream_sendpage() with detailed analysis and a nice repro. unix_strea...
- EPSS 0.03%
- Veröffentlicht 01.10.2025 12:15:47
- Zuletzt bearbeitet 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: FS: JFS: Fix null-ptr-deref Read in txBegin Syzkaller reported an issue where txBegin may be called on a superblock in a read-only mounted filesystem which leads to NULL pointer...
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:47
- Zuletzt bearbeitet 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: media: cx23885: Fix a null-ptr-deref bug in buffer_prepare() and buffer_finish() When the driver calls cx23885_risc_buffer() to prepare the buffer, the function call dma_alloc_cohe...
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:47
- Zuletzt bearbeitet 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: HID: mcp-2221: prevent UAF in delayed work If the device is plugged/unplugged without giving time for mcp_init_work() to complete, we might kick in the devm free code path and thus...
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:47
- Zuletzt bearbeitet 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: fix memory leak in rtw_usb_probe() drivers/net/wireless/realtek/rtw88/usb.c:876 rtw_usb_probe() warn: 'hw' from ieee80211_alloc_hw() not released on lines: 811 Fix th...
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:47
- Zuletzt bearbeitet 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: io_uring: wait interruptibly for request completions on exit WHen the ring exits, cleanup is done and the final cancelation and waiting on completions is done by io_ring_exit_work....
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:47
- Zuletzt bearbeitet 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: hsr: Fix uninit-value access in fill_frame_info() Syzbot reports the following uninit-value access problem. ===================================================== BUG: KMSAN: unini...