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.
Published: 2026-08-15
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The kernel’s netfilter ipset module previously performed a free operation before reassigning a pointer, which could leave a reference to freed memory. This ordering error creates a use‑after‑free that can corrupt kernel memory and may enable arbitrary code execution with elevated privileges.

Affected Systems

All Linux kernel builds that contain the netfilter ipset feature and that have not yet incorporated the commit that reorders the calls are affected. The code path exists in every kernel release prior to the commit represented by the hash 3ca9982a8882470aa0ac4e8bb9a552b181d1efcd. Administrators should verify whether their running kernel includes this commit or upgrade to a kernel version that integrates the patch.

Risk and Exploitability

The EPSS score is below 1%, indicating a low probability of exploitation in the wild. The CVSS score of 7.8 reflects a high severity risk. The vulnerability is not listed in the CISA KEV catalog. Based on the description, it is inferred that an attacker would need to send malicious network traffic that triggers the ipset comment extension processing path. The likely attack vector is network‑based via crafted packets, potentially leading to a kernel crash or arbitrary code execution.

Generated by OpenCVE AI on August 22, 2026 at 05:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel release that contains the commit reordering kfree_rcu() and rcu_assign_pointer().
  • If a kernel upgrade cannot be performed immediately, unload or disable the netfilter ipset module to remove the vulnerable code path.
  • As a temporary measure, block or restrict network traffic that would invoke the ipset comment extension, such as tightening firewall rules or disabling related services.

Generated by OpenCVE AI on August 22, 2026 at 05:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 04:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Thu, 20 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-825
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 17 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Mon, 17 Aug 2026 09:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Sat, 15 Aug 2026 19:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
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.
Title netfilter: ipset: fix order of kfree_rcu() and rcu_assign_pointer()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:44:10.925Z

Reserved: 2026-08-09T03:40:39.929Z

Link: CVE-2026-72435

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:17.343

Modified: 2026-08-17T06:19:10.820

Link: CVE-2026-72435

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72435 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T06:00:11Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference