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-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-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-46208
- EPSS 0.14%
- Veröffentlicht 28.05.2026 09:40:26
- Zuletzt bearbeitet 10.06.2026 19:17:59
In the Linux kernel, the following vulnerability has been resolved: batman-adv: stop tp_meter sessions during mesh teardown TP meter sessions remain linked on bat_priv->tp_list after the netlink request has already finished. When the mesh interface...
CVE-2026-46205
- EPSS 0.14%
- Veröffentlicht 28.05.2026 09:40:23
- Zuletzt bearbeitet 15.06.2026 10:16:28
In the Linux kernel, the following vulnerability has been resolved: staging: media: atomisp: Disallow all private IOCTLs Disallow all private IOCTLs. These aren't quite as safe as one could assume of IOCTL handlers; disable them for now. Instead of...
CVE-2026-46206
- EPSS 0.14%
- Veröffentlicht 28.05.2026 09:40:23
- Zuletzt bearbeitet 10.06.2026 19:18:18
In the Linux kernel, the following vulnerability has been resolved: batman-adv: reject new tp_meter sessions during teardown Prevent tp_meter from starting new sender or receiver sessions after mesh_state has left BATADV_MESH_ACTIVE.
CVE-2026-46204
- EPSS 0.13%
- Veröffentlicht 28.05.2026 09:40:21
- Zuletzt bearbeitet 10.06.2026 16:50:09
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn4: Prevent OOB reads when parsing IB Rewrite the IB parsing to use amdgpu_ib_get_value() which handles the bounds checks.
CVE-2026-46199
- EPSS 0.13%
- Veröffentlicht 28.05.2026 09:40:16
- Zuletzt bearbeitet 10.06.2026 17:11:00
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn4: Prevent OOB reads when parsing dec msg Check bounds against the end of the BO whenever we access the msg.
CVE-2026-46200
- EPSS 0.13%
- Veröffentlicht 28.05.2026 09:40:16
- Zuletzt bearbeitet 10.06.2026 17:14:37
In the Linux kernel, the following vulnerability has been resolved: spi: mpc52xx: fix controller deregistration Make sure to deregister the controller before disabling and releasing underlying resources like interrupts and gpios during driver unbin...