CVE-2022-48826
- EPSS 0.2%
- Veröffentlicht 16.07.2024 12:15:06
- Zuletzt bearbeitet 21.11.2024 07:34:09
In the Linux kernel, the following vulnerability has been resolved: drm/vc4: Fix deadlock on DSI device attach error DSI device attach to DSI host will be done with host device's lock held. Un-registering host in "device attach" error path (ex: pr...
CVE-2022-48827
- EPSS 0.26%
- Veröffentlicht 16.07.2024 12:15:06
- Zuletzt bearbeitet 12.05.2026 10:16:38
In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix the behavior of READ near OFFSET_MAX Dan Aloni reports: > Due to commit 8cfb9015280d ("NFS: Always provide aligned buffers to > the RPC read layers") on the client, a rea...
CVE-2022-48828
- EPSS 0.25%
- Veröffentlicht 16.07.2024 12:15:06
- Zuletzt bearbeitet 12.05.2026 10:16:39
In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix ia_size underflow iattr::ia_size is a loff_t, which is a signed 64-bit type. NFSv3 and NFSv4 both define file size as an unsigned 64-bit type. Thus there is a range of va...
CVE-2022-48829
- EPSS 0.25%
- Veröffentlicht 16.07.2024 12:15:06
- Zuletzt bearbeitet 12.05.2026 10:16:39
In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes iattr::ia_size is a loff_t, so these NFSv3 procedures must be careful to deal with incoming client size values that ar...
CVE-2022-48809
- EPSS 0.28%
- Veröffentlicht 16.07.2024 12:15:05
- Zuletzt bearbeitet 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.21%
- 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-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-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-48804
- EPSS 0.31%
- Veröffentlicht 16.07.2024 12:15:04
- Zuletzt bearbeitet 21.11.2024 07:34:07
In the Linux kernel, the following vulnerability has been resolved: vt_ioctl: fix array_index_nospec in vt_setactivate array_index_nospec ensures that an out-of-bounds value is set to zero on the transient path. Decreasing the value by one afterwar...