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-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...
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-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-53308
- EPSS 0.1%
- Veröffentlicht 26.06.2026 19:41:02
- Zuletzt bearbeitet 06.07.2026 20:14:36
In the Linux kernel, the following vulnerability has been resolved: power: supply: max77705: Free allocated workqueue and fix removal order Use devm interface for allocating workqueue to fix two bugs at the same time: 1. Driver leaks the memory on...
CVE-2026-53307
- EPSS 0.11%
- Veröffentlicht 26.06.2026 19:41:02
- Zuletzt bearbeitet 06.07.2026 20:14:45
In the Linux kernel, the following vulnerability has been resolved: pinctrl: pinconf-generic: Fully validate 'pinmux' property The pinconf_generic_parse_dt_pinmux() assumes that the 'pinmux' property is not empty when present. This might be not tru...
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-53305
- EPSS 0.12%
- Veröffentlicht 26.06.2026 19:41:00
- Zuletzt bearbeitet 06.07.2026 20:24:02
In the Linux kernel, the following vulnerability has been resolved: usb: typec: ps883x: Fix Oops at unbind When trying to unbind a device in order to bind to it vfio-platform as: echo bc0000.geniqup > /sys/bus/platform/devices/bc0000.geniqup/dr...
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...