CVE-2026-46220
- EPSS 0.12%
- Veröffentlicht 28.05.2026 09:40:35
- Zuletzt bearbeitet 10.06.2026 18:45:07
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/sdma4: replace BUG_ON with WARN_ON in fence emission sdma_v4_0_ring_emit_fence() contains two BUG_ON(addr & 0x3) assertions that verify fence writeback addresses are dwo...
CVE-2026-46218
- EPSS 0.13%
- Veröffentlicht 28.05.2026 09:40:34
- Zuletzt bearbeitet 10.06.2026 19:12:59
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Add bounds checking to ib_{get,set}_value The uvd/vce/vcn code accesses the IB at predefined offsets without checking that the IB is large enough. Check the bounds here...
CVE-2026-46215
- EPSS 0.13%
- Veröffentlicht 28.05.2026 09:40:32
- Zuletzt bearbeitet 10.07.2026 05:16:37
In the Linux kernel, the following vulnerability has been resolved: drm: Set old handle to NULL before prime swap in change_handle There was a potential race condition in change_handle. The ioctl briefly had a single object with two idr entries; a ...
CVE-2026-46216
- EPSS 0.13%
- Veröffentlicht 28.05.2026 09:40:32
- Zuletzt bearbeitet 10.06.2026 19:16:03
In the Linux kernel, the following vulnerability has been resolved: drm/xe/hdcp: Add NULL check for media_gt in intel_hdcp_gsc_check_status() When media GT is disabled via configfs, there is no allocation for media_gt, which is kept as NULL. In su...
CVE-2026-46214
- EPSS 0.13%
- Veröffentlicht 28.05.2026 09:40:31
- Zuletzt bearbeitet 10.06.2026 19:16:17
In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: fix accept queue count leak on transport mismatch virtio_transport_recv_listen() calls sk_acceptq_added() before vsock_assign_transport(). If vsock_assign_transport()...
CVE-2026-46213
- EPSS 0.12%
- Veröffentlicht 28.05.2026 09:40:30
- Zuletzt bearbeitet 10.06.2026 19:16:24
In the Linux kernel, the following vulnerability has been resolved: HID: appletb-kbd: fix UAF in inactivity-timer cleanup path Commit 38224c472a03 ("HID: appletb-kbd: fix slab use-after-free bug in appletb_kbd_probe") added timer_delete_sync(&kbd->...
CVE-2026-46212
- EPSS 0.27%
- Veröffentlicht 28.05.2026 09:40:29
- Zuletzt bearbeitet 10.06.2026 19:16:30
In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: prevent use-after-free when deleting claims When batadv_bla_del_backbone_claims() removes all claims for a backbone, it does this by dropping the link entry in the...
CVE-2026-46211
- EPSS 0.13%
- Veröffentlicht 28.05.2026 09:40:28
- Zuletzt bearbeitet 10.06.2026 19:17:34
In the Linux kernel, the following vulnerability has been resolved: drm/msm/gem: fix error handling in msm_ioctl_gem_info_get_metadata() msm_ioctl_gem_info_get_metadata() always returns 0 regardless of errors. When copy_to_user() fails or the user ...
CVE-2026-46209
- EPSS 0.14%
- Veröffentlicht 28.05.2026 09:40:27
- Zuletzt bearbeitet 10.06.2026 19:17:50
In the Linux kernel, the following vulnerability has been resolved: drm/gem: Fix inconsistent plane dimension calculation in drm_gem_fb_init_with_funcs() drm_gem_fb_init_with_funcs() computes sub-sampled plane dimensions using plain integer divisio...
CVE-2026-46210
- EPSS 0.13%
- Veröffentlicht 28.05.2026 09:40:27
- Zuletzt bearbeitet 10.06.2026 19:17:40
In the Linux kernel, the following vulnerability has been resolved: media: iris: fix use-after-free of fmt_src during MBPF check During concurrency testing, multiple instances can run in parallel, and each instance uses its own inst->lock while the...