CVE-2023-52760
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:15
- Zuletzt bearbeitet 03.11.2025 22:16:31
In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix slab-use-after-free in gfs2_qd_dealloc In gfs2_put_super(), whether withdrawn or not, the quota should be cleaned up by gfs2_quota_cleanup(). Otherwise, struct gfs2_sbd ...
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-52741
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:14
- Zuletzt bearbeitet 06.01.2025 20:40:21
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix use-after-free in rdata->read_into_pages() When the network status is unstable, use-after-free may occur when read data from the server. BUG: KASAN: use-after-free in ...
CVE-2023-52742
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:14
- Zuletzt bearbeitet 25.09.2025 16:47:00
In the Linux kernel, the following vulnerability has been resolved: net: USB: Fix wrong-direction WARNING in plusb.c The syzbot fuzzer detected a bug in the plusb network driver: A zero-length control-OUT transfer was treated as a read instead of a...
CVE-2023-52748
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:14
- Zuletzt bearbeitet 23.09.2025 19:16:56
In the Linux kernel, the following vulnerability has been resolved: f2fs: avoid format-overflow warning With gcc and W=1 option, there's a warning like this: fs/f2fs/compress.c: In function ‘f2fs_init_page_array_cache’: fs/f2fs/compress.c:1984:47:...
CVE-2023-52749
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:14
- Zuletzt bearbeitet 06.01.2025 20:41:06
In the Linux kernel, the following vulnerability has been resolved: spi: Fix null dereference on suspend A race condition exists where a synchronous (noqueue) transfer can be active during a system suspend. This can cause a null pointer dereference...
CVE-2023-52750
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:14
- Zuletzt bearbeitet 25.09.2025 16:43:54
In the Linux kernel, the following vulnerability has been resolved: arm64: Restrict CPU_BIG_ENDIAN to GNU as or LLVM IAS 15.x or newer Prior to LLVM 15.0.0, LLVM's integrated assembler would incorrectly byte-swap NOP when compiling for big-endian, ...