CVE-2026-64525: xfrm: move policy_bydst RCU sync from per-netns .exit to .pre_exit

Published Jul 25, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

xfrm: move policybydst RCU sync from per-netns .exit to .preexit

The struct pernetoperations docstring in include/net/netnamespace.h explicitly warns against blocking RCU primitives in .exit handlers:

Exit methods using blocking RCU primitives, such as synchronizercu(), should be implemented via exitbatch. [...] Please, avoid synchronizercu() at all, where it's possible.

Note that a combination of preexit() and exit() can be used, since a synchronizercu() is guaranteed between the calls.

xfrmpolicyfini() violates this: it calls synchronizercu() before freeing the policybydst hash tables (so no RCU reader is mid- traversal at free time), but runs from xfrmnetops.exit -- once per namespace -- so a cleanupnet() of N namespaces pays N full RCU grace periods serially.

Use the documented preexit/exit split. Move the policy flush (and the workqueue drains it depends on) into a new .preexit handler; xfrmpolicyfini() then runs in .exit and frees the hash tables after the synchronizercuexpedited() that cleanupnet() guarantees between the two phases. Providing O(1) RCU grace periods per batch instead of O(N).

Observed on Linux 6.18 with a workload doing unshare(CLONENEWNET) at ~13/sec sustained: cleanupnet() and the netnswq rescuer kthread both stuck in xfrmpolicyfini()'s synchronizercu(), >300k struct net accumulated in the cleanup queue, Percpu in /proc/meminfo climbed to 130+ GB on 256-CPU hosts, and memcg OOMs followed. setupnet and putnet counts were balanced, ruling out a refcount leak.

Affected Software

1 affected component
Linux Linux kernel

Event History

Jul 25, 2026
CVE Published
via MITRE·09:20 AM
Data Sourced
via MITRE·09:20 AM
Description
Data Sourced
via NVD·10:17 AM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-64525?

The severity of CVE-2026-64525 is rated at 55.

2

What software is affected by CVE-2026-64525?

CVE-2026-64525 affects the Linux kernel.

3

How do I fix CVE-2026-64525?

To fix CVE-2026-64525, make sure to update the Linux kernel to the latest version where this vulnerability has been patched.

4

What is the nature of the vulnerability in CVE-2026-64525?

CVE-2026-64525 involves inappropriate handling of RCU synchronization during namespace exit in the Linux kernel.

5

Can CVE-2026-64525 be exploited remotely?

CVE-2026-64525 does not specifically indicate remote exploitability, but vulnerabilities in the kernel can often affect system stability and security.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203