CVE-2023-52805
- EPSS 0.26%
- Veröffentlicht 21.05.2024 16:15:18
- Zuletzt bearbeitet 01.10.2025 20:17:11
In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in diAlloc Currently there is not check against the agno of the iag while allocating new inodes to avoid fragmentation problem. Added the check w...
CVE-2023-52806
- EPSS 0.26%
- Veröffentlicht 21.05.2024 16:15:18
- Zuletzt bearbeitet 21.11.2024 08:40:37
In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: Fix possible null-ptr-deref when assigning a stream While AudioDSP drivers assign streams exclusively of HOST or LINK type, nothing blocks a user to attempt to assign a ...
CVE-2023-52781
- EPSS 0.24%
- Veröffentlicht 21.05.2024 16:15:17
- Zuletzt bearbeitet 25.09.2025 16:40:04
In the Linux kernel, the following vulnerability has been resolved: usb: config: fix iteration issue in 'usb_get_bos_descriptor()' The BOS descriptor defines a root descriptor and is the base descriptor for accessing a family of related descriptors...
CVE-2023-52782
- EPSS 0.24%
- Veröffentlicht 21.05.2024 16:15:17
- Zuletzt bearbeitet 31.01.2025 16:02:12
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Track xmit submission to PTP WQ after populating metadata map Ensure the skb is available in metadata mapping to skbs before tracking the metadata index for detecting un...
CVE-2023-52783
- EPSS 0.21%
- Veröffentlicht 21.05.2024 16:15:17
- Zuletzt bearbeitet 21.11.2024 08:40:34
In the Linux kernel, the following vulnerability has been resolved: net: wangxun: fix kernel panic due to null pointer When the device uses a custom subsystem vendor ID, the function wx_sw_init() returns before the memory of 'wx->mac_table' is allo...
CVE-2023-52784
- EPSS 0.24%
- Veröffentlicht 21.05.2024 16:15:17
- Zuletzt bearbeitet 25.09.2025 16:35:19
In the Linux kernel, the following vulnerability has been resolved: bonding: stop the device in bond_setup_by_slave() Commit 9eed321cde22 ("net: lapbether: only support ethernet devices") has been able to keep syzbot away from net/lapb, until today...
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...