Some notes on the security properties of the pipe_buffer kernel object
@a13xp0p0v posted an article about a few experiments with the pipe_buffer kernel object within his kernel-hack-drill project.
Alexander described multiple pipe_buffer features relevant for kernel exploits that rely on this object.
https://a13xp0p0v.github.io/2026/04/20/pipe-buffer-experiments.html

Some notes on the security properties of the pipe_buffer kernel object
Many exploits of Linux kernel vulnerabilities use the pipe_buffer kernel object to build strong exploit primitives. When I was experimenting with my personal project kernel-hack-drill, I discovered some interesting properties of pipe_buffer, which may not be described in public articles (at least, I didn't find them). That's why I decided to write this short post and share my thoughts.







