PT-2026-37401 · Linux · Linux
Published
2026-05-06
·
Updated
2026-05-06
·
CVE-2026-43091
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:
xfrm: Wait for RCU readers during policy netns exit
xfrm policy fini() frees the policy bydst hash tables after flushing the
policy work items and deleting all policies, but it does not wait for
concurrent RCU readers to leave their read-side critical sections first.
The policy bydst tables are published via rcu assign pointer() and are
looked up through rcu dereference check(), so netns teardown must also
wait for an RCU grace period before freeing the table memory.
Fix this by adding synchronize rcu() before freeing the policy hash tables.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux