CVE-2024-42285
- EPSS 0.01%
- Veröffentlicht 17.08.2024 09:15:09
- Zuletzt bearbeitet 03.11.2025 22:17:55
In the Linux kernel, the following vulnerability has been resolved: RDMA/iwcm: Fix a use-after-free related to destroying CM IDs iw_conn_req_handler() associates a new struct rdma_id_private (conn_id) with an existing struct iw_cm_id (cm_id) as fol...
CVE-2024-42286
- EPSS 0.01%
- Veröffentlicht 17.08.2024 09:15:09
- Zuletzt bearbeitet 03.11.2025 22:17:55
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: validate nvme_local_port correctly The driver load failed with error message, qla2xxx [0000:04:00.0]-ffff:0: register_localport failed: ret=ffffffef and with a ker...
CVE-2024-42287
- EPSS 0.01%
- Veröffentlicht 17.08.2024 09:15:09
- Zuletzt bearbeitet 03.11.2025 22:17:55
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Complete command early within lock A crash was observed while performing NPIV and FW reset, BUG: kernel NULL pointer dereference, address: 000000000000001c #PF: s...
CVE-2024-42288
- EPSS 0.01%
- Veröffentlicht 17.08.2024 09:15:09
- Zuletzt bearbeitet 03.11.2025 22:17:56
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix for possible memory corruption Init Control Block is dereferenced incorrectly. Correctly dereference ICB
CVE-2024-42289
- EPSS 0.01%
- Veröffentlicht 17.08.2024 09:15:09
- Zuletzt bearbeitet 03.11.2025 22:17:56
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: During vport delete send async logout explicitly During vport delete, it is observed that during unload we hit a crash because of stale entries in outstanding comman...
CVE-2024-42290
- EPSS 0.01%
- Veröffentlicht 17.08.2024 09:15:09
- Zuletzt bearbeitet 03.11.2025 22:17:56
In the Linux kernel, the following vulnerability has been resolved: irqchip/imx-irqsteer: Handle runtime power management correctly The power domain is automatically activated from clk_prepare(). However, on certain platforms like i.MX8QM and i.MX8...
CVE-2024-42292
- EPSS 0.01%
- Veröffentlicht 17.08.2024 09:15:09
- Zuletzt bearbeitet 12.05.2026 12:17:05
In the Linux kernel, the following vulnerability has been resolved: kobject_uevent: Fix OOB access within zap_modalias_env() zap_modalias_env() wrongly calculates size of memory block to move, so will cause OOB memory access issue if variable MODAL...
CVE-2024-42267
- EPSS 0.01%
- Veröffentlicht 17.08.2024 09:15:08
- Zuletzt bearbeitet 03.11.2025 22:17:51
In the Linux kernel, the following vulnerability has been resolved: riscv/mm: Add handling for VM_FAULT_SIGSEGV in mm_fault_error() Handle VM_FAULT_SIGSEGV in the page fault path so that we correctly kill the process and we don't BUG() the kernel.
CVE-2024-42271
- EPSS 0.02%
- Veröffentlicht 17.08.2024 09:15:08
- Zuletzt bearbeitet 03.11.2025 22:17:52
In the Linux kernel, the following vulnerability has been resolved: net/iucv: fix use after free in iucv_sock_close() iucv_sever_path() is called from process context and from bh context. iucv->path is used as indicator whether somebody else is tak...
CVE-2024-42272
- EPSS 0.01%
- Veröffentlicht 17.08.2024 09:15:08
- Zuletzt bearbeitet 12.05.2026 12:17:05
In the Linux kernel, the following vulnerability has been resolved: sched: act_ct: take care of padding in struct zones_ht_key Blamed commit increased lookup key size from 2 bytes to 16 bytes, because zones_ht_key got a struct net pointer. Make su...