CVE-2021-47187
- EPSS 0.02%
- Veröffentlicht 10.04.2024 19:15:47
- Zuletzt bearbeitet 21.03.2025 11:57:12
In the Linux kernel, the following vulnerability has been resolved: arm64: dts: qcom: msm8998: Fix CPU/L2 idle state latency and residency The entry/exit latency and minimum residency in state for the idle states of MSM8998 were ..bad: first of all...
CVE-2021-47188
- EPSS 0.01%
- Veröffentlicht 10.04.2024 19:15:47
- Zuletzt bearbeitet 03.03.2025 17:47:59
In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Improve SCSI abort handling The following has been observed on a test setup: WARNING: CPU: 4 PID: 250 at drivers/scsi/ufs/ufshcd.c:2737 ufshcd_queuecommand+0x468/...
CVE-2021-47189
- EPSS 0.18%
- Veröffentlicht 10.04.2024 19:15:47
- Zuletzt bearbeitet 30.04.2025 16:34:37
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix memory ordering between normal and ordered work functions Ordered work functions aren't guaranteed to be handled by the same thread which executed the normal work functi...
CVE-2021-47190
- EPSS 0.01%
- Veröffentlicht 10.04.2024 19:15:47
- Zuletzt bearbeitet 07.01.2025 17:11:50
In the Linux kernel, the following vulnerability has been resolved: perf bpf: Avoid memory leak from perf_env__insert_btf() perf_env__insert_btf() doesn't insert if a duplicate BTF id is encountered and this causes a memory leak. Modify the functio...
CVE-2021-47191
- EPSS 0.01%
- Veröffentlicht 10.04.2024 19:15:47
- Zuletzt bearbeitet 14.01.2025 16:40:59
In the Linux kernel, the following vulnerability has been resolved: scsi: scsi_debug: Fix out-of-bound read in resp_readcap16() The following warning was observed running syzkaller: [ 3813.830724] sg_write: data in/out 65466/242 bytes for SCSI com...
CVE-2021-47192
- EPSS 0.04%
- Veröffentlicht 10.04.2024 19:15:47
- Zuletzt bearbeitet 30.04.2025 16:26:13
In the Linux kernel, the following vulnerability has been resolved: scsi: core: sysfs: Fix hang when device state is set via sysfs This fixes a regression added with: commit f0f82e2476f6 ("scsi: core: Fix capacity set to zero after offlinining dev...
CVE-2021-47193
- EPSS 0.01%
- Veröffentlicht 10.04.2024 19:15:47
- Zuletzt bearbeitet 03.11.2025 18:15:38
In the Linux kernel, the following vulnerability has been resolved: scsi: pm80xx: Fix memory leak during rmmod Driver failed to release all memory allocated. This would lead to memory leak during driver removal. Properly free memory when the modul...
CVE-2021-47194
- EPSS 0.02%
- Veröffentlicht 10.04.2024 19:15:47
- Zuletzt bearbeitet 21.11.2024 06:35:36
In the Linux kernel, the following vulnerability has been resolved: cfg80211: call cfg80211_stop_ap when switch from P2P_GO type If the userspace tools switch from NL80211_IFTYPE_P2P_GO to NL80211_IFTYPE_ADHOC via send_msg(NL80211_CMD_SET_INTERFACE...
CVE-2021-47195
- EPSS 0.02%
- Veröffentlicht 10.04.2024 19:15:47
- Zuletzt bearbeitet 21.11.2024 06:35:36
In the Linux kernel, the following vulnerability has been resolved: spi: fix use-after-free of the add_lock mutex Commit 6098475d4cb4 ("spi: Fix deadlock when adding SPI controllers on SPI buses") introduced a per-controller mutex. But mutex_unlock...
CVE-2021-47196
- EPSS 0.02%
- Veröffentlicht 10.04.2024 19:15:47
- Zuletzt bearbeitet 03.03.2025 17:47:59
In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Set send and receive CQ before forwarding to the driver Preset both receive and send CQ pointers prior to call to the drivers and overwrite it later again till the mlx4 ...