Description
In the Linux kernel, the following vulnerability has been resolved:

netfilter: nft_set_rbtree: check for partial overlaps in anonymous sets

Userspace provides an optimized representation in case intervals are
adjacent, where the end element is omitted.

The existing partial overlap detection logic skips anonymous set checks
on start elements for this reason.

However, it is possible to add intervals that overlap to this anonymous
where two start elements with the same, eg. A-B, A-C where C < B.

start end
A B
start end
A C

Restore the check on overlapping start elements to report an overlap.
Published: 2026-05-27
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s nft_set_rbtree component lacks protection against adding two intervals with overlapping start points to anonymous sets. This oversight, a CWE‑1288 (Partial Overlap) flaw, allows a user to insert conflicting ranges. The nftables engine may then incorrectly match or drop packets, resulting in a firewall rule bypass or a denial‑of‑service condition where legitimate traffic fails to traverse the intended paths.

Affected Systems

All Linux kernel installations that include the nft_set_rbtree implementation, up to the release that incorporates the fix. No specific kernel versions are enumerated in the advisory, so the vulnerability potentially spans the current stable kernel releases until the patch is applied.

Risk and Exploitability

Exploitation requires the ability to add custom nftables rules, which typically demands CAP_NET_ADMIN or root privileges. With a CVSS score of 5.5, the vulnerability is considered moderate, though its severity is tempered by an EPSS score of < 1%, indicating a low likelihood of exploitation. The vulnerability is not listed in CISA KEV. The likely attack vector involves a privileged user configuring nftables rules with overlapping anonymous intervals, which can lead to firewall rule bypass or unintended packet drops.

Generated by OpenCVE AI on May 28, 2026 at 17:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the nft_set_rbtree fix.
  • Restrict nftables rule configuration to users with CAP_NET_ADMIN and audit all rule changes for overlapping intervals.
  • Implement a validation layer or script that detects overlapping anonymous intervals in nftables rules before they are applied.

Generated by OpenCVE AI on May 28, 2026 at 17:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4606-1 linux security update
History

Thu, 28 May 2026 15:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

Thu, 28 May 2026 12:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Low


Wed, 27 May 2026 22:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

Wed, 27 May 2026 14:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_set_rbtree: check for partial overlaps in anonymous sets Userspace provides an optimized representation in case intervals are adjacent, where the end element is omitted. The existing partial overlap detection logic skips anonymous set checks on start elements for this reason. However, it is possible to add intervals that overlap to this anonymous where two start elements with the same, eg. A-B, A-C where C < B. start end A B start end A C Restore the check on overlapping start elements to report an overlap.
Title netfilter: nft_set_rbtree: check for partial overlaps in anonymous sets
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-05-27T12:15:52.916Z

Reserved: 2026-05-13T15:03:33.081Z

Link: CVE-2026-45873

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-05-27T14:17:00.780

Modified: 2026-05-27T14:48:31.480

Link: CVE-2026-45873

cve-icon Redhat

Severity : Low

Publid Date: 2026-05-27T00:00:00Z

Links: CVE-2026-45873 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-28T17:15:21Z

Weaknesses