CVE-2022-48798
- EPSS 0.02%
- 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.01%
- 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.02%
- Veröffentlicht 16.07.2024 12:15:04
- Zuletzt bearbeitet 24.09.2025 16:54:07
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.01%
- 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...
CVE-2022-48803
- EPSS 0.01%
- Veröffentlicht 16.07.2024 12:15:04
- Zuletzt bearbeitet 24.09.2025 16:51:16
In the Linux kernel, the following vulnerability has been resolved: phy: ti: Fix missing sentinel for clk_div_table _get_table_maxdiv() tries to access "clk_div_table" array out of bound defined in phy-j721e-wiz.c. Add a sentinel entry to prevent t...
CVE-2022-48806
- EPSS 0.04%
- Veröffentlicht 16.07.2024 12:15:04
- Zuletzt bearbeitet 03.10.2025 14:17:44
In the Linux kernel, the following vulnerability has been resolved: eeprom: ee1004: limit i2c reads to I2C_SMBUS_BLOCK_MAX Commit effa453168a7 ("i2c: i801: Don't silently correct invalid transfer size") revealed that ee1004_eeprom_read() did not pr...
CVE-2022-48780
- EPSS 0.02%
- Veröffentlicht 16.07.2024 12:15:03
- Zuletzt bearbeitet 03.10.2025 14:32:27
In the Linux kernel, the following vulnerability has been resolved: net/smc: Avoid overwriting the copies of clcsock callback functions The callback functions of clcsock will be saved and replaced during the fallback. But if the fallback happens mo...
CVE-2022-48785
- EPSS 0.01%
- Veröffentlicht 16.07.2024 12:15:03
- Zuletzt bearbeitet 03.10.2025 14:33:16
In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: use rcu-safe version of ipv6_get_lladdr() Some time ago 8965779d2c0e ("ipv6,mcast: always hold idev->lock before mca_lock") switched ipv6_get_lladdr() to __ipv6_get_ll...
CVE-2022-48786
- EPSS 0.01%
- Veröffentlicht 16.07.2024 12:15:03
- Zuletzt bearbeitet 03.10.2025 14:47:41
In the Linux kernel, the following vulnerability has been resolved: vsock: remove vsock from connected table when connect is interrupted by a signal vsock_connect() expects that the socket could already be in the TCP_ESTABLISHED state when the conn...
CVE-2021-47623
- EPSS 0.02%
- Veröffentlicht 16.07.2024 12:15:02
- Zuletzt bearbeitet 03.10.2025 14:30:26
In the Linux kernel, the following vulnerability has been resolved: powerpc/fixmap: Fix VM debug warning on unmap Unmapping a fixmap entry is done by calling __set_fixmap() with FIXMAP_PAGE_CLEAR as flags. Today, powerpc __set_fixmap() calls map_k...