CVE-2021-47539
- EPSS 0.02%
- Published 24.05.2024 15:15:17
- Last modified 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%
- Published 24.05.2024 15:15:16
- Last modified 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%
- Published 24.05.2024 15:15:16
- Last modified 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%
- Published 24.05.2024 15:15:16
- Last modified 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%
- Published 24.05.2024 15:15:16
- Last modified 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%
- Published 24.05.2024 15:15:16
- Last modified 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-47525
- EPSS 0.02%
- Published 24.05.2024 15:15:15
- Last modified 21.11.2024 06:36:27
In the Linux kernel, the following vulnerability has been resolved: serial: liteuart: fix use-after-free and memleak on unbind Deregister the port when unbinding the driver to prevent it from being used after releasing the driver data and leaking m...
CVE-2021-47526
- EPSS 0.02%
- Published 24.05.2024 15:15:15
- Last modified 21.11.2024 06:36:27
In the Linux kernel, the following vulnerability has been resolved: serial: liteuart: Fix NULL pointer dereference in ->remove() drvdata has to be set in _probe() - otherwise platform_get_drvdata() causes null pointer dereference BUG in _remove().
CVE-2021-47527
- EPSS 0.01%
- Published 24.05.2024 15:15:15
- Last modified 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-47528
- EPSS 0.02%
- Published 24.05.2024 15:15:15
- Last modified 21.11.2024 06:36:27
In the Linux kernel, the following vulnerability has been resolved: usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init() In cdnsp_endpoint_init(), cdnsp_ring_alloc() is assigned to pep->ring and there is a dereference of it in cdnsp_...