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-53290
- EPSS 0.12%
- Veröffentlicht 26.06.2026 19:40:50
- Zuletzt bearbeitet 08.07.2026 03:54:22
In the Linux kernel, the following vulnerability has been resolved: drm/xe/eustall: Fix drm_dev_put called before stream disable in close In xe_eu_stall_stream_close(), drm_dev_put() is called before the stream is disabled and its resources are fre...
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-53286
- EPSS 0.13%
- Veröffentlicht 26.06.2026 19:40:47
- Zuletzt bearbeitet 08.07.2026 03:56:04
In the Linux kernel, the following vulnerability has been resolved: idpf: fix double free and use-after-free in aux device error paths When auxiliary_device_add() fails in idpf_plug_vport_aux_dev() or idpf_plug_core_aux_dev(), the err_aux_dev_add l...
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...
CVE-2026-53283
- EPSS 0.12%
- Veröffentlicht 26.06.2026 19:40:44
- Zuletzt bearbeitet 08.07.2026 03:56:46
In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Bounds-check devid in __rlookup_amd_iommu() iommu_device_register() walks every device on the PCI bus via bus_for_each_dev() and calls amd_iommu_probe_device() for each....