Security Advisory

CVE-2026-72435

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-08-15 05:56:49
Last updated 2026-08-17 05:44:10
Assigner Linux
CVSS score 7.8
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix order of kfree_rcu() and rcu_assign_pointer() Sashiko pointed out that kfree_rcu() was called before rcu_assign_pointer() in handling the comment extension. Fix the order so that rcu_assign_pointer() called first.