CVE-2026-72434
Received Received - Intake

BaseFortify

Vulnerability report for CVE-2026-72434, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-15

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: make sure gc is properly stopped Sashiko noticed that when destroying a set, cancel_delayed_work_sync() was called while gc calls queue_delayed_work() unconditionally which can lead not to properly shutting down the gc.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-15
Generated
2026-08-15
AI Q&A
2026-08-15
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
netfilter ipset *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel's netfilter ipset involves improper shutdown of garbage collection (gc). When a set is destroyed, the system attempts to stop gc using cancel_delayed_work_sync(), but gc may still call queue_delayed_work() unconditionally. This can prevent proper shutdown of gc, potentially leading to resource leaks or other issues.

Impact Analysis

This vulnerability could lead to resource exhaustion or instability in systems using netfilter ipset. If gc is not properly stopped, it may continue running unnecessarily, consuming system resources and potentially causing performance degradation or crashes in affected systems.

Mitigation Strategies

Update the Linux kernel to the latest stable version that includes the fix for this vulnerability. Monitor system logs for any signs of improper garbage collection in ipset operations.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72434. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart