CVE-2026-23333
Received Received - Intake
Open Interval Overlap Vulnerability in Linux Kernel Netfilter nft_set_rbtree

Publication date: 2026-03-25

Last updated on: 2026-04-13

Assigner: kernel.org

Description
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-25
Last Modified
2026-04-13
Generated
2026-05-07
AI Q&A
2026-03-25
EPSS Evaluated
2026-04-13
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability relates to the Linux kernel's netfilter component, specifically the nft_set_rbtree function which manages sets of intervals.

The issue arises because open intervals (intervals without an explicit end element) are difficult to validate, especially when they appear at the end of a set. The validation process relies on having an end element to check for overlaps.

The vulnerability involves improper validation of overlapping intervals when adding or deleting intervals in nft_set_rbtree. Overlaps can occur when a new interval partially overlaps with an existing one, particularly with open intervals.

The fix introduces a new flag in the temporary nft_set_elem structure to mark the last element in an add or delete command. This flag, combined with the start element cookie, helps detect partial overlaps and prevents incorrect interval insertions or deletions.


How can this vulnerability impact me? :

This vulnerability can lead to incorrect handling of interval sets in the Linux kernel's netfilter subsystem.

Specifically, it may cause the system to accept overlapping intervals that should be rejected or reject valid intervals due to spurious errors.

Such incorrect interval management could potentially affect firewall rules or network filtering behavior, possibly leading to security policy bypass or denial of service conditions.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart