Nytro Posted December 23, 2012 Report Posted December 23, 2012 Thwarting Code Injection Attacks with System ServiceInterface RandomizationXuxian Jiangy, Helen J. Wangz, Dongyan Xu, Yi-Min Wangzy George Mason University z Microsoft Research Purdue Universityxjiang@ise.gmu.edu fhelenw, ymwangg@microsoft.com dxu@cs.purdue.eduAbstractCode injection attacks are a top threat to today's Internet. With zero-day attacks on the rise, randomization techniques have been introduced to diversify software and operation systems of networked hosts so that attacks that succeed on one process or one host cannot succeed on others. Two most notable system-wide randomization techniques are Instruction Set Randomization (ISR) and Address Space Layout Randomization (ASLR).The former randomizes instruction set for each process, while the latter randomizes the memory address space layout. Both suffer from a number of attacks. In this paper, we advocate and demonstrate that by combining ISR and ASLR effectively, we can offer much more robust protection than each of them individually. However, trivial combination of both schemes is not sufcient. To this end, we make the key observation that system call instructions matter the most to attackers for code injection. Our system, RandSys, uses system call instruction randomization and the general technique of ASLR along with a number of new enhancements to thwart code injection attacks. We have built a prototype for both Linux and Windows platforms. Our experiments show that RandSys can effectively thwart a wide variety of code injection attacks with a small overhead.Keywords: Internet Security, Code Injection Attack, System RandomizationDownload:research.microsoft.com/en-us/um/people/helenw/papers/randSys.pdf Quote