CVE-2023-52785
- EPSS 0.18%
- Veröffentlicht 21.05.2024 16:15:17
- Zuletzt bearbeitet 14.01.2025 16:34:47
In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix racing issue between ufshcd_mcq_abort() and ISR If command timeout happens and cq complete IRQ is raised at the same time, ufshcd_mcq_abort clears lprb->cmd an...
CVE-2023-52786
- EPSS 0.18%
- Veröffentlicht 21.05.2024 16:15:17
- Zuletzt bearbeitet 25.09.2025 16:34:49
In the Linux kernel, the following vulnerability has been resolved: ext4: fix racy may inline data check in dio write syzbot reports that the following warning from ext4_iomap_begin() triggers as of the commit referenced below: if (WARN_ON...
CVE-2023-52787
- EPSS 0.24%
- Veröffentlicht 21.05.2024 16:15:17
- Zuletzt bearbeitet 26.09.2025 16:23:50
In the Linux kernel, the following vulnerability has been resolved: blk-mq: make sure active queue usage is held for bio_integrity_prep() blk_integrity_unregister() can come if queue usage counter isn't held for one bio with integrity prepared, so ...
CVE-2023-52788
- EPSS 0.24%
- Veröffentlicht 21.05.2024 16:15:17
- Zuletzt bearbeitet 31.01.2025 15:03:27
In the Linux kernel, the following vulnerability has been resolved: i915/perf: Fix NULL deref bugs with drm_dbg() calls When i915 perf interface is not available dereferencing it will lead to NULL dereferences. As returning -ENOTSUPP is pretty cle...
CVE-2023-52789
- EPSS 0.25%
- Veröffentlicht 21.05.2024 16:15:17
- Zuletzt bearbeitet 15.01.2025 17:57:15
In the Linux kernel, the following vulnerability has been resolved: tty: vcc: Add check for kstrdup() in vcc_probe() Add check for the return value of kstrdup() and return the error, if it fails in order to avoid NULL pointer dereference.
CVE-2023-52790
- EPSS 0.21%
- Veröffentlicht 21.05.2024 16:15:17
- Zuletzt bearbeitet 23.09.2025 20:08:48
In the Linux kernel, the following vulnerability has been resolved: swiotlb: fix out-of-bounds TLB allocations with CONFIG_SWIOTLB_DYNAMIC Limit the free list length to the size of the IO TLB. Transient pool can be smaller than IO_TLB_SEGSIZE, but ...
CVE-2023-52791
- EPSS 0.24%
- Veröffentlicht 21.05.2024 16:15:17
- Zuletzt bearbeitet 26.09.2025 16:59:41
In the Linux kernel, the following vulnerability has been resolved: i2c: core: Run atomic i2c xfer when !preemptible Since bae1d3a05a8b, i2c transfers are non-atomic if preemption is disabled. However, non-atomic i2c transfers require preemption (e...
CVE-2023-52792
- EPSS 0.24%
- Veröffentlicht 21.05.2024 16:15:17
- Zuletzt bearbeitet 23.09.2025 20:10:07
In the Linux kernel, the following vulnerability has been resolved: cxl/region: Do not try to cleanup after cxl_region_setup_targets() fails Commit 5e42bcbc3fef ("cxl/region: decrement ->nr_targets on error in cxl_region_attach()") tried to avoid '...
CVE-2023-52769
- EPSS 0.24%
- Veröffentlicht 21.05.2024 16:15:16
- Zuletzt bearbeitet 21.11.2024 08:40:32
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix htt mlo-offset event locking The ath12k active pdevs are protected by RCU but the htt mlo-offset event handling code calling ath12k_mac_get_ar_by_pdev_id() was no...
CVE-2023-52770
- EPSS 0.24%
- Veröffentlicht 21.05.2024 16:15:16
- Zuletzt bearbeitet 06.01.2025 20:29:56
In the Linux kernel, the following vulnerability has been resolved: f2fs: split initial and dynamic conditions for extent_cache Let's allocate the extent_cache tree without dynamic conditions to avoid a missing condition causing a panic as below. ...