CVE-2026-74496
Last modified
CVE-2026-74496 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: fou: Fix use-after-free in fou_create() fou_create() publishes struct fou through sk_user_data before adding the new FOU port to the per-netns list. If fou_add_to_port_list() fails, the error path frees fou while it is still reachable through sk_user_data. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: fou: Fix use-after-free in fou_create() fou_create() publishes struct fou through sk_user_data before adding the new FOU port to the per-netns list. If fou_add_to_port_list() fails, the error path frees fou while it is still reachable through sk_user_data. A concurrent receive can then dereference the freed object in fou_from_sock(). This ordering issue was previously noted in the linked discussion. The failure is reachable when local port 0 is requested. Each socket binds to a different ephemeral port, but fou_cfg_cmp() compares the requested port 0 and reports -EALREADY once an entry already exists. Release the tunnel socket before freeing fou so sk_user_data is cleared first, and defer reclamation with kfree_rcu() to protect concurrent RCU readers. This matches the lifetime handling in fou_release().
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 23461551c00628c3f3fe9cf837bf53cf8f212b63, < a28d8903bfe76089ea4bbdbff9976965f9ef8107; >= 23461551c00628c3f3fe9cf837bf53cf8f212b63, < b14361aca6350ff7907b0e9903c7b94dc7d5d4a0 |
| Linux | Linux | 3.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74496?
How severe is CVE-2026-74496?
How do I fix CVE-2026-74496?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-74490In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74491In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74492In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-74493In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74494In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74495In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74497In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-74498In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74499In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7450A maliciously crafted PAR file, when parsed through Autodesk…5.5
- CVE-2026-74500In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74501In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-74496?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
