CVE-2024-36928
- EPSS 0.01%
- Veröffentlicht 30.05.2024 16:15:16
- Zuletzt bearbeitet 01.04.2025 18:35:36
In the Linux kernel, the following vulnerability has been resolved: s390/qeth: Fix kernel panic after setting hsuid Symptom: When the hsuid attribute is set for the first time on an IQD Layer3 device while the corresponding network interface is alr...
CVE-2024-36917
- EPSS 0.01%
- Veröffentlicht 30.05.2024 16:15:15
- Zuletzt bearbeitet 17.09.2025 22:16:44
In the Linux kernel, the following vulnerability has been resolved: block: fix overflow in blk_ioctl_discard() There is no check for overflow of 'start + len' in blk_ioctl_discard(). Hung task occurs if submit an discard ioctl with the following pa...
CVE-2024-36918
- EPSS 0.02%
- Veröffentlicht 30.05.2024 16:15:15
- Zuletzt bearbeitet 17.09.2025 22:18:22
In the Linux kernel, the following vulnerability has been resolved: bpf: Check bloom filter map value size This patch adds a missing check to bloom filter creating, rejecting values above KMALLOC_MAX_SIZE. This brings the bloom map in line with man...
CVE-2024-36920
- EPSS 0.01%
- Veröffentlicht 30.05.2024 16:15:15
- Zuletzt bearbeitet 01.10.2025 13:53:19
In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Avoid memcpy field-spanning write WARNING When the "storcli2 show" command is executed for eHBA-9600, mpi3mr driver prints this WARNING message: memcpy: detected f...
CVE-2024-36921
- EPSS 0.02%
- Veröffentlicht 30.05.2024 16:15:15
- Zuletzt bearbeitet 01.03.2025 02:33:14
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: guard against invalid STA ID on removal Guard against invalid station IDs in iwl_mvm_mld_rm_sta_id as that would result in out-of-bounds array accesses. This pr...
CVE-2024-36922
- EPSS 0.01%
- Veröffentlicht 30.05.2024 16:15:15
- Zuletzt bearbeitet 01.10.2025 13:52:14
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: read txq->read_ptr under lock If we read txq->read_ptr without lock, we can read the same value twice, then obtain the lock, and reclaim from there to two different ...
CVE-2024-36924
- EPSS 0.01%
- Veröffentlicht 30.05.2024 16:15:15
- Zuletzt bearbeitet 10.01.2025 18:29:03
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up() lpfc_worker_wake_up() calls the lpfc_work_done() routine, which takes the hbalock. Thus, lpfc_worker_wake_up() sho...
CVE-2024-36927
- EPSS 0.01%
- Veröffentlicht 30.05.2024 16:15:15
- Zuletzt bearbeitet 19.01.2026 13:16:06
In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix uninit-value access in __ip_make_skb() KMSAN reported uninit-value access in __ip_make_skb() [1]. __ip_make_skb() tests HDRINCL to know if the skb has icmphdr. However, ...
CVE-2024-36907
- EPSS 0.04%
- Veröffentlicht 30.05.2024 16:15:14
- Zuletzt bearbeitet 26.05.2025 11:15:19
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2024-36908
- EPSS 0.01%
- Veröffentlicht 30.05.2024 16:15:14
- Zuletzt bearbeitet 03.11.2025 20:16:17
In the Linux kernel, the following vulnerability has been resolved: blk-iocost: do not WARN if iocg was already offlined In iocg_pay_debt(), warn is triggered if 'active_list' is empty, which is intended to confirm iocg is active when it has debt. ...