CVE-2026-31452
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:39
- Zuletzt bearbeitet 06.05.2026 20:12:35
In the Linux kernel, the following vulnerability has been resolved: ext4: convert inline data to extents when truncate exceeds inline size Add a check in ext4_setattr() to convert files from inline data storage to extent-based storage when truncate...
CVE-2026-31453
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:39
- Zuletzt bearbeitet 06.05.2026 19:17:21
In the Linux kernel, the following vulnerability has been resolved: xfs: avoid dereferencing log items after push callbacks After xfsaild_push_item() calls iop_push(), the log item may have been freed if the AIL lock was dropped during the push. Ba...
CVE-2026-31454
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:39
- Zuletzt bearbeitet 06.05.2026 19:42:56
In the Linux kernel, the following vulnerability has been resolved: xfs: save ailp before dropping the AIL lock in push callbacks In xfs_inode_item_push() and xfs_qm_dquot_logitem_push(), the AIL lock is dropped to perform buffer IO. Once the clust...
CVE-2026-31446
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:38
- Zuletzt bearbeitet 07.05.2026 19:21:44
In the Linux kernel, the following vulnerability has been resolved: ext4: fix use-after-free in update_super_work when racing with umount Commit b98535d09179 ("ext4: fix bug_on in start_this_handle during umount filesystem") moved ext4_unregister_s...
CVE-2026-31447
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:38
- Zuletzt bearbeitet 07.05.2026 19:18:42
In the Linux kernel, the following vulnerability has been resolved: ext4: reject mount if bigalloc with s_first_data_block != 0 bigalloc with s_first_data_block != 0 is not supported, reject mounting it.
CVE-2026-31448
- EPSS 0.07%
- Veröffentlicht 22.04.2026 14:16:38
- Zuletzt bearbeitet 07.05.2026 18:43:29
In the Linux kernel, the following vulnerability has been resolved: ext4: avoid infinite loops caused by residual data On the mkdir/mknod path, when mapping logical blocks to physical blocks, if inserting a new extent into the extent tree fails (in...
CVE-2026-31449
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:38
- Zuletzt bearbeitet 17.05.2026 16:16:15
In the Linux kernel, the following vulnerability has been resolved: ext4: validate p_idx bounds in ext4_ext_correct_indexes ext4_ext_correct_indexes() walks up the extent tree correcting index entries when the first extent in a leaf is modified. Be...
CVE-2026-31441
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:37
- Zuletzt bearbeitet 07.05.2026 19:30:23
In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix memory leak when a wq is reset idxd_wq_disable_cleanup() which is called from the reset path for a workqueue, sets the wq type to NONE, which for other parts o...
CVE-2026-31433
- EPSS 0.04%
- Veröffentlicht 22.04.2026 08:15:11
- Zuletzt bearbeitet 27.04.2026 14:16:38
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix potencial OOB in get_file_all_info() for compound requests When a compound request consists of QUERY_DIRECTORY + QUERY_INFO (FILE_ALL_INFORMATION) and the first command ...
CVE-2026-31431
- EPSS 2.57%
- Veröffentlicht 22.04.2026 08:15:10
- Zuletzt bearbeitet 12.05.2026 16:15:00
In the Linux kernel, the following vulnerability has been resolved: crypto: algif_aead - Revert to operating out-of-place This mostly reverts commit 72548b093ee3 except for the copying of the associated data. There is no benefit in operating in-pl...