CVE-2026-46282
- EPSS 0.12%
- Veröffentlicht 08.06.2026 15:41:25
- Zuletzt bearbeitet 08.07.2026 15:12:16
In the Linux kernel, the following vulnerability has been resolved: iio: frequency: admv1013: fix NULL pointer dereference on str When device_property_read_string() fails, str is left uninitialized but the code falls through to strcmp(str, ...), de...
CVE-2026-46281
- EPSS 0.14%
- Veröffentlicht 08.06.2026 15:41:24
- Zuletzt bearbeitet 08.07.2026 15:20:22
In the Linux kernel, the following vulnerability has been resolved: vmalloc: fix buffer overflow in vrealloc_node_align() Commit 4c5d3365882d ("mm/vmalloc: allow to set node and align in vrealloc") added the ability to force a new allocation if the...
CVE-2026-46280
- EPSS 0.13%
- Veröffentlicht 08.06.2026 15:41:23
- Zuletzt bearbeitet 08.07.2026 15:01:43
In the Linux kernel, the following vulnerability has been resolved: lib: test_hmm: evict device pages on file close to avoid use-after-free Patch series "Minor hmm_test fixes and cleanups". Two bugfixes a cleanup for the HMM kernel selftests. The...
CVE-2026-46279
- EPSS 0.13%
- Veröffentlicht 08.06.2026 15:41:21
- Zuletzt bearbeitet 08.07.2026 14:59:41
In the Linux kernel, the following vulnerability has been resolved: mm/alloc_tag: clear codetag for pages allocated before page_ext initialization Due to initialization ordering, page_ext is allocated and initialized relatively late during boot. S...
CVE-2026-46278
- EPSS 0.11%
- Veröffentlicht 08.06.2026 15:41:20
- Zuletzt bearbeitet 08.07.2026 14:59:16
In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix segfault when updating ftrace mask Fix invalid data access by passing right data for debugfs entry. [ 171.549793] Unable to handle kernel NULL pointer derefe...
CVE-2026-46277
- EPSS 0.12%
- Veröffentlicht 08.06.2026 15:41:19
- Zuletzt bearbeitet 08.07.2026 14:58:31
In the Linux kernel, the following vulnerability has been resolved: mm/zone_device: do not touch device folio after calling ->folio_free() The contents of a device folio can immediately change after calling ->folio_free(), as the folio may be reall...
CVE-2026-46276
- EPSS 0.12%
- Veröffentlicht 08.06.2026 15:41:18
- Zuletzt bearbeitet 08.07.2026 14:55:24
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix zero-size GDS range init on RDNA4 RDNA4 (GFX 12) hardware removes the GDS, GWS, and OA on-chip memory resources. The gfx_v12_0 initialisation code correctly leaves ...
CVE-2026-46275
- EPSS 0.19%
- Veröffentlicht 08.06.2026 14:30:54
- Zuletzt bearbeitet 08.07.2026 14:46:18
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_uart: fix UAFs and race conditions in close and init paths Vulnerabilities leading to Use-After-Free (UAF) and Null Pointer Dereference (NPD) conditions were observe...
CVE-2026-46274
- EPSS 0.14%
- Veröffentlicht 08.06.2026 14:30:53
- Zuletzt bearbeitet 08.07.2026 14:46:03
In the Linux kernel, the following vulnerability has been resolved: io-wq: check that the predecessor is hashed in io_wq_remove_pending() io_wq_remove_pending() needs to fix up wq->hash_tail[] if the cancelled work was the tail of its hash bucket. ...
CVE-2025-71315
- EPSS 0.11%
- Veröffentlicht 08.06.2026 14:30:52
- Zuletzt bearbeitet 08.07.2026 14:42:50
In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Convert to DRM's vblank timer Replace vkms' vblank timer with the DRM implementation. The DRM code is identical in concept, but differs in implementation. Vblank timers ...