CVE-2026-53318
- EPSS 0.11%
- Veröffentlicht 26.06.2026 19:41:10
- Zuletzt bearbeitet 06.07.2026 20:12:33
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: prevent NULL pointer dereference in mt7925_tx_check_aggr() Move the NULL check for 'sta' before dereferencing it to prevent a possible crash.
CVE-2026-53317
- EPSS 0.11%
- Veröffentlicht 26.06.2026 19:41:09
- Zuletzt bearbeitet 06.07.2026 20:12:40
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: Place upper limit on station AID Any station configured with an AID over 20 causes a firmware crash. This situation occurred in our testing using an AP interfac...
CVE-2026-53314
- EPSS 0.11%
- Veröffentlicht 26.06.2026 19:41:07
- Zuletzt bearbeitet 06.07.2026 20:13:40
In the Linux kernel, the following vulnerability has been resolved: padata: Put CPU offline callback in ONLINE section to allow failure syzbot reported the following warning: DEAD callback error for CPU1 WARNING: kernel/cpu.c:1463 at _cpu_...
CVE-2026-53313
- EPSS 0.1%
- Veröffentlicht 26.06.2026 19:41:06
- Zuletzt bearbeitet 06.07.2026 20:13:50
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid NULL dereference in dc_dmub_srv error paths In dc_dmub_srv_log_diagnostic_data() and dc_dmub_srv_enable_dpia_trace(). Both functions check: if (!dc_dmub_...
CVE-2026-53309
- EPSS 0.4%
- Veröffentlicht 26.06.2026 19:41:03
- Zuletzt bearbeitet 06.07.2026 20:14:26
In the Linux kernel, the following vulnerability has been resolved: ocfs2/dlm: fix off-by-one in dlm_match_regions() region comparison The local-vs-remote region comparison loop uses '<=' instead of '<', causing it to read one entry past the valid ...
CVE-2026-53306
- EPSS 0.12%
- Veröffentlicht 26.06.2026 19:41:01
- Zuletzt bearbeitet 06.07.2026 20:14:53
In the Linux kernel, the following vulnerability has been resolved: tty: hvc_iucv: fix off-by-one in number of supported devices MAX_HVC_IUCV_LINES == HVC_ALLOC_TTY_ADAPTERS == 8. This is the number of entries in: static struct hvc_iucv_private *...
CVE-2026-53304
- EPSS 0.1%
- Veröffentlicht 26.06.2026 19:41:00
- Zuletzt bearbeitet 06.07.2026 20:24:15
In the Linux kernel, the following vulnerability has been resolved: scsi: sg: Resolve soft lockup issue when opening /dev/sgX The parameter def_reserved_size defines the default buffer size reserved for each Sg_fd and should be restricted to a rang...
CVE-2026-53303
- EPSS 0.13%
- Veröffentlicht 26.06.2026 19:40:59
- Zuletzt bearbeitet 06.07.2026 20:24:23
In the Linux kernel, the following vulnerability has been resolved: f2fs: protect extension_list reading with sb_lock in f2fs_sbi_show() In f2fs_sbi_show(), the extension_list, extension_count and hot_ext_count are read without holding sbi->sb_lock...
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 ...