Skip to content

Commit

Permalink
for stability test
Browse files Browse the repository at this point in the history
  • Loading branch information
conlonial committed Aug 24, 2024
1 parent 19ef0f3 commit 8ced087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pocs/linux/kernelctf/CVE-2024-26642_lts/docs/exploit.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ void primitive_0(struct nl_sock *socket, char *table, char *target_obj, int repe
free(pad);
}
```
How it works:
1. message 0: Create a pipapo set with flags `NFT_SET_TIMEOUT` and `NFT_SET_ANONYMOUS`
2. message from 1 to (repeat_time): Create repeat_time set elements, all of which contain `NFTA_SET_ELEM_EXPIRATION` and `NFTA_SET_ELEM_TIMEOUT`.
Expand Down

0 comments on commit 8ced087

Please sign in to comment.