Vulnerability CVE-2023-52433


Published: 2024-02-20

Description:
netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction

New elements in this transaction might expired before such transaction
ends. Skip sync GC for such elements otherwise commit path might walk
over an already released object. Once transaction is finished, async GC
will collect such expired element.

 References:
https://git.kernel.org/stable/c/e3213ff99a35
https://git.kernel.org/stable/c/2ee52ae94baa

Copyright 2026, cxsecurity.com

 

Back to Top