CVE-2023-53466
- EPSS 0.01%
- Veröffentlicht 01.10.2025 12:15:48
- Zuletzt bearbeitet 20.01.2026 15:53:42
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.
CVE-2023-53467
- EPSS 0.01%
- Veröffentlicht 01.10.2025 12:15:48
- Zuletzt bearbeitet 20.01.2026 15:53:10
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.
CVE-2023-53468
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:48
- Zuletzt bearbeitet 20.01.2026 15:52:36
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.03%
- Veröffentlicht 01.10.2025 12:15:48
- Zuletzt bearbeitet 29.12.2025 16:15:39
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2023-53457
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:47
- Zuletzt bearbeitet 16.01.2026 20:59:21
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...
CVE-2023-53458
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:47
- Zuletzt bearbeitet 16.01.2026 20:58:04
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...
CVE-2023-53459
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:47
- Zuletzt bearbeitet 16.01.2026 20:56:36
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...
CVE-2023-53460
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:47
- Zuletzt bearbeitet 16.01.2026 21:19:46
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...
CVE-2023-53461
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:47
- Zuletzt bearbeitet 16.01.2026 21:33:19
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....
CVE-2023-53462
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:47
- Zuletzt bearbeitet 16.01.2026 21:32:20
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...