- EPSS 0.03%
- Published 19.08.2025 17:15:37
- Last modified 20.08.2025 14:40:17
In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix UAF in panthor_gem_create_with_handle() debugfs code The object is potentially already gone after the drm_gem_object_put(). In general the object should be fully c...
- EPSS 0.02%
- Published 19.08.2025 17:15:37
- Last modified 20.08.2025 14:40:17
In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: vop2: fail cleanly if missing a primary plane for a video-port Each window of a vop2 is usable by a specific set of video ports, so while binding the vop2, we look th...
- EPSS 0.03%
- Published 19.08.2025 17:15:37
- Last modified 20.08.2025 14:40:17
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix use-after-free in amdgpu_userq_suspend+0x51a/0x5a0 [ +0.000020] BUG: KASAN: slab-use-after-free in amdgpu_userq_suspend+0x51a/0x5a0 [amdgpu] [ +0.000817] Read of ...
- EPSS 0.02%
- Published 19.08.2025 17:15:37
- Last modified 20.08.2025 14:40:17
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Fix possible OOB access in mt7996_tx() Fis possible Out-Of-Boundary access in mt7996_tx routine if link_id is set to IEEE80211_LINK_UNSPECIFIED
- EPSS 0.03%
- Published 19.08.2025 17:15:36
- Last modified 20.08.2025 14:40:17
In the Linux kernel, the following vulnerability has been resolved: bpf, arm64: Fix fp initialization for exception boundary In the ARM64 BPF JIT when prog->aux->exception_boundary is set for a BPF program, find_used_callee_regs() is not called bec...
- EPSS 0.04%
- Published 19.08.2025 17:15:36
- Last modified 20.08.2025 14:40:17
In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible infinite loop in fib6_info_uses_dev() fib6_info_uses_dev() seems to rely on RCU without an explicit protection. Like the prior fix in rt6_nlmsg_size(), we need ...
- EPSS 0.04%
- Published 19.08.2025 17:15:36
- Last modified 20.08.2025 14:40:17
In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent infinite loop in rt6_nlmsg_size() While testing prior patch, I was able to trigger an infinite loop in rt6_nlmsg_size() in the following place: list_for_each_entry_r...
- EPSS 0.02%
- Published 19.08.2025 17:15:36
- Last modified 20.08.2025 14:40:17
In the Linux kernel, the following vulnerability has been resolved: neighbour: Fix null-ptr-deref in neigh_flush_dev(). kernel test robot reported null-ptr-deref in neigh_flush_dev(). [0] The cited commit introduced per-netdev neighbour list and c...
- EPSS 0.03%
- Published 19.08.2025 17:15:36
- Last modified 20.08.2025 14:40:17
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Remove skb secpath if xfrm state is not found Hardware returns a unique identifier for a decrypted packet's xfrm state, this state is looked up in an xarray. However, th...
- EPSS 0.03%
- Published 19.08.2025 17:15:36
- Last modified 20.08.2025 14:40:17
In the Linux kernel, the following vulnerability has been resolved: bpf: Reject narrower access to pointer ctx fields The following BPF program, simplified from a syzkaller repro, causes a kernel warning: r0 = *(u8 *)(r1 + 169); exit; Wit...