cve/2024/CVE-2024-27017.md
2024-05-25 21:48:12 +02:00

901 B

CVE-2024-27017

Description

In the Linux kernel, the following vulnerability has been resolved:netfilter: nft_set_pipapo: walk over current view on netlink dumpThe generation mask can be updated while netlink dump is in progress.The pipapo set backend walk iterator cannot rely on it to infer whatview of the datastructure is to be used. Add notation to specify if userwants to read/update the set.Based on patch from Florian Westphal.

POC

Reference

No PoCs from references.

Github