CVE-2022-49722
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:47
- Zuletzt bearbeitet 24.10.2025 15:53:11
In the Linux kernel, the following vulnerability has been resolved: ice: Fix memory corruption in VF driver Disable VF's RX/TX queues, when it's disabled. VF can have queues enabled, when it requests a reset. If PF driver assumes that VF is disable...
CVE-2022-49723
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:47
- Zuletzt bearbeitet 24.10.2025 19:02:26
In the Linux kernel, the following vulnerability has been resolved: drm/i915/reset: Fix error_state_read ptr + offset use Fix our pointer offset usage in error_state_read when there is no i915_gpu_coredump but buf offset is non-zero. This fixes a ...
CVE-2022-49704
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:46
- Zuletzt bearbeitet 01.10.2025 20:17:06
In the Linux kernel, the following vulnerability has been resolved: 9p: fix fid refcount leak in v9fs_vfs_get_link we check for protocol version later than required, after a fid has been obtained. Just move the version check earlier.
CVE-2022-49705
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:46
- Zuletzt bearbeitet 01.10.2025 20:17:06
In the Linux kernel, the following vulnerability has been resolved: 9p: fix fid refcount leak in v9fs_vfs_atomic_open_dotl We need to release directory fid if we fail halfway through open This fixes fid leaking with xfstests generic 531
CVE-2022-49706
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:46
- Zuletzt bearbeitet 24.10.2025 15:54:02
In the Linux kernel, the following vulnerability has been resolved: zonefs: fix zonefs_iomap_begin() for reads If a readahead is issued to a sequential zone file with an offset exactly equal to the current file size, the iomap type is set to IOMAP_...
CVE-2022-49707
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:46
- Zuletzt bearbeitet 01.10.2025 20:17:06
In the Linux kernel, the following vulnerability has been resolved: ext4: add reserved GDT blocks check We capture a NULL pointer issue when resizing a corrupt ext4 image which is freshly clear resize_inode feature (not run e2fsck). It could be sim...
CVE-2022-49708
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:46
- Zuletzt bearbeitet 24.10.2025 15:53:52
In the Linux kernel, the following vulnerability has been resolved: ext4: fix bug_on ext4_mb_use_inode_pa Hulk Robot reported a BUG_ON: ================================================================== kernel BUG at fs/ext4/mballoc.c:3211! [...] R...
CVE-2022-49709
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:46
- Zuletzt bearbeitet 24.10.2025 15:53:37
In the Linux kernel, the following vulnerability has been resolved: cfi: Fix __cfi_slowpath_diag RCU usage with cpuidle RCU_NONIDLE usage during __cfi_slowpath_diag can result in an invalid RCU state in the cpuidle code path: WARNING: CPU: 1 PID...
CVE-2022-49710
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:46
- Zuletzt bearbeitet 24.10.2025 15:53:28
In the Linux kernel, the following vulnerability has been resolved: dm mirror log: round up region bitmap size to BITS_PER_LONG The code in dm-log rounds up bitset_size to 32 bits. It then uses find_next_zero_bit_le on the allocated region. find_ne...
CVE-2022-49711
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:46
- Zuletzt bearbeitet 21.01.2026 16:07:47
In the Linux kernel, the following vulnerability has been resolved: bus: fsl-mc-bus: fix KASAN use-after-free in fsl_mc_bus_remove() In fsl_mc_bus_remove(), mc->root_mc_bus_dev->mc_io is passed to fsl_destroy_mc_io(). However, mc->root_mc_bus_dev i...