LiveActive security incident?Get immediate response
CVE Record

CVE-2024-26910: netfilter: ipset: fix performance regression in swap operation

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix performance regression in swap operation The patch "netfilter: ipset: fix race condition between swap/destroy and kernel side add/del/test", commit 28628fa9 fixes a race condition. But the synchronize_rcu() added to the swap function unnecessarily slows it down: it can safely be moved to destroy and use call_rcu() instead. Eric Dumazet pointed out that simply calling the destroy functions as rcu callback does not work: sets with timeout use garbage collectors which need cancelling at destroy which can wait. Therefore the destroy functions are split into two: cancelling garbage collectors safely at executing the command received by netlink and moving the remaining part only into the rcu callback.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

CVE-2024-26910 is a Linux kernel netfilter/ipset issue tied to a fix for an earlier race condition. The public record describes an unnecessary slowdown in ipset swap handling, not a confirmed remote compromise path. Business urgency depends on whether exposed systems rely on frequent ipset changes for firewall or filtering operations.

Executive priority

Handle through routine kernel patch management unless ipset-heavy firewall automation is business-critical. There is no provided evidence of active exploitation or a direct compromise path, but performance regressions in filtering infrastructure can still affect availability and operations.

Technical view

The issue is in Linux kernel netfilter ipset swap/destroy handling. A prior race-condition fix added synchronize_rcu() to swap, causing unnecessary slowdown. The resolution moves synchronization work toward destroy handling and uses call_rcu(), with special handling for sets with timeout garbage collectors.

Likely exposure

Linux systems using kernel netfilter ipset are the relevant population. Exposure is most meaningful where automation frequently swaps, destroys, or updates ipsets for firewall, blocklist, or traffic-filtering workflows. The source bundle does not identify specific distributions beyond Debian LTS advisory coverage.

Exploitation context

The source bundle does not cite active exploitation, public exploit tooling, or CISA KEV listing. The described impact is a kernel ipset performance regression during swap operations. Treat exploitability and security impact as not fully evidenced from the provided sources.

Researcher notes

Focus analysis on netfilter/ipset swap and destroy paths, RCU synchronization, and timeout-set garbage collector behavior. The public description is narrow and lacks CVSS, CWE, exploitability detail, or precise operational impact beyond performance regression.

Mitigation direction

  • Inventory Linux kernels that use netfilter ipset functionality.
  • Prioritize vendor kernel updates that include the referenced stable fixes.
  • Review Debian LTS guidance for affected Debian systems.
  • Check kernel vendor advisories before applying non-vendor patches.
  • Monitor firewall automation for ipset swap latency or failures.

Validation and detection

  • Confirm running kernel versions against vendor fixed-kernel advisories.
  • Identify hosts or containers using ipset-backed firewall rules.
  • Review change automation for frequent ipset swap or destroy operations.
  • Check package changelogs for CVE-2024-26910 or referenced commits.
  • Verify post-update firewall automation still completes within expected time.
Prepared
Confidence
medium
Sources
10

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cve · low confidence lookup

CVE-2024-26910 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
3Timeline events
2ADP providers
9Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
CVECVE Program Container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux427deb5ba5661c4ae1cfb35955d2e01bd5f3090a, e7152a138a5ac77439ff4e7a7533448a7d4c260d, 8bb930c3a1eacec1b14817f565ff81667c7c5dfa, 875ee3a09e27b7adb7006ca6d16faf7f33415aa5, 23c31036f862582f98386120aee55c9ae23d7899, 28628fa952fefc7f2072ce6e8016968cc452b1ba, 28628fa952fefc7f2072ce6e8016968cc452b1ba, a12606e5ad0cee8f4ba3ec68561c4d6275d2df57, 5.4.264, 5.10.204, 5.15.143, 6.1.68, 6.6.7, 4.19.302unaffected
LinuxLinux6.7, 0, 5.4.269, 5.10.210, 5.15.149, 6.1.79, 6.6.18, 6.7.6, 6.8affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.