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...
CVE-2021-47531
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:16
- Zuletzt bearbeitet 29.09.2025 17:03:18
In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix mmap to include VM_IO and VM_DONTDUMP In commit 510410bfc034 ("drm/msm: Implement mmap as GEM object function") we switched to a new/cleaner method of doing things. Th...
CVE-2021-47532
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:16
- Zuletzt bearbeitet 18.09.2025 15:57:15
In the Linux kernel, the following vulnerability has been resolved: drm/msm/devfreq: Fix OPP refcnt leak
CVE-2021-47533
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:16
- Zuletzt bearbeitet 18.09.2025 15:56:31
In the Linux kernel, the following vulnerability has been resolved: drm/vc4: kms: Clear the HVS FIFO commit pointer once done Commit 9ec03d7f1ed3 ("drm/vc4: kms: Wait on previous FIFO users before a commit") introduced a wait on the previous commit...
CVE-2021-47534
- EPSS 0.01%
- Veröffentlicht 24.05.2024 15:15:16
- Zuletzt bearbeitet 01.04.2025 18:41:04
In the Linux kernel, the following vulnerability has been resolved: drm/vc4: kms: Add missing drm_crtc_commit_put Commit 9ec03d7f1ed3 ("drm/vc4: kms: Wait on previous FIFO users before a commit") introduced a global state for the HVS, with each FIF...
CVE-2021-47527
- EPSS 0.01%
- 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-47523
- EPSS 0.02%
- 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-47524
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:14
- Zuletzt bearbeitet 24.09.2025 19:41:00
In the Linux kernel, the following vulnerability has been resolved: serial: liteuart: fix minor-number leak on probe errors Make sure to release the allocated minor number before returning on probe errors.