PT-2026-52005 · Linux+2 · Linux Kernel+2
CVE-2026-53111
·
Published
2026-03-04
·
Updated
2026-09-07
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel version 6.19.0-rc5
Description
A null pointer dereference issue exists in the
bpf lwt xmit push encap helper. The issue occurs because the skb-> skb refdst variable may not be initialized when the socket buffer (skb) is set up by the bpf prog test run skb() function. When the bpf lwt push ip encap() function is executed in this state, it attempts to access skb dst(skb)->dev to calculate the required headroom, leading to a kernel crash.Recommendations
As a temporary workaround, add the setting of the
skb-> skb refdst variable before calling bpf test run().Exploit
Fix
NULL Pointer Dereference
Improper Initialization
Access of Uninitialized Pointer
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linuxmint
Linux Kernel
Ubuntu