CVE-2023-53589
- EPSS 0.15%
- Veröffentlicht 04.10.2025 15:44:04
- Zuletzt bearbeitet 21.03.2026 00:46:59
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: don't trust firmware n_channels If the firmware sends us a corrupted MCC response with n_channels much larger than the command response can be, we might copy fa...
CVE-2023-53590
- EPSS 0.11%
- Veröffentlicht 04.10.2025 15:44:04
- Zuletzt bearbeitet 21.03.2026 00:47:53
In the Linux kernel, the following vulnerability has been resolved: sctp: add a refcnt in sctp_stream_priorities to avoid a nested loop With this refcnt added in sctp_stream_priorities, we don't need to traverse all streams to check if the prio is ...
CVE-2023-53588
- EPSS 0.15%
- Veröffentlicht 04.10.2025 15:44:03
- Zuletzt bearbeitet 23.03.2026 18:36:24
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: check for station first in client probe When probing a client, first check if we have it, and then check for the channel context, otherwise you can trigger the warn...
CVE-2023-53587
- EPSS 0.15%
- Veröffentlicht 04.10.2025 15:44:02
- Zuletzt bearbeitet 23.03.2026 18:36:36
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Sync IRQ works before buffer destruction If something was written to the buffer just before destruction, it may be possible (maybe not in a real system, but it did hap...
CVE-2023-53585
- EPSS 0.15%
- Veröffentlicht 04.10.2025 15:44:01
- Zuletzt bearbeitet 23.03.2026 18:35:30
In the Linux kernel, the following vulnerability has been resolved: bpf: reject unhashed sockets in bpf_sk_assign The semantics for bpf_sk_assign are as follows: sk = some_lookup_func() bpf_sk_assign(skb, sk) bpf_sk_release(sk) That i...
CVE-2023-53586
- EPSS 0.15%
- Veröffentlicht 04.10.2025 15:44:01
- Zuletzt bearbeitet 23.03.2026 18:36:13
In the Linux kernel, the following vulnerability has been resolved: scsi: target: Fix multiple LUN_RESET handling This fixes a bug where an initiator thinks a LUN_RESET has cleaned up running commands when it hasn't. The bug was added in commit 51e...
CVE-2023-53584
- EPSS 0.15%
- Veröffentlicht 04.10.2025 15:43:59
- Zuletzt bearbeitet 23.03.2026 18:35:11
In the Linux kernel, the following vulnerability has been resolved: ubifs: ubifs_releasepage: Remove ubifs_assert(0) to valid this process There are two states for ubifs writing pages: 1. Dirty, Private 2. Not Dirty, Not Private The normal process...
CVE-2023-53582
- EPSS 0.15%
- Veröffentlicht 04.10.2025 15:43:58
- Zuletzt bearbeitet 23.03.2026 18:33:50
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: ensure CLM version is null-terminated to prevent stack-out-of-bounds Fix a stack-out-of-bounds read in brcmfmac that occurs when 'buf' that is not null-terminated i...
CVE-2023-53581
- EPSS 0.11%
- Veröffentlicht 04.10.2025 15:43:57
- Zuletzt bearbeitet 23.03.2026 18:33:24
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Check for NOT_READY flag state after locking Currently the check for NOT_READY flag is performed before obtaining the necessary lock. This opens a possibility for race c...
CVE-2022-50505
- EPSS 0.15%
- Veröffentlicht 04.10.2025 15:43:54
- Zuletzt bearbeitet 25.03.2026 00:32:31
In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix pci device refcount leak in ppr_notifier() As comment of pci_get_domain_bus_and_slot() says, it returns a pci device with refcount increment, when finish using it, t...