google / google/security-research
Question of CVE-2024-26809
Open
- Dominant language
- C
- Stars
- 4.6k
- Forks
- 582
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 3
Description
I have some question about CVE-2024-26809.
To trigger this vulnerability, we should set pipapo-set's dirty as true, and then delete the set. The method of author is in a same netlink, first insert a elem-D and then delete the pipapo_set.
But when the kernel run function nft_commit(), this will first address NFT_MSG_NEWSETELEM, then the dirty will be set false. After that kernel will run nft_pipapo_destroy, this time dirty already is false, how can we trigger the vulnerability?
Contributor guide
Assessment
This issue has not been assessed yet.