Mitigation of Kernel Memory Corruption Using Multiple Kernel Memory Mechanism
Autor: | Hiroki Kuzuno, Toshihiro Yamauchi |
---|---|
Rok vydání: | 2021 |
Předmět: |
Software_OPERATINGSYSTEMS
Address space layout randomization Theoretical computer science General Computer Science Address space Computer science Memory corruption General Engineering Security kernel Mandatory access control TK1-9971 Memory management System call Kernel (statistics) operating system kernel vulnerability system security General Materials Science Electrical engineering. Electronics. Nuclear engineering |
Zdroj: | IEEE Access, Vol 9, Pp 111651-111665 (2021) |
ISSN: | 2169-3536 |
Popis: | Operating systems adopt kernel protection methods (e.g., mandatory access control, kernel address space layout randomization, control flow integrity, and kernel page table isolation) as essential countermeasures to reduce the likelihood of kernel vulnerability attacks. However, kernel memory corruption can still occur via the execution of malicious kernel code at the kernel layer. This is because the vulnerable kernel code and the attack target kernel code or kernel data are located in the same kernel address space. To gain complete control of a host, adversaries focus on kernel code invocations, such as function pointers that rely on the starting points of the kernel protection methods. To mitigate such subversion attacks, this paper presents multiple kernel memory (MKM), which employs an alternative design for kernel address space separation. The MKM mechanism focuses on the isolation granularity of the kernel address space during each execution of the kernel code. MKM provides two kernel address spaces, namely, i) the trampoline kernel address space, which acts as the gateway feature between user and kernel modes and ii) the security kernel address space, which utilizes the localization of the kernel protection methods (i.e., kernel observation). Additionally, MKM achieves the encapsulation of the vulnerable kernel code to prevent access to the kernel code invocations of the separated kernel address space. The evaluation results demonstrated that MKM can protect the kernel code and kernel data from a proof-of-concept kernel vulnerability that could lead to kernel memory corruption. In addition, the performance results of MKM indicate that the system call overhead latency ranges from $0.020~\mu \text{s}$ to $0.5445~\mu \text{s}$ , while the web application benchmark ranges from $196.27~\mu \text{s}$ to 6, $685.73~\mu \text{s}$ for each download access of 100,000 Hypertext Transfer Protocol sessions. MKM attained a 97.65% system benchmark score and a 99.76% kernel compilation time. |
Databáze: | OpenAIRE |
Externí odkaz: |