CVE-2026-53302
- EPSS 0.12%
- Veröffentlicht 26.06.2026 19:40:58
- Zuletzt bearbeitet 06.07.2026 20:24:31
In the Linux kernel, the following vulnerability has been resolved: crypto: eip93 - fix hmac setkey algo selection eip93_hmac_setkey() allocates a temporary ahash transform for computing HMAC ipad/opad key material. The allocation uses the driver-s...
CVE-2026-53301
- EPSS 0.12%
- Veröffentlicht 26.06.2026 19:40:57
- Zuletzt bearbeitet 06.07.2026 20:24:39
In the Linux kernel, the following vulnerability has been resolved: reset: amlogic: t7: Fix null reset ops Fix missing reset ops causing kernel null pointer dereference. This SOC's reset is currently not used yet.
CVE-2026-53300
- EPSS 0.12%
- Veröffentlicht 26.06.2026 19:40:57
- Zuletzt bearbeitet 08.07.2026 03:38:42
In the Linux kernel, the following vulnerability has been resolved: net: enetc: fix NTMP DMA use-after-free issue The AI-generated review reported a potential DMA use-after-free issue [1]. If netc_xmit_ntmp_cmd() times out and returns an error, the...
CVE-2026-53299
- EPSS 0.12%
- Veröffentlicht 26.06.2026 19:40:56
- Zuletzt bearbeitet 08.07.2026 03:39:12
In the Linux kernel, the following vulnerability has been resolved: net: airoha: Move ndesc initialization at end of airoha_qdma_init_tx() If queue entry list allocation fails in airoha_qdma_init_tx_queue routine, airoha_qdma_cleanup_tx_queue() wil...
CVE-2026-53298
- EPSS 0.12%
- Veröffentlicht 26.06.2026 19:40:55
- Zuletzt bearbeitet 08.07.2026 03:39:49
In the Linux kernel, the following vulnerability has been resolved: net: airoha: Move ndesc initialization at end of airoha_qdma_init_rx_queue() If queue entry or DMA descriptor list allocation fails in airoha_qdma_init_rx_queue routine, airoha_qdm...
CVE-2026-53297
- EPSS 0.12%
- Veröffentlicht 26.06.2026 19:40:55
- Zuletzt bearbeitet 08.07.2026 03:52:48
In the Linux kernel, the following vulnerability has been resolved: net: mana: Guard mana_remove against double invocation If PM resume fails (e.g., mana_attach() returns an error), mana_probe() calls mana_remove(), which tears down the device and ...
CVE-2026-53296
- EPSS 0.13%
- Veröffentlicht 26.06.2026 19:40:54
- Zuletzt bearbeitet 08.07.2026 03:52:56
In the Linux kernel, the following vulnerability has been resolved: mailbox: mailbox-test: free channels on probe error On probe error, free the previously obtained channels. This not only prevents a leak, but also UAF scenarios because the client ...
CVE-2026-53295
- EPSS 0.12%
- Veröffentlicht 26.06.2026 19:40:53
- Zuletzt bearbeitet 08.07.2026 03:53:05
In the Linux kernel, the following vulnerability has been resolved: mailbox: add sanity check for channel array Fail gracefully if there is no channel array attached to the mailbox controller. Otherwise the later dereference will cause an OOPS whic...
CVE-2026-53294
- EPSS 0.13%
- Veröffentlicht 26.06.2026 19:40:52
- Zuletzt bearbeitet 08.07.2026 03:53:18
In the Linux kernel, the following vulnerability has been resolved: mailbox: mailbox-test: don't free the reused channel The RX channel can be aliased to the TX channel if it has a different MMIO. This special case needs to be handled when freeing ...
CVE-2026-53293
- EPSS 0.1%
- Veröffentlicht 26.06.2026 19:40:52
- Zuletzt bearbeitet 08.07.2026 03:53:12
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix AMDGPU_INFO_READ_MMR_REG There were multiple issues in that code. First of all the order between the reset semaphore and the mm_lock was wrong (e.g. copy_to_user) ...