CVE-2021-47017
- EPSS 0.24%
- Veröffentlicht 28.02.2024 09:15:38
- Zuletzt bearbeitet 09.12.2024 17:59:26
In the Linux kernel, the following vulnerability has been resolved: ath10k: Fix a use after free in ath10k_htc_send_bundle In ath10k_htc_send_bundle, the bundle_skb could be freed by dev_kfree_skb_any(bundle_skb). But the bundle_skb is used later b...
CVE-2020-36787
- EPSS 0.22%
- Veröffentlicht 28.02.2024 09:15:37
- Zuletzt bearbeitet 11.12.2024 16:42:29
In the Linux kernel, the following vulnerability has been resolved: media: aspeed: fix clock handling logic Video engine uses eclk and vclk for its clock sources and its reset control is coupled with eclk so the current clock enabling sequence work...
CVE-2021-46976
- EPSS 0.23%
- Veröffentlicht 28.02.2024 09:15:37
- Zuletzt bearbeitet 10.01.2025 18:21:14
In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix crash in auto_retire The retire logic uses the 2 lower bits of the pointer to the retire function to store flags. However, the auto_retire function is not guaranteed ...
CVE-2021-46977
- EPSS 0.23%
- Veröffentlicht 28.02.2024 09:15:37
- Zuletzt bearbeitet 08.01.2025 17:34:32
In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Disable preemption when probing user return MSRs Disable preemption when probing a user return MSR via RDSMR/WRMSR. If the MSR holds a different value per logical CPU, t...
CVE-2021-46978
- EPSS 0.24%
- Veröffentlicht 28.02.2024 09:15:37
- Zuletzt bearbeitet 14.03.2025 18:45:27
In the Linux kernel, the following vulnerability has been resolved: KVM: nVMX: Always make an attempt to map eVMCS after migration When enlightened VMCS is in use and nested state is migrated with vmx_get_nested_state()/vmx_set_nested_state() KVM c...
CVE-2021-46980
- EPSS 0.23%
- Veröffentlicht 28.02.2024 09:15:37
- Zuletzt bearbeitet 31.12.2024 16:06:11
In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: Retrieve all the PDOs instead of just the first 4 commit 4dbc6a4ef06d ("usb: typec: ucsi: save power data objects in PD mode") introduced retrieval of the PDOs wh...
CVE-2021-46981
- EPSS 0.25%
- Veröffentlicht 28.02.2024 09:15:37
- Zuletzt bearbeitet 06.12.2024 15:59:55
In the Linux kernel, the following vulnerability has been resolved: nbd: Fix NULL pointer in flush_workqueue Open /dev/nbdX first, the config_refs will be 1 and the pointers in nbd_device are still null. Disconnect /dev/nbdX, then reference a null ...
CVE-2021-46982
- EPSS 0.18%
- Veröffentlicht 28.02.2024 09:15:37
- Zuletzt bearbeitet 31.12.2024 16:08:54
In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix race condition of overwrite vs truncate pos_fsstress testcase complains a panic as belew: ------------[ cut here ]------------ kernel BUG at fs/f2fs/compress.c...
CVE-2021-46983
- EPSS 0.24%
- Veröffentlicht 28.02.2024 09:15:37
- Zuletzt bearbeitet 06.12.2024 16:02:03
In the Linux kernel, the following vulnerability has been resolved: nvmet-rdma: Fix NULL deref when SEND is completed with error When running some traffic and taking down the link on peer, a retry counter exceeded error is received. This leads to n...
CVE-2021-46984
- EPSS 0.26%
- Veröffentlicht 28.02.2024 09:15:37
- Zuletzt bearbeitet 06.12.2024 15:00:58
In the Linux kernel, the following vulnerability has been resolved: kyber: fix out of bounds access when preempted __blk_mq_sched_bio_merge() gets the ctx and hctx for the current CPU and passes the hctx to ->bio_merge(). kyber_bio_merge() then get...