CVE-2022-50488
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:43:42
- Zuletzt bearbeitet 25.03.2026 00:30:57
In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix possible uaf for 'bfqq->bic' Our test report a uaf for 'bfqq->bic' in 5.10: ================================================================== BUG: KASAN: use-afte...
CVE-2023-53579
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:17:18
- Zuletzt bearbeitet 23.03.2026 18:41:45
In the Linux kernel, the following vulnerability has been resolved: gpio: mvebu: fix irq domain leak Uwe Kleine-König pointed out we still have one resource leak in the mvebu driver triggered on driver detach. Let's address it with a custom devm ac...
CVE-2023-53577
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:17:16
- Zuletzt bearbeitet 23.03.2026 18:41:33
In the Linux kernel, the following vulnerability has been resolved: bpf, cpumap: Make sure kthread is running before map update returns The following warning was reported when running stress-mode enabled xdp_redirect_cpu with some RT threads: --...
CVE-2023-53575
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:17:15
- Zuletzt bearbeitet 21.03.2026 01:06:48
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix potential array out of bounds access Account for IWL_SEC_WEP_KEY_OFFSET when needed while verifying key_len size in iwl_mvm_sec_key_add().
CVE-2023-53576
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:17:15
- Zuletzt bearbeitet 23.03.2026 18:41:22
In the Linux kernel, the following vulnerability has been resolved: null_blk: Always check queue mode setting from configfs Make sure to check device queue mode in the null_validate_conf() and return error for NULL_Q_RQ as we don't allow legacy I/O...
CVE-2023-53574
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:17:14
- Zuletzt bearbeitet 21.03.2026 01:07:02
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: delete timer and free skb queue when unloading Fix possible crash and memory leak on driver unload by deleting TX purge timer and freeing C2H queue in 'rtw_core_deinit...
CVE-2023-53562
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:17:05
- Zuletzt bearbeitet 21.03.2026 00:39:20
In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix vram leak on bind errors Make sure to release the VRAM buffer also in a case a subcomponent fails to bind. Patchwork: https://patchwork.freedesktop.org/patch/525094/
CVE-2023-53558
- EPSS 0.01%
- Veröffentlicht 04.10.2025 15:17:02
- Zuletzt bearbeitet 21.03.2026 01:00:18
In the Linux kernel, the following vulnerability has been resolved: rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic() pr_info() is called with rtp->cbs_gbl_lock spin lock locked. Because pr_info() calls printk() that might sleep, ...
CVE-2023-53547
- EPSS 0.01%
- Veröffentlicht 04.10.2025 15:16:54
- Zuletzt bearbeitet 21.03.2026 00:32:30
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix sdma v4 sw fini error Fix sdma v4 sw fini error for sdma 4.2.2 to solve the following general protection fault [ +0.108196] general protection fault, probably for...
CVE-2023-53545
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:16:53
- Zuletzt bearbeitet 25.03.2026 11:16:06
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: unmap and remove csa_va properly Root PD BO should be reserved before unmap and remove a bo_va from VM otherwise lockdep will complain. v2: check fpriv->csa_va is not ...