PT-2026-52335 · Linux · Linux Kernel
CVE-2026-53240
·
Published
2026-06-02
·
Updated
2026-09-07
CVSS v2.0
9.0
High
| Vector | AV:N/AC:L/Au:S/C:C/I:C/A:C |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A use-after-free issue exists in the
skbuff head cache within the xfrm iptfs component. The function input process payload() stores first skb into xtfs->ra newskb under a drop lock during partial reassembly, then releases the lock and exits the processing loop. A subsequent check reads xtfs->ra newskb without the lock to determine if first skb is still owned. If a concurrent CPU executing iptfs reassem cont() or a drop timer hrtimer completes the reassembly and frees the skb between the lock release and the read, the check may incorrectly evaluate as true. This leads to pskb trim(), ip summed(), and consume skb() operating on the freed memory.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Use After Free
Time Of Check To Time Of Use
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel