CVE-2026-46313
- EPSS 0.11%
- Veröffentlicht 08.06.2026 15:50:44
- Zuletzt bearbeitet 08.07.2026 14:51:05
In the Linux kernel, the following vulnerability has been resolved: media: intel/ipu6: fix error pointer dereference In a error path isp->psys is confirmed to be an error pointer not NULL so this condition is true and the error pointer is dereferen...
CVE-2026-46312
- EPSS 0.11%
- Veröffentlicht 08.06.2026 15:50:42
- Zuletzt bearbeitet 08.07.2026 14:51:14
In the Linux kernel, the following vulnerability has been resolved: media: videobuf2: Set vma_flags in vb2_dma_sg_mmap vb2_dma_contig sets VMA flags VM_DONTEXPAND and VM_DONTDUMP and I do not see a reason why vb2_dma_sg should behave differently. T...
CVE-2026-46311
- EPSS 0.11%
- Veröffentlicht 08.06.2026 15:50:41
- Zuletzt bearbeitet 08.07.2026 14:51:25
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/userq: fix access to stale wptr mapping Use drm_exec to take both locks i.e vm root bo and wptr_obj bo to access the mapping data properly. This fixes the security issu...
CVE-2026-46310
- EPSS 0.11%
- Veröffentlicht 08.06.2026 15:50:40
- Zuletzt bearbeitet 08.07.2026 14:51:33
In the Linux kernel, the following vulnerability has been resolved: media: renesas: vsp1: Fix NULL pointer deref on module unload When unloading the module on gen 4, we hit a NULL pointer dereference. This is caused by the cleanup code calling vsp1...
- EPSS 0.13%
- Veröffentlicht 08.06.2026 15:50:39
- Zuletzt bearbeitet 08.07.2026 14:52:28
In the Linux kernel, the following vulnerability has been resolved: drm/xe/uapi: Reject coh_none PAT index for CPU cached memory in madvise Add validation in xe_vm_madvise_ioctl() to reject PAT indices with XE_COH_NONE coherency mode when applied t...
CVE-2026-46308
- EPSS 0.12%
- Veröffentlicht 08.06.2026 15:46:36
- Zuletzt bearbeitet 08.07.2026 14:47:18
In the Linux kernel, the following vulnerability has been resolved: pmdomain: mediatek: fix use-after-free in scpsys_get_bus_protection_legacy() In scpsys_get_bus_protection_legacy(), of_find_node_with_property() returns a device node with its refe...
CVE-2026-46307
- EPSS 0.22%
- Veröffentlicht 08.06.2026 15:46:35
- Zuletzt bearbeitet 08.07.2026 14:47:35
In the Linux kernel, the following vulnerability has been resolved: wifi: ath5k: do not access array OOB Vincent reports: > The ath5k driver seems to do an array-index-out-of-bounds access as > shown by the UBSAN kernel message: > UBSAN: array-inde...
CVE-2026-46306
- EPSS 0.39%
- Veröffentlicht 08.06.2026 15:46:33
- Zuletzt bearbeitet 08.07.2026 14:47:47
In the Linux kernel, the following vulnerability has been resolved: flow_dissector: do not dissect PPPoE PFC frames RFC 2516 Section 7 states that Protocol Field Compression (PFC) is NOT RECOMMENDED for PPPoE. In practice, pppd does not support neg...
CVE-2026-46305
- EPSS 0.1%
- Veröffentlicht 08.06.2026 15:46:32
- Zuletzt bearbeitet 08.07.2026 14:47:58
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: os_dep: avoid NULL pointer dereference in rtw_cbuf_alloc The return value of kzalloc_flex() is used without ensuring that the allocation succeeded, and the poin...
CVE-2026-46304
- EPSS 0.39%
- Veröffentlicht 08.06.2026 15:46:31
- Zuletzt bearbeitet 08.07.2026 14:48:12
In the Linux kernel, the following vulnerability has been resolved: nvmet: avoid recursive nvmet-wq flush in nvmet_ctrl_free nvmet_tcp_release_queue_work() runs on nvmet-wq and can drop the final controller reference through nvmet_cq_put(). If that...