CVE-2021-47201
- EPSS 0.01%
- Veröffentlicht 10.04.2024 19:15:48
- Zuletzt bearbeitet 27.03.2025 21:15:23
In the Linux kernel, the following vulnerability has been resolved: iavf: free q_vectors before queues in iavf_disable_vf iavf_free_queues() clears adapter->num_active_queues, which iavf_free_q_vectors() relies on, so swap the order of these two fu...
CVE-2021-47203
- EPSS 0.01%
- Veröffentlicht 10.04.2024 19:15:48
- Zuletzt bearbeitet 27.03.2025 21:15:41
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq() When parsing the txq list in lpfc_drain_txq(), the driver attempts to pass the requests to the adapter. If such an attempt...
CVE-2021-47209
- EPSS 0.02%
- Veröffentlicht 10.04.2024 19:15:48
- Zuletzt bearbeitet 27.03.2025 21:16:39
In the Linux kernel, the following vulnerability has been resolved: sched/fair: Prevent dead task groups from regaining cfs_rq's Kevin is reporting crashes which point to a use-after-free of a cfs_rq in update_blocked_averages(). Initial debugging ...
CVE-2021-47210
- EPSS 0.02%
- Veröffentlicht 10.04.2024 19:15:48
- Zuletzt bearbeitet 27.03.2025 21:17:41
In the Linux kernel, the following vulnerability has been resolved: usb: typec: tipd: Remove WARN_ON in tps6598x_block_read Calling tps6598x_block_read with a higher than allowed len can be handled by just returning an error. There's no need to cra...
CVE-2021-47212
- EPSS 0.01%
- Veröffentlicht 10.04.2024 19:15:48
- Zuletzt bearbeitet 27.03.2025 21:02:03
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Update error handler for UCTX and UMEM In the fast unload flow, the device state is set to internal error, which indicates that the driver started the destroy process. In...
CVE-2021-47214
- EPSS 0.02%
- Veröffentlicht 10.04.2024 19:15:48
- Zuletzt bearbeitet 27.03.2025 21:05:27
In the Linux kernel, the following vulnerability has been resolved: hugetlb, userfaultfd: fix reservation restore on userfaultfd error Currently in the is_continue case in hugetlb_mcopy_atomic_pte(), if we bail out using "goto out_release_unlock;" ...
CVE-2021-47215
- EPSS 0.02%
- Veröffentlicht 10.04.2024 19:15:48
- Zuletzt bearbeitet 27.03.2025 21:05:34
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: kTLS, Fix crash in RX resync flow For the TLS RX resync flow, we maintain a list of TLS contexts that require some attention, to communicate their resync information to ...
CVE-2021-47216
- EPSS 0.01%
- Veröffentlicht 10.04.2024 19:15:48
- Zuletzt bearbeitet 18.03.2025 17:01:47
In the Linux kernel, the following vulnerability has been resolved: scsi: advansys: Fix kernel pointer leak Pointers should be printed with %p or %px rather than cast to 'unsigned long' and printed with %lx. Change %lx to %p to print the hashed po...
CVE-2021-47182
- EPSS 0.01%
- Veröffentlicht 10.04.2024 19:15:47
- Zuletzt bearbeitet 21.03.2025 11:54:05
In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix scsi_mode_sense() buffer length handling Several problems exist with scsi_mode_sense() buffer length handling: 1) The allocation length field of the MODE SENSE(10...
CVE-2021-47185
- EPSS 0%
- Veröffentlicht 10.04.2024 19:15:47
- Zuletzt bearbeitet 21.03.2025 14:59:09
In the Linux kernel, the following vulnerability has been resolved: tty: tty_buffer: Fix the softlockup issue in flush_to_ldisc When running ltp testcase(ltp/testcases/kernel/pty/pty04.c) with arm64, there is a soft lockup, which look like this one...