CVE-2026-46285
- EPSS 0.13%
- Veröffentlicht 08.06.2026 15:41:28
- Zuletzt bearbeitet 08.07.2026 21:29:35
In the Linux kernel, the following vulnerability has been resolved: mtd: docg3: fix use-after-free in docg3_release() In docg3_release(), the docg3 pointer is obtained from cascade->floors[0]->priv before the loop that calls doc_release_device() on...
CVE-2026-46283
- EPSS 0.12%
- Veröffentlicht 08.06.2026 15:41:26
- Zuletzt bearbeitet 08.07.2026 15:11:08
In the Linux kernel, the following vulnerability has been resolved: tpm: Use kfree_sensitive() to free auth session in tpm_dev_release() tpm_dev_release() uses plain kfree() to free chip->auth, which contains sensitive cryptographic material includ...
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-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-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 ...
CVE-2026-46273
- EPSS 0.39%
- Veröffentlicht 03.06.2026 16:19:18
- Zuletzt bearbeitet 09.06.2026 17:31:31
In the Linux kernel, the following vulnerability has been resolved: ibmveth: Disable GSO for packets with small MSS Some physical adapters on Power systems do not support segmentation offload when the MSS is less than 224 bytes. Attempting to send ...