Conversation

this is a neat kernel bug I found in io_uring that is exploitable for LPE. was fun learning about and breaking another Linux kernel meme
Quote Tweet
CVE-2021-41073 loop_rw_iter in fs/io_uring.c in the Linux kernel through 5.14.6 allows local users to gain privileges by using IORING_OP_PROVIDE_BUFFERS to trigger a free of a kernel buffer, as demonstrated by using /proc/<pid>/maps for exploitation. cve.mitre.org/cgi-bin/cvenam
24
877
Replying to and
Decent chance of bugs there being RCE vulnerabilities even if they're rarely ever exposed that way in practice. Especially some of the conntrack connection helpers... github.com/torvalds/linux I'm pretty sure that hand-rolled ASN1 parser is exposed remotely. Just saying...
10