A New Class of Buffer Overflow Attacks

Abstract

In this paper, we focus on a class of buffer overflow vulnerabilities that occur due to the "placement new'' expression in C++. "Placement new'' facilitates placement of an object/array at a specific memory location. When appropriate bounds checking is not in place, object overflows may occur. Such overflows can lead to stack as well as heap/data/bss overflows, which can be exploited by attackers in order to carry out the entire range of attacks associated with buffer overflow. Unfortunately, buffer overflows due to "placement new'' have neither been studied in the literature nor been incorporated in any tool designed to detect and/or address buffer overflows. In this paper, we show how the "placement new'' expression in C++ can be used to carry out buffer overflow attacks - on the stack as well as heap/data/bss. We show that overflowing objects and arrays can also be used to carry out virtual table pointer subterfuge, as well as function and variable pointer subterfuge. Moreover, we show how "placement new" can be used to leak sensitive information, and how denial of service attacks can be carried out via memory leakage.

Keywords

arrays, decision support systems, memory management, security, servers, web services, attacks, buffer overflow, placement new, stack overflow, heap overflow

Date of this Version

6-2011

DOI

10.1109/ICDCS.2011.63

Comments

International Conference onDistributed Computing Systems (ICDCS), 2011 31st. Issue Date: 20-24 June 2011
On page(s): 730 - 739
Location: Minneapolis, MN

Share

COinS