CVE-2021-47565
- EPSS 0.03%
- Veröffentlicht 24.05.2024 15:15:21
- Zuletzt bearbeitet 18.09.2025 15:41:08
In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix kernel panic during drive powercycle test While looping over shost's sdev list it is possible that one of the drives is getting removed and its sas_target object...
CVE-2021-47566
- EPSS 0.03%
- Veröffentlicht 24.05.2024 15:15:21
- Zuletzt bearbeitet 18.09.2025 15:41:41
In the Linux kernel, the following vulnerability has been resolved: proc/vmcore: fix clearing user buffer by properly using clear_user() To clear a user buffer we cannot simply use memset, we have to use clear_user(). With a virtio-mem device that...
CVE-2021-47547
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:19
- Zuletzt bearbeitet 01.04.2025 18:41:53
In the Linux kernel, the following vulnerability has been resolved: net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of bound In line 5001, if all id in the array 'lp->phy[8]' is not 0, when the 'for' end, the 'k' is 8. At...
CVE-2021-47548
- EPSS 0.07%
- Veröffentlicht 24.05.2024 15:15:19
- Zuletzt bearbeitet 01.04.2025 18:42:07
In the Linux kernel, the following vulnerability has been resolved: ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in hns_dsaf_ge_srst_by_port() The if statement: if (port >= DSAF_GE_NUM) return; limits the value ...
CVE-2021-47549
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:19
- Zuletzt bearbeitet 07.01.2025 17:04:16
In the Linux kernel, the following vulnerability has been resolved: sata_fsl: fix UAF in sata_fsl_port_stop when rmmod sata_fsl When the `rmmod sata_fsl.ko` command is executed in the PPC64 GNU/Linux, a bug is reported: ===========================...
CVE-2021-47541
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:18
- Zuletzt bearbeitet 21.11.2024 06:36:29
In the Linux kernel, the following vulnerability has been resolved: net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources() In mlx4_en_try_alloc_resources(), mlx4_en_copy_priv() is called and tmp->tx_cq will be freed on the error pa...
CVE-2021-47542
- EPSS 0.01%
- Veröffentlicht 24.05.2024 15:15:18
- Zuletzt bearbeitet 21.11.2024 06:36:30
In the Linux kernel, the following vulnerability has been resolved: net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings() In qlcnic_83xx_add_rings(), the indirect function of ahw->hw_ops->alloc_mbx_args will be called to al...
CVE-2021-47527
- EPSS 0.01%
- Veröffentlicht 24.05.2024 15:15:15
- Zuletzt bearbeitet 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-47520
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:14
- Zuletzt bearbeitet 21.11.2024 06:36:25
In the Linux kernel, the following vulnerability has been resolved: can: pch_can: pch_can_rx_normal: fix use after free After calling netif_receive_skb(skb), dereferencing skb is unsafe. Especially, the can_frame cf which aliases skb memory is dere...
CVE-2021-47521
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:14
- Zuletzt bearbeitet 21.11.2024 06:36:26
In the Linux kernel, the following vulnerability has been resolved: can: sja1000: fix use after free in ems_pcmcia_add_card() If the last channel is not available then "dev" is freed. Fortunately, we can just use "pdev->irq" instead. Also we shou...