CVE-2021-47055
- EPSS 0.01%
- Veröffentlicht 29.02.2024 23:15:07
- Zuletzt bearbeitet 09.01.2025 15:34:43
In the Linux kernel, the following vulnerability has been resolved: mtd: require write permissions for locking and badblock ioctls MEMLOCK, MEMUNLOCK and OTPLOCK modify protection bits. Thus require write permission. Depending on the hardware MEMLO...
CVE-2021-47056
- EPSS 0.01%
- Veröffentlicht 29.02.2024 23:15:07
- Zuletzt bearbeitet 09.01.2025 19:45:48
In the Linux kernel, the following vulnerability has been resolved: crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_init ADF_STATUS_PF_RUNNING is (only) used and checked by adf_vf2pf_shutdown() before calling adf_iov_putmsg()->mutex...
CVE-2021-47057
- EPSS 0.02%
- Veröffentlicht 29.02.2024 23:15:07
- Zuletzt bearbeitet 19.03.2025 15:57:47
In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ss - Fix memory leak of object d when dma_iv fails to map In the case where the dma_iv mapping fails, the return error path leaks the memory allocated to object d. F...
CVE-2021-47058
- EPSS 0.02%
- Veröffentlicht 29.02.2024 23:15:07
- Zuletzt bearbeitet 10.12.2024 17:54:27
In the Linux kernel, the following vulnerability has been resolved: regmap: set debugfs_name to NULL after it is freed There is a upstream commit cffa4b2122f5("regmap:debugfs: Fix a memory leak when calling regmap_attach_dev") that adds a if condit...
CVE-2021-47059
- EPSS 0.02%
- Veröffentlicht 29.02.2024 23:15:07
- Zuletzt bearbeitet 10.12.2024 16:58:51
In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ss - fix result memory leak on error path This patch fixes a memory leak on an error path.
- EPSS 0.02%
- Veröffentlicht 29.02.2024 23:15:07
- Zuletzt bearbeitet 08.04.2025 15:01:31
In the Linux kernel, the following vulnerability has been resolved: KVM: Stop looking for coalesced MMIO zones if the bus is destroyed Abort the walk of coalesced MMIO zones if kvm_io_bus_unregister_dev() fails to allocate memory for the new instan...
CVE-2021-47061
- EPSS 0.02%
- Veröffentlicht 29.02.2024 23:15:07
- Zuletzt bearbeitet 10.12.2024 16:55:15
In the Linux kernel, the following vulnerability has been resolved: KVM: Destroy I/O bus devices on unregister failure _after_ sync'ing SRCU If allocating a new instance of an I/O bus fails when unregistering a device, wait to destroy the device un...
CVE-2021-47063
- EPSS 0.02%
- Veröffentlicht 29.02.2024 23:15:07
- Zuletzt bearbeitet 10.12.2024 16:43:29
In the Linux kernel, the following vulnerability has been resolved: drm: bridge/panel: Cleanup connector on bridge detach If we don't call drm_connector_cleanup() manually in panel_bridge_detach(), the connector will be cleaned up with the other DR...
CVE-2021-47064
- EPSS 0.05%
- Veröffentlicht 29.02.2024 23:15:07
- Zuletzt bearbeitet 08.04.2025 15:10:02
In the Linux kernel, the following vulnerability has been resolved: mt76: fix potential DMA mapping leak With buf uninitialized in mt76_dma_tx_queue_skb_raw, its field skip_unmap could potentially inherit a non-zero value from stack garbage. If thi...
CVE-2023-52485
- EPSS 0.02%
- Veröffentlicht 29.02.2024 15:15:07
- Zuletzt bearbeitet 09.01.2025 20:20:59
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Wake DMCUB before sending a command [Why] We can hang in place trying to send commands when the DMCUB isn't powered on. [How] For functions that execute within a ...