CVE-2022-48815
- EPSS 0.27%
- 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.25%
- Veröffentlicht 16.07.2024 12:15:05
- Zuletzt bearbeitet 01.06.2026 17:16:21
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.27%
- 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.27%
- 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.23%
- 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...
CVE-2022-48820
- EPSS 0.28%
- Veröffentlicht 16.07.2024 12:15:05
- Zuletzt bearbeitet 21.11.2024 07:34:08
In the Linux kernel, the following vulnerability has been resolved: phy: stm32: fix a refcount leak in stm32_usbphyc_pll_enable() This error path needs to decrement "usbphyc->n_pll_cons.counter" before returning.
CVE-2022-48793
- EPSS 0.24%
- Veröffentlicht 16.07.2024 12:15:04
- Zuletzt bearbeitet 21.11.2024 07:34:02
In the Linux kernel, the following vulnerability has been resolved: KVM: x86: nSVM: fix potential NULL derefernce on nested migration Turns out that due to review feedback and/or rebases I accidentally moved the call to nested_svm_load_cr3 to be to...
CVE-2022-48794
- EPSS 0.24%
- Veröffentlicht 16.07.2024 12:15:04
- Zuletzt bearbeitet 24.09.2025 18:14:21
In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: at86rf230: Stop leaking skb's Upon error the ieee802154_xmit_complete() helper is not called. Only ieee802154_wake_queue() is called manually. In the Tx case we th...
CVE-2022-48795
- EPSS 0.24%
- Veröffentlicht 16.07.2024 12:15:04
- Zuletzt bearbeitet 03.10.2025 14:03:17
In the Linux kernel, the following vulnerability has been resolved: parisc: Fix data TLB miss in sba_unmap_sg Rolf Eike Beer reported the following bug: [1274934.746891] Bad Address (null pointer deref?): Code=15 (Data TLB miss fault) at addr 0000...
CVE-2022-48796
- EPSS 0.25%
- Veröffentlicht 16.07.2024 12:15:04
- Zuletzt bearbeitet 10.01.2025 19:06:40
In the Linux kernel, the following vulnerability has been resolved: iommu: Fix potential use-after-free during probe Kasan has reported the following use after free on dev->iommu. when a device probe fails and it is in process of freeing dev->iommu...