Skip to content

Commit

Permalink
Update pocs/linux/kernelctf/CVE-2024-36972_lts_cos/docs/exploit.md
Browse files Browse the repository at this point in the history
Co-authored-by: artmetla <[email protected]>
  • Loading branch information
st424204 and artmetla authored Jan 17, 2025
1 parent fa3bed7 commit e83237c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ void do_epoll_enqueue(int fd)
sk_buff's refcount is named as users. When sk_buff will be freed if users==1 while calling kfree_skb.
Unix socket oob_skb's users has two. One is for stored in unix_sock->oob_skb and another is for sock->sk_receive_queue.
We use two threads to cause race between unix_gx and queue_oob in the following condition.
We use two threads to cause race between unix_gc and queue_oob in the following condition.
```
Thread A | Thread B
Expand Down

0 comments on commit e83237c

Please sign in to comment.