CVE-2021-47552
- EPSS 0%
- Veröffentlicht 24.05.2024 15:15:20
- Zuletzt bearbeitet 06.01.2025 20:47:35
In the Linux kernel, the following vulnerability has been resolved: blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release() For avoiding to slow down queue destroy, we don't call blk_mq_quiesce_queue() in blk_cleanup_queue(...
CVE-2021-47553
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:20
- Zuletzt bearbeitet 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%
- Veröffentlicht 24.05.2024 15:15:20
- Zuletzt bearbeitet 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-47557
- EPSS 0.01%
- Veröffentlicht 24.05.2024 15:15:20
- Zuletzt bearbeitet 06.01.2025 20:47:21
In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_ets: don't peek at classes beyond 'nbands' when the number of DRR classes decreases, the round-robin active list can contain elements that have already been freed in...
CVE-2021-47558
- EPSS 0.03%
- Veröffentlicht 24.05.2024 15:15:20
- Zuletzt bearbeitet 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-47559
- EPSS 0.03%
- Veröffentlicht 24.05.2024 15:15:20
- Zuletzt bearbeitet 21.11.2024 06:36:33
In the Linux kernel, the following vulnerability has been resolved: net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk() Coverity reports a possible NULL dereferencing problem: in smc_vlan_by_tcpsk(): 6. returned_null: netdev_lower_get_n...
CVE-2021-47560
- EPSS 0.03%
- Veröffentlicht 24.05.2024 15:15:20
- Zuletzt bearbeitet 06.01.2025 20:47:01
In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrum: Protect driver from buggy firmware When processing port up/down events generated by the device's firmware, the driver protects itself from events reported for non-...
CVE-2021-47562
- EPSS 0.03%
- Veröffentlicht 24.05.2024 15:15:20
- Zuletzt bearbeitet 06.01.2025 20:46:45
In the Linux kernel, the following vulnerability has been resolved: ice: fix vsi->txq_map sizing The approach of having XDP queue per CPU regardless of user's setting exposed a hidden bug that could occur in case when Rx queue count differ from Tx ...
CVE-2021-47546
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:19
- Zuletzt bearbeitet 21.11.2024 06:36:30
In the Linux kernel, the following vulnerability has been resolved: ipv6: fix memory leak in fib6_rule_suppress The kernel leaks memory when a `fib` rule is present in IPv6 nftables firewall rules and a suppress_prefix rule is present in the IPv6 r...
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...