CVE-2023-53585
- EPSS 0.02%
- 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.02%
- 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.01%
- 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.02%
- 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.01%
- 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.02%
- 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...
CVE-2022-50504
- EPSS 0.01%
- Veröffentlicht 04.10.2025 15:43:53
- Zuletzt bearbeitet 22.01.2026 19:44:50
In the Linux kernel, the following vulnerability has been resolved: powerpc/rtas: avoid scheduling in rtas_os_term() It's unsafe to use rtas_busy_delay() to handle a busy status from the ibm,os-term RTAS function in rtas_os_term(): Kernel panic - ...
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:43:52
- Zuletzt bearbeitet 10.10.2025 16:15:50
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2022-50503
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:43:52
- Zuletzt bearbeitet 22.01.2026 19:44:57
In the Linux kernel, the following vulnerability has been resolved: mtd: lpddr2_nvm: Fix possible null-ptr-deref It will cause null-ptr-deref when resource_size(add_range) invoked, if platform_get_resource() returns NULL.
CVE-2022-50501
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:43:51
- Zuletzt bearbeitet 22.01.2026 19:45:11
In the Linux kernel, the following vulnerability has been resolved: media: coda: Add check for dcoda_iram_alloc As the coda_iram_alloc may return NULL pointer, it should be better to check the return value in order to avoid NULL poineter dereferenc...