Exploit Methods/Text overwrite

From Linux Kernel Security Subsystem
Jump to navigation Jump to search

Details

If an attacker has a write primitive and knows where the kernel is located in memory, they could overwrite functions to do whatever they wanted. Protecting against this is the most basic of kernel memory protections: make sure the kernel is read-only.

Examples

Mitigations

  • Do not leave executable memory also writable