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-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-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_...
CVE-2026-53284
- EPSS 0.43%
- Veröffentlicht 26.06.2026 19:40:45
- Zuletzt bearbeitet 08.07.2026 03:56:34
In the Linux kernel, the following vulnerability has been resolved: btrfs: only release the dirty pages io tree after successful writes [WARNING] With extra warning on dirty extent buffers at umount (aka, the next patch in the series), test case ge...