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.02%
- 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-47561
- EPSS 0.04%
- Veröffentlicht 24.05.2024 15:15:20
- Zuletzt bearbeitet 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-47562
- EPSS 0.02%
- 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...
CVE-2021-47548
- EPSS 0.06%
- 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: ===========================...