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) ...
CVE-2026-53292
- EPSS 0.11%
- Veröffentlicht 26.06.2026 19:40:51
- Zuletzt bearbeitet 08.07.2026 03:53:29
In the Linux kernel, the following vulnerability has been resolved: net: phonet: do not BUG_ON() in pn_socket_autobind() on failed bind syzbot reported a kernel BUG triggered from pn_socket_sendmsg() via pn_socket_autobind(): kernel BUG at net/p...
CVE-2026-53291
- EPSS 0.12%
- Veröffentlicht 26.06.2026 19:40:50
- Zuletzt bearbeitet 08.07.2026 03:53:39
In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/conexant: Fix missing error check for jack detection In cx_probe(), the return value of snd_hda_jack_detect_enable_callback() is ignored. This function returns a pointer,...
CVE-2026-53289
- EPSS 0.12%
- Veröffentlicht 26.06.2026 19:40:49
- Zuletzt bearbeitet 08.07.2026 03:54:43
In the Linux kernel, the following vulnerability has been resolved: ice: fix NULL pointer dereference in ice_reset_all_vfs() ice_reset_all_vfs() ignores the return value of ice_vf_rebuild_vsi(). When the VSI rebuild fails (e.g. during NVM firmware ...
CVE-2026-53288
- EPSS 0.12%
- Veröffentlicht 26.06.2026 19:40:48
- Zuletzt bearbeitet 08.07.2026 03:54:34
In the Linux kernel, the following vulnerability has been resolved: arm64: Reserve an extra page for early kernel mapping The final part of [data, end) segment may overflow into the next page of init_pg_end[1] which is the gap page before early_ini...
CVE-2026-53287
- EPSS 0.12%
- Veröffentlicht 26.06.2026 19:40:47
- Zuletzt bearbeitet 08.07.2026 03:54:54
In the Linux kernel, the following vulnerability has been resolved: audit: fix incorrect inheritable capability in CAPSET records __audit_log_capset() records the effective capability set into the inheritable field due to a copy-paste error. Every ...
CVE-2026-53285
- EPSS 0.11%
- Veröffentlicht 26.06.2026 19:40:46
- Zuletzt bearbeitet 08.07.2026 03:56:22
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Wrap DCN32 phantom-plane allocation in DC_RUN_WITH_PREEMPTION_ENABLED [Why] dcn32_validate_bandwidth() wraps dcn32_internal_validate_bw() with DC_FP_START()/DC_FP_...