CVE-2024-54458
- EPSS 0.22%
- Veröffentlicht 27.02.2025 03:15:10
- Zuletzt bearbeitet 14.07.2026 13:17:12
In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: bsg: Set bsg_queue to NULL after removal Currently, this does not cause any issues, but I believe it is necessary to set bsg_queue to NULL after removing it to prevent p...
CVE-2024-57834
- EPSS 0.21%
- Veröffentlicht 27.02.2025 03:15:10
- Zuletzt bearbeitet 03.11.2025 20:16:55
In the Linux kernel, the following vulnerability has been resolved: media: vidtv: Fix a null-ptr-deref in vidtv_mux_stop_thread syzbot report a null-ptr-deref in vidtv_mux_stop_thread. [1] If dvb->mux is not initialized successfully by vidtv_mux_i...
CVE-2025-21726
- EPSS 0.21%
- Veröffentlicht 27.02.2025 02:15:16
- Zuletzt bearbeitet 12.05.2026 13:16:33
In the Linux kernel, the following vulnerability has been resolved: padata: avoid UAF for reorder_work Although the previous patch can avoid ps and ps UAF for _do_serial, it can not avoid potential UAF issue for reorder_work. This issue can happen ...
CVE-2025-21727
- EPSS 0.2%
- Veröffentlicht 27.02.2025 02:15:16
- Zuletzt bearbeitet 12.05.2026 13:16:33
In the Linux kernel, the following vulnerability has been resolved: padata: fix UAF in padata_reorder A bug was found when run ltp test: BUG: KASAN: slab-use-after-free in padata_find_next+0x29/0x1a0 Read of size 4 at addr ffff88bbfe003524 by task...
CVE-2025-21728
- EPSS 0.18%
- Veröffentlicht 27.02.2025 02:15:16
- Zuletzt bearbeitet 12.05.2026 13:16:33
In the Linux kernel, the following vulnerability has been resolved: bpf: Send signals asynchronously if !preemptible BPF programs can execute in all kinds of contexts and when a program running in a non-preemptible context uses the bpf_send_signal(...
CVE-2025-21731
- EPSS 0.2%
- Veröffentlicht 27.02.2025 02:15:16
- Zuletzt bearbeitet 14.07.2026 13:17:22
In the Linux kernel, the following vulnerability has been resolved: nbd: don't allow reconnect after disconnect Following process can cause nbd_config UAF: 1) grab nbd_config temporarily; 2) nbd_genl_disconnect() flush all recv_work() and release...
CVE-2025-21714
- EPSS 0.19%
- Veröffentlicht 27.02.2025 02:15:15
- Zuletzt bearbeitet 24.03.2025 17:50:26
In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix implicit ODP use after free Prevent double queueing of implicit ODP mr destroy work by using __xa_cmpxchg() to make sure this is the only time we are destroying this...
CVE-2025-21715
- EPSS 0.2%
- Veröffentlicht 27.02.2025 02:15:15
- Zuletzt bearbeitet 03.11.2025 20:17:11
In the Linux kernel, the following vulnerability has been resolved: net: davicom: fix UAF in dm9000_drv_remove dm is netdev private data and it cannot be used after free_netdev() call. Using dm after free_netdev() can cause UAF bug. Fix it by movin...
- EPSS 0.15%
- Veröffentlicht 27.02.2025 02:15:15
- Zuletzt bearbeitet 14.07.2026 13:17:21
In the Linux kernel, the following vulnerability has been resolved: net: rose: fix timer races against user threads Rose timers only acquire the socket spinlock, without checking if the socket is owned by one user thread. Add a check and rearm the...
CVE-2025-21719
- EPSS 0.18%
- Veröffentlicht 27.02.2025 02:15:15
- Zuletzt bearbeitet 12.05.2026 13:16:33
In the Linux kernel, the following vulnerability has been resolved: ipmr: do not call mr_mfc_uses_dev() for unres entries syzbot found that calling mr_mfc_uses_dev() for unres entries would crash [1], because c->mfc_un.res.minvif / c->mfc_un.res.ma...