CVE-2023-52765
- EPSS 0.09%
- Veröffentlicht 21.05.2024 16:15:15
- Zuletzt bearbeitet 02.04.2025 15:03:42
In the Linux kernel, the following vulnerability has been resolved: mfd: qcom-spmi-pmic: Fix revid implementation The Qualcomm SPMI PMIC revid implementation is broken in multiple ways. First, it assumes that just because the sibling base device h...
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...
CVE-2023-52767
- EPSS 0.08%
- Veröffentlicht 21.05.2024 16:15:15
- Zuletzt bearbeitet 06.01.2025 20:29:40
In the Linux kernel, the following vulnerability has been resolved: tls: fix NULL deref on tls_sw_splice_eof() with empty record syzkaller discovered that if tls_sw_splice_eof() is executed as part of sendfile() when the plaintext/ciphertext sk_msg...
CVE-2023-52768
- EPSS 0.13%
- Veröffentlicht 21.05.2024 16:15:15
- Zuletzt bearbeitet 02.04.2025 15:03:18
In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: use vmm_table as array in wilc struct Enabling KASAN and running some iperf tests raises some memory issues with vmm_table: BUG: KASAN: slab-out-of-bounds in wilc_...
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%
- 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-52743
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:14
- Zuletzt bearbeitet 25.09.2025 16:44:14
In the Linux kernel, the following vulnerability has been resolved: ice: Do not use WQ_MEM_RECLAIM flag for workqueue When both ice and the irdma driver are loaded, a warning in check_flush_dependency is being triggered. This is due to ice driver w...
CVE-2023-52744
- EPSS 0.09%
- Veröffentlicht 21.05.2024 16:15:14
- Zuletzt bearbeitet 06.01.2025 20:40:45
In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix potential NULL-ptr-dereference in_dev_get() can return NULL which will cause a failure once idev is dereferenced in in_dev_for_each_ifa_rtnl(). This patch adds a ch...
CVE-2023-52745
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:14
- Zuletzt bearbeitet 06.03.2025 12:53:53
In the Linux kernel, the following vulnerability has been resolved: IB/IPoIB: Fix legacy IPoIB due to wrong number of queues The cited commit creates child PKEY interfaces over netlink will multiple tx and rx queues, but some devices doesn't suppor...
CVE-2023-52746
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:14
- Zuletzt bearbeitet 02.04.2025 14:50:27
In the Linux kernel, the following vulnerability has been resolved: xfrm/compat: prevent potential spectre v1 gadget in xfrm_xlate32_attr() int type = nla_type(nla); if (type > XFRMA_MAX) { return -EOPNOTSUPP; } @type is then us...