Linux kernel Bug Let Attackers Insert Malicious Code into the Kernel Address Space

Post Reply
Shane1145
Posts: 1729
Joined: Wed Sep 25, 2024 2:31 pm

Linux kernel Bug Let Attackers Insert Malicious Code into the Kernel Address Space

Post by Shane1145 »

Address Space Layout Randomization (ASLR) is a computer security technique that involves randomly positioning the base address of an executable and the position of libraries, heap, and stack, in a process’s address space.

Linux has long had ASLR for user-space programs, researcher Kees Cook has applied to the kernel itself as well.

https://cybersecuritynews.com/linux-kernel-bug/
Post Reply