CVE-2022-48828
- EPSS 0.63%
- Veröffentlicht 16.07.2024 12:15:06
- Zuletzt bearbeitet 04.08.2026 10:17:23
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.65%
- Veröffentlicht 16.07.2024 12:15:06
- Zuletzt bearbeitet 04.08.2026 10:17:23
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-48811
- EPSS 0.27%
- 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-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-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...
CVE-2022-48792
- EPSS 0.24%
- Veröffentlicht 16.07.2024 12:15:03
- Zuletzt bearbeitet 04.08.2026 10:17:21
In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix use-after-free for aborted SSP/STP sas_task Currently a use-after-free may occur if a sas_task is aborted by the upper layer before we handle the I/O completion i...
CVE-2021-47622
- EPSS 0.17%
- Veröffentlicht 16.07.2024 12:15:02
- Zuletzt bearbeitet 21.11.2024 06:36:41
In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: Fix a deadlock in the error handler The following deadlock has been observed on a test setup: - All tags allocated - The SCSI error handler calls ufshcd_eh_host_rese...
CVE-2021-47623
- EPSS 0.23%
- 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...
CVE-2024-41008
- EPSS 0.19%
- Veröffentlicht 16.07.2024 08:15:02
- Zuletzt bearbeitet 04.08.2026 11:19:15
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: change vm->task_info handling This patch changes the handling and lifecycle of vm->task_info object. The major changes are: - vm->task_info is a dynamically allocated p...
CVE-2024-41001
- EPSS 0.27%
- Veröffentlicht 12.07.2024 13:15:21
- Zuletzt bearbeitet 03.11.2025 22:17:21
In the Linux kernel, the following vulnerability has been resolved: io_uring/sqpoll: work around a potential audit memory leak kmemleak complains that there's a memory leak related to connect handling: unreferenced object 0xffff0001093bdf00 (size ...