Terminology Index
Glossary
23 terms starting with "K"
Showing 1-23 of 23 terms
Kernel Exploits
Attacks that exploit vulnerabilities in the operating-system kernel to gain the highest level of privilege, since kernel code runs with full control, a successful kernel exploit can completely compromise a system.
The kernel is the most privileged part of an OS, so a vulnerability in it is severe: a kernel exploit can give an attacker full control, bypassing user-level protections and enabling privilege escalation to root or SYSTEM. Attackers use kernel exploits to escalate from limited access to total control, often after gaining an initial foothold. Defenders counter them through patching, exploit mitigations, and reducing local attack surface, and by detecting the anomalous behavior exploitation can produce.
Introduced in: Operating Systems for Defenders
Examples
- Exploiting a kernel vulnerability to escalate from a user to root.
- Using a kernel exploit to bypass user-level security controls.
- Patching promptly to close a kernel vulnerability before exploitation.
No related terms linked yet.
