CVE-2021-47553
- EPSS 0.02%
- Published 24.05.2024 15:15:20
- Last modified 18.09.2025 15:11:36
In the Linux kernel, the following vulnerability has been resolved: sched/scs: Reset task stack state in bringup_cpu() To hot unplug a CPU, the idle task on that CPU calls a few layers of C code before finally leaving the kernel. When KASAN is in u...
CVE-2021-47555
- EPSS 0.03%
- Published 24.05.2024 15:15:20
- Last modified 18.09.2025 15:28:53
In the Linux kernel, the following vulnerability has been resolved: net: vlan: fix underflow for the real_dev refcnt Inject error before dev_hold(real_dev) in register_vlan_dev(), and execute the following testcase: ip link add dev dummy1 type dum...
CVE-2021-47558
- EPSS 0.03%
- Published 24.05.2024 15:15:20
- Last modified 18.09.2025 15:37:52
In the Linux kernel, the following vulnerability has been resolved: net: stmmac: Disable Tx queues when reconfiguring the interface The Tx queues were not disabled in situations where the driver needed to stop the interface to apply a new configura...
CVE-2021-47561
- EPSS 0.04%
- Published 24.05.2024 15:15:20
- Last modified 18.09.2025 15:39:12
In the Linux kernel, the following vulnerability has been resolved: i2c: virtio: disable timeout handling If a timeout is hit, it can result is incorrect data on the I2C bus and/or memory corruptions in the guest since the device can still be opera...
CVE-2021-47547
- EPSS 0.02%
- Published 24.05.2024 15:15:19
- Last modified 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.06%
- Published 24.05.2024 15:15:19
- Last modified 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-47551
- EPSS 0.02%
- Published 24.05.2024 15:15:19
- Last modified 01.04.2025 18:42:20
In the Linux kernel, the following vulnerability has been resolved: drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered again In SRIOV configuration, the reset may failed to bring asic back to normal but stop cpsch already been ca...
CVE-2021-47544
- EPSS 0.03%
- Published 24.05.2024 15:15:18
- Last modified 18.09.2025 16:08:22
In the Linux kernel, the following vulnerability has been resolved: tcp: fix page frag corruption on page fault Steffen reported a TCP stream corruption for HTTP requests served by the apache web-server using a cifs mount-point and memory mapping t...
CVE-2021-47535
- EPSS 0.02%
- Published 24.05.2024 15:15:17
- Last modified 01.04.2025 18:41:14
In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Allocate enough space for GMU registers In commit 142639a52a01 ("drm/msm/a6xx: fix crashstate capture for A650") we changed a6xx_get_gmu_registers() to read 3 sets of...
CVE-2021-47536
- EPSS 0.02%
- Published 24.05.2024 15:15:17
- Last modified 18.09.2025 15:56:00
In the Linux kernel, the following vulnerability has been resolved: net/smc: fix wrong list_del in smc_lgr_cleanup_early smc_lgr_cleanup_early() meant to delete the link group from the link group list, but it deleted the list head by mistake. This...