CVE-2022-48807
- EPSS 0.02%
- Published 16.07.2024 12:15:05
- Last modified 25.09.2025 19:38:10
In the Linux kernel, the following vulnerability has been resolved: ice: Fix KASAN error in LAG NETDEV_UNREGISTER handler Currently, the same handler is called for both a NETDEV_BONDING_INFO LAG unlink notification as for a NETDEV_UNREGISTER call. ...
CVE-2022-48808
- EPSS 0.03%
- Published 16.07.2024 12:15:05
- Last modified 21.11.2024 07:34:07
In the Linux kernel, the following vulnerability has been resolved: net: dsa: fix panic when DSA master device unbinds on shutdown Rafael reports that on a system with LX2160A and Marvell DSA switches, if a reboot occurs while the DSA master (dpaa2...
CVE-2022-48809
- EPSS 0.02%
- Published 16.07.2024 12:15:05
- Last modified 21.11.2024 07:34:07
In the Linux kernel, the following vulnerability has been resolved: net: fix a memleak when uncloning an skb dst and its metadata When uncloning an skb dst and its associated metadata, a new dst+metadata is allocated and later replaces the old one ...
CVE-2022-48810
- EPSS 0.01%
- Published 16.07.2024 12:15:05
- Last modified 03.10.2025 14:19:18
In the Linux kernel, the following vulnerability has been resolved: ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure path ip[6]mr_free_table() can only be called under RTNL lock. RTNL: assertion failed at net/core/dev.c (103...
CVE-2022-48811
- EPSS 0.03%
- Published 16.07.2024 12:15:05
- Last modified 25.09.2025 19:37:05
In the Linux kernel, the following vulnerability has been resolved: ibmvnic: don't release napi in __ibmvnic_open() If __ibmvnic_open() encounters an error such as when setting link state, it calls release_resources() which frees the napi structure...
CVE-2022-48812
- EPSS 0.03%
- Published 16.07.2024 12:15:05
- Last modified 03.10.2025 14:19:45
In the Linux kernel, the following vulnerability has been resolved: net: dsa: lantiq_gswip: don't use devres for mdiobus As explained in commits: 74b6d7d13307 ("net: dsa: realtek: register the MDIO bus under devres") 5135e96a3dd2 ("net: dsa: don't ...
CVE-2022-48813
- EPSS 0.03%
- Published 16.07.2024 12:15:05
- Last modified 03.10.2025 14:20:22
In the Linux kernel, the following vulnerability has been resolved: net: dsa: felix: don't use devres for mdiobus As explained in commits: 74b6d7d13307 ("net: dsa: realtek: register the MDIO bus under devres") 5135e96a3dd2 ("net: dsa: don't allocat...
CVE-2022-48814
- EPSS 0.03%
- Published 16.07.2024 12:15:05
- Last modified 03.10.2025 14:20:42
In the Linux kernel, the following vulnerability has been resolved: net: dsa: seville: register the mdiobus under devres As explained in commits: 74b6d7d13307 ("net: dsa: realtek: register the MDIO bus under devres") 5135e96a3dd2 ("net: dsa: don't ...
CVE-2022-48815
- EPSS 0.03%
- Published 16.07.2024 12:15:05
- Last modified 06.10.2025 17:05:29
In the Linux kernel, the following vulnerability has been resolved: net: dsa: bcm_sf2: don't use devres for mdiobus As explained in commits: 74b6d7d13307 ("net: dsa: realtek: register the MDIO bus under devres") 5135e96a3dd2 ("net: dsa: don't alloc...
CVE-2022-48816
- EPSS 0.02%
- Published 16.07.2024 12:15:05
- Last modified 06.10.2025 17:07:26
In the Linux kernel, the following vulnerability has been resolved: SUNRPC: lock against ->sock changing during sysfs read ->sock can be set to NULL asynchronously unless ->recv_mutex is held. So it is important to hold that mutex. Otherwise a sys...