CVE-2024-36917
- EPSS 0.23%
- 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.23%
- 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-36919
- EPSS 0.22%
- Veröffentlicht 30.05.2024 16:15:15
- Zuletzt bearbeitet 22.01.2026 20:03:18
In the Linux kernel, the following vulnerability has been resolved: scsi: bnx2fc: Remove spin_lock_bh while releasing resources after upload The session resources are used by FW and driver when session is offloaded, once session is uploaded these r...
CVE-2024-36920
- EPSS 0.23%
- 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.24%
- 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.24%
- Veröffentlicht 30.05.2024 16:15:15
- Zuletzt bearbeitet 01.06.2026 17:16:28
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-36923
- EPSS 0.01%
- Veröffentlicht 30.05.2024 16:15:15
- Zuletzt bearbeitet 05.01.2026 11:16:38
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2024-36924
- EPSS 0.19%
- 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-36905
- EPSS 0.33%
- Veröffentlicht 30.05.2024 16:15:14
- Zuletzt bearbeitet 12.05.2026 12:16:49
In the Linux kernel, the following vulnerability has been resolved: tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets TCP_SYN_RECV state is really special, it is only used by cross-syn connections, mostly used by fuzzers. In the followin...
CVE-2024-36908
- EPSS 0.23%
- 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. ...