CVE-2026-46235
- EPSS 0.12%
- Veröffentlicht 28.05.2026 09:41:04
- Zuletzt bearbeitet 10.06.2026 21:10:40
In the Linux kernel, the following vulnerability has been resolved: media: saa7164: add ioremap return checks and cleanups Add checks for ioremap return values in saa7164_dev_setup(). If ioremap for BAR0 or BAR2 fails, release the already allocated...
CVE-2026-46233
- EPSS 0.12%
- Veröffentlicht 28.05.2026 09:40:55
- Zuletzt bearbeitet 10.06.2026 21:11:45
In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: only purge non-released claims When batadv_bla_purge_claims() goes through the list of claims, it is only traversing the hash list with an rcu_read_lock(). Due to ...
CVE-2026-46230
- EPSS 0.12%
- Veröffentlicht 28.05.2026 09:40:52
- Zuletzt bearbeitet 10.06.2026 21:12:12
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn3: Prevent OOB reads when parsing dec msg Check bounds against the end of the BO whenever we access the msg.
CVE-2026-46229
- EPSS 0.12%
- Veröffentlicht 28.05.2026 09:40:51
- Zuletzt bearbeitet 10.06.2026 21:12:21
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Clear VRAM on allocation to prevent stale data exposure KFD VRAM allocations set AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE but not AMDGPU_GEM_CREATE_VRAM_CLEARED, leaving ...
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-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...
CVE-2026-46198
- EPSS 0.28%
- Veröffentlicht 28.05.2026 09:40:14
- Zuletzt bearbeitet 10.06.2026 17:09:27
In the Linux kernel, the following vulnerability has been resolved: batman-adv: fix integer overflow on buff_pos Fixing an integer overflow present in batadv_iv_ogm_send_to_if. The size check is done using the int type in batadv_iv_ogm_aggr_packet ...