PT-2026-85716 · Linux · Linux

CVE-2026-80838

·

Published

2026-09-04

·

Updated

2026-09-06

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
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.
Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

CVE-2026-80838

Affected Products

Linux