CVE-2026-53320
- EPSS 0.12%
- Veröffentlicht 26.06.2026 19:41:11
- Zuletzt bearbeitet 06.07.2026 20:12:14
In the Linux kernel, the following vulnerability has been resolved: nilfs2: reject zero bd_oblocknr in nilfs_ioctl_mark_blocks_dirty() nilfs_ioctl_mark_blocks_dirty() uses bd_oblocknr to detect dead blocks by comparing it with the current block num...
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-53315
- EPSS 0.1%
- Veröffentlicht 26.06.2026 19:41:08
- Zuletzt bearbeitet 06.07.2026 20:13:31
In the Linux kernel, the following vulnerability has been resolved: drm/amd/ras: Fix NULL deref in ras_core_get_utc_second_timestamp() ras_core_get_utc_second_timestamp() retrieves the current UTC timestamp (in seconds since the Unix epoch) through...
CVE-2026-53316
- EPSS 0.1%
- Veröffentlicht 26.06.2026 19:41:08
- Zuletzt bearbeitet 06.07.2026 20:12:50
In the Linux kernel, the following vulnerability has been resolved: drm/amd/ras: Fix NULL deref in ras_core_ras_interrupt_detected() Fixes a NULL pointer dereference when ras_core is NULL and ras_core->dev is accessed in the error path. Reported b...
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-53312
- EPSS 0.11%
- Veröffentlicht 26.06.2026 19:41:05
- Zuletzt bearbeitet 06.07.2026 20:13:58
In the Linux kernel, the following vulnerability has been resolved: iommu/riscv: Remove overflows on the invalidation path Since RISC-V supports a sign extended page table it should support a gather->end of ULONG_MAX, but if this happens it will in...
CVE-2026-53310
- EPSS 0.11%
- Veröffentlicht 26.06.2026 19:41:04
- Zuletzt bearbeitet 06.07.2026 20:14:15
In the Linux kernel, the following vulnerability has been resolved: soc/tegra: cbb: Fix cross-fabric target timeout lookup When a fabric receives an error interrupt, the error may have occurred on a different fabric. The target timeout lookup was u...
CVE-2026-53311
- EPSS 0.11%
- Veröffentlicht 26.06.2026 19:41:04
- Zuletzt bearbeitet 06.07.2026 20:14:07
In the Linux kernel, the following vulnerability has been resolved: fuse: fix uninit-value in fuse_dentry_revalidate() fuse_dentry_revalidate() may be called with a dentry that didn't had ->d_time initialised. The issue was found with KMSAN, where...