CVE-2023-53443
- EPSS 0.01%
- Veröffentlicht 18.09.2025 16:15:48
- Zuletzt bearbeitet 14.01.2026 20:16:04
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-53431
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:47
- Zuletzt bearbeitet 14.01.2026 20:16:02
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 14.01.2026 20:16:02
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-53434
- EPSS 0.01%
- Veröffentlicht 18.09.2025 16:15:47
- Zuletzt bearbeitet 14.01.2026 20:16:03
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...
CVE-2023-53435
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:47
- Zuletzt bearbeitet 14.01.2026 20:16:03
In the Linux kernel, the following vulnerability has been resolved: cassini: Fix a memory leak in the error handling path of cas_init_one() cas_saturn_firmware_init() allocates some memory using vmalloc(). This memory is freed in the .remove() func...
CVE-2023-53437
- EPSS 0.01%
- Veröffentlicht 18.09.2025 16:15:47
- Zuletzt bearbeitet 14.01.2026 20:16:03
In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Handle cameras with invalid descriptors If the source entity does not contain any pads, do not create a link.
CVE-2023-53438
- EPSS 0.01%
- Veröffentlicht 18.09.2025 16:15:47
- Zuletzt bearbeitet 14.01.2026 20:16:03
In the Linux kernel, the following vulnerability has been resolved: x86/MCE: Always save CS register on AMD Zen IF Poison errors The Instruction Fetch (IF) units on current AMD Zen-based systems do not guarantee a synchronous #MC is delivered for p...
CVE-2023-53425
- EPSS 0.01%
- Veröffentlicht 18.09.2025 16:15:46
- Zuletzt bearbeitet 14.01.2026 20:16:01
In the Linux kernel, the following vulnerability has been resolved: media: platform: mediatek: vpu: fix NULL ptr dereference If pdev is NULL, then it is still dereferenced. This fixes this smatch warning: drivers/media/platform/mediatek/vpu/mtk_v...
CVE-2023-53429
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:46
- Zuletzt bearbeitet 14.01.2026 20:16:02
In the Linux kernel, the following vulnerability has been resolved: btrfs: don't check PageError in __extent_writepage __extent_writepage currenly sets PageError whenever any error happens, and the also checks for PageError to decide if to call err...
CVE-2022-50418
- EPSS 0.01%
- Veröffentlicht 18.09.2025 16:15:45
- Zuletzt bearbeitet 14.01.2026 20:15:55
In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: mhi: fix potential memory leak in ath11k_mhi_register() mhi_alloc_controller() allocates a memory space for mhi_ctrl. When gets some error, mhi_ctrl should be freed w...