PT-2026-35017 · Linux · Linux Kernel
Published
2026-04-24
·
Updated
2026-06-05
·
CVE-2026-31665
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A use-after-free issue exists in the netfilter nft ct component. The function
nft ct timeout obj destroy() frees the timeout object using kfree() immediately after nf ct untimeout(), without waiting for an RCU grace period. This allows concurrent packet processing on other CPUs to access the timeout object via rcu dereference() in nf ct timeout data() after it has been freed. RCU (Read-Copy-Update) is a synchronization mechanism that allows multiple readers to access data while it is being updated.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Use After Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel