CVE-2023-53441
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:48
- Zuletzt bearbeitet 11.12.2025 15:29:40
In the Linux kernel, the following vulnerability has been resolved: bpf: cpumap: Fix memory leak in cpu_map_update_elem Syzkaller reported a memory leak as follows: BUG: memory leak unreferenced object 0xff110001198ef748 (size 192): comm "syz-ex...
CVE-2023-53442
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:48
- Zuletzt bearbeitet 11.12.2025 15:30:25
In the Linux kernel, the following vulnerability has been resolved: ice: Block switchdev mode when ADQ is active and vice versa ADQ and switchdev are not supported simultaneously. Enabling both at the same time can result in nullptr dereference. T...
CVE-2023-53443
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:48
- Zuletzt bearbeitet 12.12.2025 21:27:20
In the Linux kernel, the following vulnerability has been resolved: mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt leak In arizona_clk32k_enable(), we should use pm_runtime_resume_and_get() as pm_runtime_get_sync() will increase th...
CVE-2023-53444
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:48
- Zuletzt bearbeitet 12.12.2025 21:27:24
In the Linux kernel, the following vulnerability has been resolved: drm/ttm: fix bulk_move corruption when adding a entry When the resource is the first in the bulk_move range, adding it again (thus moving it to the tail) will corrupt the list sinc...
CVE-2023-53445
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:48
- Zuletzt bearbeitet 12.12.2025 21:27:30
In the Linux kernel, the following vulnerability has been resolved: net: qrtr: Fix a refcount bug in qrtr_recvmsg() Syzbot reported a bug as following: refcount_t: addition on 0; use-after-free. ... RIP: 0010:refcount_warn_saturate+0x17c/0x1f0 lib...
CVE-2023-53446
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:48
- Zuletzt bearbeitet 12.12.2025 21:27:40
In the Linux kernel, the following vulnerability has been resolved: PCI/ASPM: Disable ASPM on MFD function removal to avoid use-after-free Struct pcie_link_state->downstream is a pointer to the pci_dev of function 0. Previously we retained that po...
CVE-2023-53431
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:47
- Zuletzt bearbeitet 11.12.2025 15:25:41
In the Linux kernel, the following vulnerability has been resolved: scsi: ses: Handle enclosure with just a primary component gracefully This reverts commit 3fe97ff3d949 ("scsi: ses: Don't attach if enclosure has no components") and introduces prop...
CVE-2023-53432
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:47
- Zuletzt bearbeitet 11.12.2025 15:23:42
In the Linux kernel, the following vulnerability has been resolved: firewire: net: fix use after free in fwnet_finish_incoming_packet() The netif_rx() function frees the skb so we can't dereference it to save the skb->len.
CVE-2023-53433
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:47
- Zuletzt bearbeitet 12.12.2025 21:26:42
In the Linux kernel, the following vulnerability has been resolved: net: add vlan_get_protocol_and_depth() helper Before blamed commit, pskb_may_pull() was used instead of skb_header_pointer() in __vlan_get_protocol() and friends. Few callers depe...
CVE-2023-53434
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:47
- Zuletzt bearbeitet 12.12.2025 21:27:05
In the Linux kernel, the following vulnerability has been resolved: remoteproc: imx_dsp_rproc: Add custom memory copy implementation for i.MX DSP Cores The IRAM is part of the HiFi DSP. According to hardware specification only 32-bits write are all...