CVE-2026-80838
Reported by Linux · Published September 4, 2026
In the Linux kernel, the following vulnerability has been resolved: vxlan: keep the last remote linked during FDB flush A non-nexthop FDB entry is expected to have at least one remote while it remains reachable through the FDB hash table. A filtered bulk flush violates this invariant when every remote matches: It unlinks the last remote in vxlan_fdb_dst_destroy() and only afterwards tells vxlan_flush() to destroy the parent FDB entry. An RCU reader can find the parent during this interval. first_remote_rcu() then applies list_entry_rcu() to the empty list head, producing an invalid remote pointer that the receive learning path can read from and write to. When a matching remote is the sole remaining remote, leave it linked and ask the caller to destroy the entire FDB entry. vxlan_fdb_destroy() keeps the remote attached while sending the deletion notification and removing the parent from the lookup structures.
EPSS 0.17% · 6.4th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | c499fccb71cb85902b5c5b9ce9c9ae6683e54a8f, c499fccb71cb85902b5c5b9ce9c9ae6683e54a8f, c499fccb71cb85902b5c5b9ce9c9ae6683e54a8f |
| Linux | Linux | 6.7, 0, 6.12.108 |
| linux | linux_kernel | 6.7, 6.7, 6.7 |
| Linux | Linux | c499fccb71cb85902b5c5b9ce9c9ae6683e54a8f, c499fccb71cb85902b5c5b9ce9c9ae6683e54a8f, c499fccb71cb85902b5c5b9ce9c9ae6683e54a8f |
Timeline
- Sep 4, 2026 Coalition ESS Score
- Sep 4, 2026 CVE Published
- Sep 5, 2026 EPSS Score
- Sep 16, 2026 EPSS Score