CVE-2026-46296
- EPSS 0.11%
- Veröffentlicht 08.06.2026 15:46:23
- Zuletzt bearbeitet 08.07.2026 19:04:53
In the Linux kernel, the following vulnerability has been resolved: spi: s3c64xx: fix NULL-deref on driver unbind A change moving DMA channel allocation from probe() back to s3c64xx_spi_prepare_transfer() failed to remove the corresponding dealloca...
CVE-2026-46294
- EPSS 0.14%
- Veröffentlicht 08.06.2026 15:46:21
- Zuletzt bearbeitet 08.07.2026 19:04:47
In the Linux kernel, the following vulnerability has been resolved: dm: fix a buffer overflow in ioctl processing Tony Asleson (using Claude) found a buffer overflow in dm-ioctl in the function retrieve_status: 1. The code in retrieve_status check...
CVE-2026-46293
- EPSS 0.13%
- Veröffentlicht 08.06.2026 15:46:20
- Zuletzt bearbeitet 08.07.2026 19:04:45
In the Linux kernel, the following vulnerability has been resolved: clk: microchip: mpfs-ccc: fix out of bounds access during output registration UBSAN reported an out of bounds access during registration of the last two outputs. This out of bounds...
CVE-2026-46292
- EPSS 0.12%
- Veröffentlicht 08.06.2026 15:46:19
- Zuletzt bearbeitet 08.07.2026 21:31:27
In the Linux kernel, the following vulnerability has been resolved: pmdomain: core: Fix detach procedure for virtual devices in genpd If a device is attached to a PM domain through genpd_dev_pm_attach_by_id(), genpd calls pm_runtime_enable() for th...
CVE-2026-46291
- EPSS 0.12%
- Veröffentlicht 08.06.2026 15:46:18
- Zuletzt bearbeitet 08.07.2026 15:21:30
In the Linux kernel, the following vulnerability has been resolved: crypto: caam - guard HMAC key hex dumps in hash_digest_key Use print_hex_dump_devel() for dumping sensitive HMAC key bytes in hash_digest_key() to avoid leaking secrets at runtime ...
CVE-2026-46286
- EPSS 0.12%
- Veröffentlicht 08.06.2026 15:41:29
- Zuletzt bearbeitet 08.07.2026 19:04:29
In the Linux kernel, the following vulnerability has been resolved: leds: qcom-lpg: Check for array overflow when selecting the high resolution When selecting the high resolution values from the array, FIELD_GET() is used to pull from a 3 bit regis...
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-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-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 ...