CVE-2022-48810
- EPSS 0.01%
- Veröffentlicht 16.07.2024 12:15:05
- Zuletzt bearbeitet 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.02%
- Veröffentlicht 16.07.2024 12:15:05
- Zuletzt bearbeitet 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%
- Veröffentlicht 16.07.2024 12:15:05
- Zuletzt bearbeitet 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%
- Veröffentlicht 16.07.2024 12:15:05
- Zuletzt bearbeitet 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%
- Veröffentlicht 16.07.2024 12:15:05
- Zuletzt bearbeitet 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%
- Veröffentlicht 16.07.2024 12:15:05
- Zuletzt bearbeitet 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%
- Veröffentlicht 16.07.2024 12:15:05
- Zuletzt bearbeitet 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...
CVE-2022-48817
- EPSS 0.03%
- Veröffentlicht 16.07.2024 12:15:05
- Zuletzt bearbeitet 06.10.2025 17:08:46
In the Linux kernel, the following vulnerability has been resolved: net: dsa: ar9331: register the mdiobus under devres As explained in commits: 74b6d7d13307 ("net: dsa: realtek: register the MDIO bus under devres") 5135e96a3dd2 ("net: dsa: don't a...
CVE-2022-48818
- EPSS 0.03%
- Veröffentlicht 16.07.2024 12:15:05
- Zuletzt bearbeitet 06.10.2025 17:09:20
In the Linux kernel, the following vulnerability has been resolved: net: dsa: mv88e6xxx: 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 all...
CVE-2022-48819
- EPSS 0.03%
- Veröffentlicht 16.07.2024 12:15:05
- Zuletzt bearbeitet 07.10.2025 19:53:45
In the Linux kernel, the following vulnerability has been resolved: tcp: take care of mixed splice()/sendmsg(MSG_ZEROCOPY) case syzbot found that mixing sendpage() and sendmsg(MSG_ZEROCOPY) calls over the same TCP socket would again trigger the inf...