CVE-2022-50551
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:21:13
- Zuletzt bearbeitet 26.02.2026 23:17:54
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Fix potential shift-out-of-bounds in brcmf_fw_alloc_request() This patch fixes a shift-out-of-bounds in brcmfmac that occurs in BIT(chiprev) when a 'chiprev' provid...
CVE-2022-50549
- EPSS 0.01%
- Veröffentlicht 07.10.2025 15:21:12
- Zuletzt bearbeitet 26.02.2026 23:17:42
In the Linux kernel, the following vulnerability has been resolved: dm thin: Fix ABBA deadlock between shrink_slab and dm_pool_abort_metadata Following concurrent processes: P1(drop cache) P2(kworker) drop_caches_sysctl_ha...
CVE-2022-50546
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:21:09
- Zuletzt bearbeitet 26.02.2026 23:17:25
In the Linux kernel, the following vulnerability has been resolved: ext4: fix uninititialized value in 'ext4_evict_inode' Syzbot found the following issue: ===================================================== BUG: KMSAN: uninit-value in ext4_evict...
CVE-2022-50541
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:21:06
- Zuletzt bearbeitet 26.02.2026 23:16:57
In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma: Reset UDMA_CHAN_RT byte counters to prevent overflow UDMA_CHAN_RT_*BCNT_REG stores the real-time channel bytecount statistics. These registers are 32-bit ha...
CVE-2022-50539
- EPSS 0.01%
- Veröffentlicht 07.10.2025 15:21:05
- Zuletzt bearbeitet 26.02.2026 23:16:47
In the Linux kernel, the following vulnerability has been resolved: ARM: OMAP2+: omap4-common: Fix refcount leak bug In omap4_sram_init(), of_find_compatible_node() will return a node pointer with refcount incremented. We should use of_node_put() w...
CVE-2022-50536
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:21:03
- Zuletzt bearbeitet 26.02.2026 23:16:34
In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix repeated calls to sock_put() when msg has more_data In tcp_bpf_send_verdict() redirection, the eval variable is assigned to __SK_REDIRECT after the apply_bytes da...
CVE-2022-50535
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:21:02
- Zuletzt bearbeitet 17.03.2026 17:15:18
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential null-deref in dm_resume [Why] Fixing smatch error: dm_resume() error: we previously assumed 'aconnector->dc_link' could be null [How] Check if dc_li...
CVE-2023-53650
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:47
- Zuletzt bearbeitet 03.02.2026 22:28:53
In the Linux kernel, the following vulnerability has been resolved: fbdev: omapfb: lcd_mipid: Fix an error handling path in mipid_spi_probe() If 'mipid_detect()' fails, we must free 'md' to avoid a memory leak.
CVE-2023-53651
- EPSS 0.03%
- Veröffentlicht 07.10.2025 15:19:47
- Zuletzt bearbeitet 03.02.2026 22:24:42
In the Linux kernel, the following vulnerability has been resolved: Input: exc3000 - properly stop timer on shutdown We need to stop the timer on driver unbind or probe failures, otherwise we get UAF/Oops.
CVE-2023-53647
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:45
- Zuletzt bearbeitet 03.02.2026 22:29:16
In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Don't dereference ACPI root object handle Since the commit referenced in the Fixes: tag below the VMBus client driver is walking the ACPI namespace up from the ...