CVE-2021-47540
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:18
- Zuletzt bearbeitet 21.11.2024 06:36:29
In the Linux kernel, the following vulnerability has been resolved: mt76: mt7915: fix NULL pointer dereference in mt7915_get_phy_mode Fix the following NULL pointer dereference in mt7915_get_phy_mode routine adding an ibss interface to the mt7915 d...
CVE-2021-47541
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:18
- Zuletzt bearbeitet 21.11.2024 06:36:29
In the Linux kernel, the following vulnerability has been resolved: net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources() In mlx4_en_try_alloc_resources(), mlx4_en_copy_priv() is called and tmp->tx_cq will be freed on the error pa...
CVE-2021-47542
- EPSS 0.01%
- Veröffentlicht 24.05.2024 15:15:18
- Zuletzt bearbeitet 21.11.2024 06:36:30
In the Linux kernel, the following vulnerability has been resolved: net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings() In qlcnic_83xx_add_rings(), the indirect function of ahw->hw_ops->alloc_mbx_args will be called to al...
CVE-2021-47544
- EPSS 0.05%
- Veröffentlicht 24.05.2024 15:15:18
- Zuletzt bearbeitet 18.09.2025 16:08:22
In the Linux kernel, the following vulnerability has been resolved: tcp: fix page frag corruption on page fault Steffen reported a TCP stream corruption for HTTP requests served by the apache web-server using a cifs mount-point and memory mapping t...
CVE-2021-47535
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:17
- Zuletzt bearbeitet 01.04.2025 18:41:14
In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Allocate enough space for GMU registers In commit 142639a52a01 ("drm/msm/a6xx: fix crashstate capture for A650") we changed a6xx_get_gmu_registers() to read 3 sets of...
CVE-2021-47536
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:17
- Zuletzt bearbeitet 18.09.2025 15:56:00
In the Linux kernel, the following vulnerability has been resolved: net/smc: fix wrong list_del in smc_lgr_cleanup_early smc_lgr_cleanup_early() meant to delete the link group from the link group list, but it deleted the list head by mistake. This...
CVE-2021-47537
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:17
- Zuletzt bearbeitet 21.11.2024 06:36:29
In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Fix a memleak bug in rvu_mbox_init() In rvu_mbox_init(), mbox_regions is not freed or passed out under the switch-default region, which could lead to a memory leak. ...
CVE-2021-47538
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:17
- Zuletzt bearbeitet 18.09.2025 15:55:34
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer() Need to call rxrpc_put_local() for peer candidate before kfree() as it holds a ref to rxrpc_local. [DH: v2: Changed to abstract ...
CVE-2021-47539
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:17
- Zuletzt bearbeitet 18.09.2025 15:55:24
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle() Need to call rxrpc_put_peer() for bundle candidate before kfree() as it holds a ref to rxrpc_peer. [DH: v2: Changed to abstrac...
CVE-2021-47530
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:16
- Zuletzt bearbeitet 29.09.2025 17:07:08
In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix wait_fence submitqueue leak We weren't dropping the submitqueue reference in all paths. In particular, when the fence has already been signalled. Split out a helper t...