When Good Instructions Go Bad: Generalizing Return-Oriented Programming to RISC

By Erik Buchanan, Ryan Roemer, Hovav Shacham, and Stefan Savage.

In Proceedings of CCS 2008, pages 27–38. ACM Press, Oct. 2008.

Superseded by [RBSS12].

Abstract

This paper reconsiders the threat posed by Shacham’s “return-oriented programming”—a technique by which W⊕X-style hardware protections are evaded via carefully crafted stack frames that divert control flow into the middle of existing variable-length x86 instructions—creating short new instructions streams that then return. We believe this attack is both more general and a greater threat than the author appreciated. In fact, the vulnerability is not limited to the x86 architecture or any particular operating system, is readily exploitable, and bypasses an entire category of malware protections.

In this paper we demonstrate general return-oriented programming on the SPARC, a fixed instruction length RISC architecture with structured control flow. We construct a Turing-complete library of code gadgets using snippets of the Solaris libc, a general purpose programming language, and a compiler for constructing return-oriented exploits. Finally, we argue that the threat posed by return-oriented programming, across all architectures and systems, has negative implications for an entire class of security mechanisms: those that seek to prevent malicious computation by preventing the execution of malicious code.

Material

See Also

Reference

@InProceedings{BRSS08, author = {Erik Buchanan and Ryan Roemer and Hovav Shacham and Stefan Savage}, title = {When Good Instructions Go Bad: Generalizing Return-Oriented Programming to {RISC}}, booktitle = {Proceedings of CCS 2008}, editor = {Paul Syverson and Somesh Jha}, month = oct, year = 2008, publisher = {ACM Press}, pages = {27-38} }

Navigation: Hovav Shacham // Publications // [BRSS08]