GuaNary: Efficient Buffer Overflow Detection In Virtualized Clouds Using Intel EPT-based Sub-PageWrite Protection Support

Proceedings of the ACM on Measurement and Analysis of Computing Systems(2023)

引用 0|浏览2
暂无评分
摘要
Write buffer overflow is a widespread and prevalent memory safety violation in C/C++, reported as the top vulnerability in 2022 and 2023. Secure memory allocators are generally used to protect systems against attacks that may exploit buffer overflows. Existing allocators mainly rely on two types of countermeasures to prevent or detect write overflows: canaries and guard pages, each with pros and cons in terms of detection latency and memory footprint. For virtualized cloud applications, this paper follows the Out of Hypervisor (OoH) trend and introduces GUANARY, a safety guard against write overflows, allowing synchronous detection at a low memory footprint cost. OoH is a new virtualization research axis introduced in 2022 advocating the exposure of hardware features for virtualization to the guest OS so that its processes can take advantage of them. Based on the OoH principle, GUANARY leverages Intel Sub-Page write Permission (SPP), a recent hardware virtualization feature that allows to write-protect guest memory at the granularity of 128B (namely, sub-page) instead of 4KB. We implement a software stack, LEANGUARD, which promotes the utilization of SPP from inside virtual machines by new secure allocators that use GUANARY. Our evaluation shows that for the same number of protected buffers, LEANGUARD consumes 8.3x less memory than SLIMGUARD, a recent state-of-the-art secure allocator. Further, for the same memory consumption, LEANGUARD allows protecting 25x more buffers than SLIMGUARD.
更多
查看译文
关键词
Buffer overflow detection,Secure heap memory allocator,Virtualized Clouds,Intel SPP
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要