7.8
CVE-2026-74496
- EPSS 0.12%
- Veröffentlicht 15.08.2026 12:27:23
- Zuletzt bearbeitet 17.08.2026 06:19:45
- CVE-Watchlists
- Unerledigt
fou: Fix use-after-free in fou_create()
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().
Daten sind bereitgestellt durch das CVE Programm von einer CVE Numbering Authority (CNA) (Unstrukturiert).
HerstellerLinux
≫
Produkt
Linux
Default Statusunaffected
Version
23461551c00628c3f3fe9cf837bf53cf8f212b63
Version <
a28d8903bfe76089ea4bbdbff9976965f9ef8107
Status
affected
Version
23461551c00628c3f3fe9cf837bf53cf8f212b63
Version <
b14361aca6350ff7907b0e9903c7b94dc7d5d4a0
Status
affected
HerstellerLinux
≫
Produkt
Linux
Default Statusaffected
Version
3.18
Status
affected
Version
0
Version <
3.18
Status
unaffected
Version <=
7.1.*
Version
7.1.8
Status
unaffected
Version <=
*
Version
7.2
Status
unaffected
VulnDex Vulnerability Enrichment
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.12% | 0.022 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | 7.8 | 1.8 | 5.9 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
https://git.kernel.org/stable/c/a28d8903bfe76089ea4bbdbff9976965f9ef8107
https://git.kernel.org/stable/c/b14361aca6350ff7907b0e9903c7b94dc7d5d4a0