PT-2026-72948 · Linux · Linux Kernel
CVE-2026-74496
·
Published
2026-08-15
·
Updated
2026-08-18
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
fou create() function. The function publishes struct fou via sk user data before adding the new FOU port to the per-netns list. If the fou add to port list() function fails, the error path frees fou while it remains reachable through sk user data. Consequently, a concurrent receive operation can dereference the freed object within the fou from sock() function. This condition is reachable when local port 0 is requested, as fou cfg cmp() may report -EALREADY once an entry already exists.Recommendations
Update the Linux kernel to a version where the
fou create() function is patched to release the tunnel socket before freeing fou and utilizes kfree rcu() for reclamation to protect concurrent RCU readers.Exploit
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel