Junglewise Threat Intelligence

CVE-2026-52921: Linux Kernel netfilter ipset boundary error in hash range iteration

CVE-2026-52921 · Severity: info · CVSS 0 · Published 2026-06-24

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's netfilter component, which is responsible for network traffic filtering and firewalling. Specifically, the 'ipset' utility, used to manage groups of IP addresses, contains a logic error when processing ranges of IPv4 addresses. This could potentially allow an attacker to cause the system to process unintended network addresses, leading to unexpected firewall behavior or system instability.

Technical details

A vulnerability exists in several hash set variants of the Linux kernel's ipset component (hash:ip,mark; hash:ip,port; hash:ip,port,ip; and hash:ip,port,net). These variants use a 32-bit iterator to process IPv4 ranges. Due to improper boundary checking, the iterator could advance once more after processing the last address in a requested range. This moves the traversal state past the end of the request, causing subsequent retries to continue from unintended positions. The fix involves explicitly handling the iterator increment at the end of the loop and ensuring it stops once the upper bound is reached.

Affected products

  • Linux Linux Kernel 48596a8ddc46 to be75218fadea22e59c8673db212f29c681bf45bb

Timeline

  • 2026-06-24: disclosed
  • 2026-06-24: advisory

References

Related threats