17007

Dynamic Buffer Overflow Detection for GPGPUs

Christopher Erb, Mike Collins, Joseph L. Greathouse
AMD Research, Advanced Micro Devices, Inc., Austin, TX, USA
IEEE/ACM International Symposium on Code Generation and Optimization (CGO 2017), 2017

@inproceedings{erb2017dynamic,

   title={Dynamic buffer overflow detection for GPGPUs},

   author={Erb, Christopher and Collins, Mike and Greathouse, Joseph L},

   booktitle={Proceedings of the 2017 International Symposium on Code Generation and Optimization},

   pages={61–73},

   year={2017},

   organization={IEEE Press}

}

Buffer overflows are a common source of program crashes, data corruption, and security problems. In this work, we demonstrate that GPU-based workloads can also cause buffer overflows, a problem that was traditionally ignored because CPUs and GPUs had separate memory spaces. Modern GPUs share virtual, and sometimes physical, memory with CPUs, meaning that GPU-based buffer overflows are capable of producing the same program crashes, data corruption, and security problems as CPU-based overflows. While there are many tools to find buffer overflows in CPU-based applications, the shift towards GPU-enhanced programs has expanded the problem beyond their capabilities. This paper describes a tool that uses canaries to detect buffer overflows caused by GPGPU kernels. It wraps OpenCL API calls and alerts users to any kernel that writes outside of a memory buffer. We study a variety of optimizations, including using the GPU to perform the canary checks, which allow our tool to run at near application speeds. The resulting runtime overhead, which scales with the number of buffers used by the kernel, is 14% across 175 applications in 16 GPU benchmark suites. In these same suites, we found 13 buffer overflows in 7 benchmarks.
No votes yet.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: