PatchSiren cyber security CVE debrief
CVE-2026-45873 Linux CVE debrief
A logic flaw in the Linux kernel's netfilter nft_set_rbtree implementation allowed partial interval overlaps to go undetected in anonymous sets. The existing overlap detection skipped checks on start elements when intervals were adjacent (an optimization where end elements are omitted). However, this permitted scenarios where two start elements could share the same starting point with different endpoints (e.g., A-B and A-C where C < B), creating a partial overlap that was not reported. The fix restores validation of overlapping start elements to properly detect and reject these cases.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- MEDIUM 5.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-27
- Original CVE updated
- 2026-06-25
- Advisory published
- 2026-05-27
- Advisory updated
- 2026-06-25
Who should care
Linux system administrators using nftables with interval-based sets; security teams monitoring kernel netfilter integrity; distribution maintainers packaging kernel updates
Technical summary
The nft_set_rbtree module in the Linux kernel's netfilter framework failed to detect partial overlaps when processing anonymous sets with interval representations. The vulnerability stemmed from an optimization that skipped overlap checks on start elements for adjacent intervals (where end elements are omitted). This allowed malformed interval configurations where two start elements share the same starting point but have different endpoints (e.g., A-B and A-C where C < B) to bypass detection. The fix restores proper validation of overlapping start elements.
Defensive priority
medium
Recommended defensive actions
- Review kernel version and confirm netfilter nftables is in use
- Apply kernel updates containing the referenced stable commits when available from distribution maintainers
- Monitor for nftables rule updates that may trigger the corrected overlap detection
- Validate nftables configuration for any rules relying on interval sets that may have been accepted due to the bypass
Evidence notes
The vulnerability description indicates this was resolved in the Linux kernel netfilter subsystem. Multiple stable kernel commits are referenced, suggesting backports to various kernel versions. The issue affects nft_set_rbtree's handling of anonymous sets with interval representations.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-45873 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-45873
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-45873 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-45873
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/029e5f6a95e905b12d6bc20421be32a01e0eb311
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/05feaf826390fd16f1deb89dd9412def3b2a280f
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/4780ec142cbb24b794129d3080eee5cac2943ffc
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/7ca5813e1b21ef300e04593f47b073ef3217aac6
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/dad14d22dff1a191612acb98facceb303d0524a2
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/e6497e06a102870803a59570d75ed2c36d7e11b3
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/f1381ce0a1dd013610985e1c4260908163a427df
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.