CVE-2024-54456
- EPSS 0.02%
- Veröffentlicht 27.02.2025 03:15:10
- Zuletzt bearbeitet 23.10.2025 13:05:11
In the Linux kernel, the following vulnerability has been resolved: NFS: Fix potential buffer overflowin nfs_sysfs_link_rpc_client() name is char[64] where the size of clnt->cl_program->name remains unknown. Invoking strcat() directly will also lea...
CVE-2024-54458
- EPSS 0.01%
- Veröffentlicht 27.02.2025 03:15:10
- Zuletzt bearbeitet 03.11.2025 20:16:43
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.02%
- 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-2024-57852
- EPSS 0.01%
- Veröffentlicht 27.02.2025 03:15:10
- Zuletzt bearbeitet 23.10.2025 13:04:42
In the Linux kernel, the following vulnerability has been resolved: firmware: qcom: scm: smc: Handle missing SCM device Commit ca61d6836e6f ("firmware: qcom: scm: fix a NULL-pointer dereference") makes it explicit that qcom_scm_get_tzmem_pool() can...
CVE-2025-21726
- EPSS 0.03%
- 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.03%
- 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-21730
- EPSS 0.07%
- Veröffentlicht 27.02.2025 02:15:16
- Zuletzt bearbeitet 23.10.2025 13:05:24
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: avoid to init mgnt_entry list twice when WoWLAN failed If WoWLAN failed in resume flow, the rtw89_ops_add_interface() triggered without removing the interface first. T...
CVE-2025-21711
- EPSS 0.03%
- Veröffentlicht 27.02.2025 02:15:14
- Zuletzt bearbeitet 12.05.2026 13:16:32
In the Linux kernel, the following vulnerability has been resolved: net/rose: prevent integer overflows in rose_setsockopt() In case of possible unpredictably large arguments passed to rose_setsockopt() and multiplied by extra values on top of that...
CVE-2025-21712
- EPSS 0.02%
- Veröffentlicht 27.02.2025 02:15:14
- Zuletzt bearbeitet 12.05.2026 13:16:33
In the Linux kernel, the following vulnerability has been resolved: md/md-bitmap: Synchronize bitmap_get_stats() with bitmap lifetime After commit ec6bb299c7c3 ("md/md-bitmap: add 'sync_size' into struct md_bitmap_stats"), following panic is report...
CVE-2024-57996
- EPSS 0.01%
- Veröffentlicht 27.02.2025 02:15:13
- Zuletzt bearbeitet 12.05.2026 13:16:25
In the Linux kernel, the following vulnerability has been resolved: net_sched: sch_sfq: don't allow 1 packet limit The current implementation does not work correctly with a limit of 1. iproute2 actually checks for this and this patch adds the check...