In the Linux kernel, the following vulnerability has been resolved:
netfilter: nftsetrbtree: skip end interval element from gc
rbtree lazy gc on insert might collect an end interval element that has been just added in this transactions, skip end interval elements that are not yet active.