CVE-2026-31466
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:42
- Zuletzt bearbeitet 07.05.2026 18:25:42
In the Linux kernel, the following vulnerability has been resolved: mm/huge_memory: fix folio isn't locked in softleaf_to_folio() On arm64 server, we found folio that get from migration entry isn't locked in softleaf_to_folio(). This issue trigger...
CVE-2026-31467
- EPSS 0.06%
- Veröffentlicht 22.04.2026 14:16:42
- Zuletzt bearbeitet 07.05.2026 18:21:40
In the Linux kernel, the following vulnerability has been resolved: erofs: add GFP_NOIO in the bio completion if needed The bio completion path in the process context (e.g. dm-verity) will directly call into decompression rather than trigger anothe...
CVE-2026-31457
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:41
- Zuletzt bearbeitet 05.05.2026 21:21:50
In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: check contexts->nr in repeat_call_fn damon_sysfs_repeat_call_fn() calls damon_sysfs_upd_tuned_intervals(), damon_sysfs_upd_schemes_stats(), and damon_sysfs_upd_sche...
CVE-2026-31458
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:41
- Zuletzt bearbeitet 05.05.2026 21:23:03
In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: check contexts->nr before accessing contexts_arr[0] Multiple sysfs command paths dereference contexts_arr[0] without first verifying that kdamond->contexts->nr == 1...
CVE-2026-31459
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:41
- Zuletzt bearbeitet 06.05.2026 20:03:36
In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failure Patch series "mm/damon/sysfs: fix memory leak and NULL dereference issues", v4. DAMON_SYSFS can leak memor...
CVE-2026-31461
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:41
- Zuletzt bearbeitet 07.05.2026 18:34:46
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix drm_edid leak in amdgpu_dm [WHAT] When a sink is connected, aconnector->drm_edid was overwritten without freeing the previous allocation, causing a memory leak...
CVE-2026-31462
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:41
- Zuletzt bearbeitet 07.05.2026 18:32:30
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: prevent immediate PASID reuse case PASID resue could cause interrupt issue when process immediately runs into hw state left by previous process exited with the same PAS...
CVE-2026-31455
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:40
- Zuletzt bearbeitet 05.05.2026 21:11:27
In the Linux kernel, the following vulnerability has been resolved: xfs: stop reclaim before pushing AIL during unmount The unmount sequence in xfs_unmount_flush_inodes() pushed the AIL while background reclaim and inodegc are still running. This i...
CVE-2026-31456
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:40
- Zuletzt bearbeitet 05.05.2026 21:20:04
In the Linux kernel, the following vulnerability has been resolved: mm/pagewalk: fix race between concurrent split and refault The splitting of a PUD entry in walk_pud_range() can race with a concurrent thread refaulting the PUD leaf entry causing ...
CVE-2026-31450
- EPSS 0.06%
- Veröffentlicht 22.04.2026 14:16:39
- Zuletzt bearbeitet 06.05.2026 19:53:42
In the Linux kernel, the following vulnerability has been resolved: ext4: publish jinode after initialization ext4_inode_attach_jinode() publishes ei->jinode to concurrent users. It used to set ei->jinode before jbd2_journal_init_jbd_inode(), allow...