- EPSS 0.16%
- Veröffentlicht 01.07.2026 13:32:21
- Zuletzt bearbeitet 01.07.2026 14:16:41
In the Linux kernel, the following vulnerability has been resolved: i2c: qcom-cci: Fix NULL pointer dereference in cci_remove() On all modern platforms Qualcomm CCI controller provides two I2C masters, and on particular boards only one I2C master m...
- EPSS 0.16%
- Veröffentlicht 01.07.2026 13:32:19
- Zuletzt bearbeitet 01.07.2026 14:16:41
In the Linux kernel, the following vulnerability has been resolved: net: bonding: fix NULL pointer dereference in bond_do_ioctl() In bond_do_ioctl(), slave_dev is obtained via __dev_get_by_name() which can return NULL if the requested interface nam...
- EPSS 0.17%
- Veröffentlicht 01.07.2026 13:32:16
- Zuletzt bearbeitet 04.07.2026 12:17:01
In the Linux kernel, the following vulnerability has been resolved: slimbus: qcom-ngd-ctrl: Register callbacks after creating the ngd When the remoteproc starts in parallel with the NGD driver being probed, or the remoteproc is already up when the ...
- EPSS 0.17%
- Veröffentlicht 01.07.2026 13:32:15
- Zuletzt bearbeitet 01.07.2026 14:16:40
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix out-of-bounds read in dp_get_eq_aux_rd_interval() [Why & How] The aux_rd_interval array in struct dc_lttpr_caps is declared with MAX_REPEATER_CNT - 1 (7) eleme...
- EPSS 0.2%
- Veröffentlicht 01.07.2026 13:32:14
- Zuletzt bearbeitet 04.07.2026 12:17:01
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Use krealloc_array() in dal_vector_reserve() [Why & How] dal_vector_reserve() computes the allocation size as "capacity * vector->struct_size" using uint32_t arith...
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-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-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 *...