- EPSS 0.17%
- Veröffentlicht 01.07.2026 13:32:13
- Zuletzt bearbeitet 04.07.2026 12:17:01
In the Linux kernel, the following vulnerability has been resolved: debugobjects: Do not fill_pool() if pi_blocked_on On RT enabled kernels, fill_pool() ends up calling rtlock_lock(), which asserts if current::pi_blocked_on is set, because a task c...
CVE-2026-53325
- EPSS 0.12%
- Veröffentlicht 29.06.2026 04:53:35
- Zuletzt bearbeitet 06.07.2026 20:09:56
In the Linux kernel, the following vulnerability has been resolved: agp/amd64: Fix broken error propagation in agp_amd64_probe() A NULL pointer dereference was observed in the AMD64 AGP driver when running in a virtualized environment (e.g. qemu/kv...
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-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...