CVE-2023-52789
- EPSS 0.01%
- 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-52791
- EPSS 0.01%
- 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-52774
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:16
- Zuletzt bearbeitet 23.09.2025 20:00:36
In the Linux kernel, the following vulnerability has been resolved: s390/dasd: protect device queue against concurrent access In dasd_profile_start() the amount of requests on the device queue are counted. The access to the device queue is unprotec...
CVE-2023-52775
- EPSS 0.04%
- Veröffentlicht 21.05.2024 16:15:16
- Zuletzt bearbeitet 23.09.2025 20:05:15
In the Linux kernel, the following vulnerability has been resolved: net/smc: avoid data corruption caused by decline We found a data corruption issue during testing of SMC-R on Redis applications. The benchmark has a low probability of reporting a...
CVE-2023-52757
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:15
- Zuletzt bearbeitet 25.11.2025 17:26:00
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential deadlock when releasing mids All release_mid() callers seem to hold a reference of @mid so there is no need to call kref_put(&mid->refcount, __release_mi...
CVE-2023-52761
- EPSS 0.12%
- Veröffentlicht 21.05.2024 16:15:15
- Zuletzt bearbeitet 23.09.2025 19:28:31
In the Linux kernel, the following vulnerability has been resolved: riscv: VMAP_STACK overflow detection thread-safe commit 31da94c25aea ("riscv: add VMAP_STACK overflow detection") added support for CONFIG_VMAP_STACK. If overflow is detected, CPU ...
CVE-2023-52762
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:15
- Zuletzt bearbeitet 23.09.2025 19:36:21
In the Linux kernel, the following vulnerability has been resolved: virtio-blk: fix implicit overflow on virtio_max_dma_size The following codes have an implicit conversion from size_t to u32: (u32)max_size = (size_t)virtio_max_dma_size(vdev); Thi...
CVE-2023-52763
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:15
- Zuletzt bearbeitet 19.09.2025 14:39:18
In the Linux kernel, the following vulnerability has been resolved: i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing DAT_data. The `i3c_master_bus_init` function may attach the I2C devices before the I3C bus initialization. In this flow,...
CVE-2023-52764
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:15
- Zuletzt bearbeitet 23.09.2025 19:52:13
In the Linux kernel, the following vulnerability has been resolved: media: gspca: cpia1: shift-out-of-bounds in set_flicker Syzkaller reported the following issue: UBSAN: shift-out-of-bounds in drivers/media/usb/gspca/cpia1.c:1031:27 shift exponent...
CVE-2023-52766
- EPSS 0.03%
- Veröffentlicht 21.05.2024 16:15:15
- Zuletzt bearbeitet 06.01.2025 20:29:20
In the Linux kernel, the following vulnerability has been resolved: i3c: mipi-i3c-hci: Fix out of bounds access in hci_dma_irq_handler Do not loop over ring headers in hci_dma_irq_handler() that are not allocated and enabled in hci_dma_init(). Othe...