This is a mirror of official site: http://jasper-net.blogspot.com/

PaX

| Wednesday, November 9, 2011
PaX is a patch for the Linux kernel that implements least privilege protections for memory pages. The least-privilege approach allows computer programs to do only what they have to do in order to be able to execute properly, and nothing more. PaX was first released in 2000.

PaX flags data memory as non-executable, program memory as non-writable and randomly arranges the program memory. This effectively prevents many security exploits, such as some kinds of buffer overflows. The former prevents direct code execution absolutely, while the latter makes so-called return-to-libc (ret2libc) attacks difficult to exploit, relying on luck to succeed, but doesn't prevent variables and pointers overwriting.

PaX is maintained by The PaX Team, whose principal coder is anonymous.


Read more: Wikipedia
QR: PaX

Posted via email from Jasper-net

0 comments: