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-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-48797
- EPSS 0.24%
- Veröffentlicht 16.07.2024 12:15:04
- Zuletzt bearbeitet 04.08.2026 10:17:22
In the Linux kernel, the following vulnerability has been resolved: mm: don't try to NUMA-migrate COW pages that have other uses Oded Gabbay reports that enabling NUMA balancing causes corruption with his Gaudi accelerator test load: "All the det...
CVE-2022-48798
- EPSS 0.24%
- Veröffentlicht 16.07.2024 12:15:04
- Zuletzt bearbeitet 03.10.2025 14:07:10
In the Linux kernel, the following vulnerability has been resolved: s390/cio: verify the driver availability for path_event call If no driver is attached to a device or the driver does not provide the path_event function, an FCES path-event on this...
CVE-2022-48799
- EPSS 0.24%
- Veröffentlicht 16.07.2024 12:15:04
- Zuletzt bearbeitet 03.10.2025 14:11:23
In the Linux kernel, the following vulnerability has been resolved: perf: Fix list corruption in perf_cgroup_switch() There's list corruption on cgrp_cpuctx_list. This happens on the following path: perf_cgroup_switch: list_for_each_entry(cgrp_c...
CVE-2022-48801
- EPSS 0.28%
- Veröffentlicht 16.07.2024 12:15:04
- Zuletzt bearbeitet 04.08.2026 10:17:22
In the Linux kernel, the following vulnerability has been resolved: iio: buffer: Fix file related error handling in IIO_BUFFER_GET_FD_IOCTL If we fail to copy the just created file descriptor to userland, we try to clean up by putting back 'fd' and...
CVE-2022-48802
- EPSS 0.29%
- Veröffentlicht 16.07.2024 12:15:04
- Zuletzt bearbeitet 03.10.2025 14:13:18
In the Linux kernel, the following vulnerability has been resolved: fs/proc: task_mmu.c: don't read mapcount for migration entry The syzbot reported the below BUG: kernel BUG at include/linux/page-flags.h:785! invalid opcode: 0000 [#1] PREEMPT...