CVE-2021-47535
- EPSS 0.23%
- 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.23%
- 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-47538
- EPSS 0.24%
- 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.22%
- 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-47527
- EPSS 0.25%
- Veröffentlicht 24.05.2024 15:15:15
- Zuletzt bearbeitet 24.09.2025 19:47:00
In the Linux kernel, the following vulnerability has been resolved: serial: core: fix transmit-buffer reset and memleak Commit 761ed4a94582 ("tty: serial_core: convert uart_close to use tty_port_close") converted serial core to use tty_port_close()...
CVE-2021-47520
- EPSS 0.24%
- Veröffentlicht 24.05.2024 15:15:14
- Zuletzt bearbeitet 21.11.2024 06:36:25
In the Linux kernel, the following vulnerability has been resolved: can: pch_can: pch_can_rx_normal: fix use after free After calling netif_receive_skb(skb), dereferencing skb is unsafe. Especially, the can_frame cf which aliases skb memory is dere...
CVE-2021-47521
- EPSS 0.24%
- Veröffentlicht 24.05.2024 15:15:14
- Zuletzt bearbeitet 21.11.2024 06:36:26
In the Linux kernel, the following vulnerability has been resolved: can: sja1000: fix use after free in ems_pcmcia_add_card() If the last channel is not available then "dev" is freed. Fortunately, we can just use "pdev->irq" instead. Also we shou...
CVE-2021-47522
- EPSS 0.24%
- Veröffentlicht 24.05.2024 15:15:14
- Zuletzt bearbeitet 21.11.2024 06:36:26
In the Linux kernel, the following vulnerability has been resolved: HID: bigbenff: prevent null pointer dereference When emulating the device through uhid, there is a chance we don't have output reports and so report_field is null.
CVE-2021-47523
- EPSS 0.24%
- Veröffentlicht 24.05.2024 15:15:14
- Zuletzt bearbeitet 24.09.2025 19:38:33
In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix leak of rcvhdrtail_dummy_kvaddr This buffer is currently allocated in hfi1_init(): if (reinit) ret = init_after_reset(dd); else ret = loadtime_init(dd); if (re...
CVE-2021-47516
- EPSS 0.24%
- Veröffentlicht 24.05.2024 15:15:13
- Zuletzt bearbeitet 21.11.2024 06:36:25
In the Linux kernel, the following vulnerability has been resolved: nfp: Fix memory leak in nfp_cpp_area_cache_add() In line 800 (#1), nfp_cpp_area_alloc() allocates and initializes a CPP area structure. But in line 807 (#2), when the cache is allo...