CVE-2021-47158
- EPSS 0.02%
- Published 25.03.2024 10:15:07
- Last modified 12.12.2024 15:50:01
In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: add error handling in sja1105_setup() If any of sja1105_static_config_load(), sja1105_clocking_setup() or sja1105_devlink_setup() fails, we can't just return in ...
CVE-2021-47146
- EPSS 0.01%
- Published 25.03.2024 09:15:09
- Last modified 20.12.2024 13:56:08
In the Linux kernel, the following vulnerability has been resolved: mld: fix panic in mld_newpack() mld_newpack() doesn't allow to allocate high order page, only order-0 allocation is allowed. If headroom size is too large, a kernel panic could occ...
CVE-2021-47147
- EPSS 0.02%
- Published 25.03.2024 09:15:09
- Last modified 16.09.2025 16:24:51
In the Linux kernel, the following vulnerability has been resolved: ptp: ocp: Fix a resource leak in an error handling path If an error occurs after a successful 'pci_ioremap_bar()' call, it must be undone by a corresponding 'pci_iounmap()' call, a...
CVE-2021-47148
- EPSS 0.02%
- Published 25.03.2024 09:15:09
- Last modified 12.12.2024 14:35:05
In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: fix a buffer overflow in otx2_set_rxfh_context() This function is called from ethtool_set_rxfh() and "*rss_context" comes from the user. Add some bounds checking to ...
CVE-2021-47149
- EPSS 0.01%
- Published 25.03.2024 09:15:09
- Last modified 12.12.2024 15:40:48
In the Linux kernel, the following vulnerability has been resolved: net: fujitsu: fix potential null-ptr-deref In fmvj18x_get_hwinfo(), if ioremap fails there will be NULL pointer deref. To fix this, check the return value of ioremap and return -1 ...
CVE-2021-47150
- EPSS 0.01%
- Published 25.03.2024 09:15:09
- Last modified 12.12.2024 15:41:29
In the Linux kernel, the following vulnerability has been resolved: net: fec: fix the potential memory leak in fec_enet_init() If the memory allocated for cbd_base is failed, it should free the memory allocated for the queues, otherwise it causes m...
CVE-2021-47151
- EPSS 0.02%
- Published 25.03.2024 09:15:09
- Last modified 12.12.2024 15:49:14
In the Linux kernel, the following vulnerability has been resolved: interconnect: qcom: bcm-voter: add a missing of_node_put() Add a missing of_node_put() in of_bcm_voter_get() to avoid the reference leak.
CVE-2021-47152
- EPSS 0.02%
- Published 25.03.2024 09:15:09
- Last modified 13.03.2025 21:24:19
In the Linux kernel, the following vulnerability has been resolved: mptcp: fix data stream corruption Maxim reported several issues when forcing a TCP transparent proxy to use the MPTCP protocol for the inbound connections. He also provided a clean...
CVE-2021-47153
- EPSS 0.01%
- Published 25.03.2024 09:15:09
- Last modified 16.09.2025 16:24:46
In the Linux kernel, the following vulnerability has been resolved: i2c: i801: Don't generate an interrupt on bus reset Now that the i2c-i801 driver supports interrupts, setting the KILL bit in a attempt to recover from a timed out transaction trig...
CVE-2021-47137
- EPSS 0.02%
- Published 25.03.2024 09:15:08
- Last modified 19.03.2025 16:27:59
In the Linux kernel, the following vulnerability has been resolved: net: lantiq: fix memory corruption in RX ring In a situation where memory allocation or dma mapping fails, an invalid address is programmed into the descriptor. This can lead to me...