nebelwelt.net logo
navigation logo

String Oriented Programming - Circumventing ASLR, DEP, and Other Guards

 

Reference:

Mathias Payer, ETH Zurich

 

Abstract:

The protection landscape is changing and exploits are getting more and more sophisticated. Exploit generation toolkits can be used to construct exploits for specific applications using well-defined algorithms. We present such an algorithm for leveraging format strings and introduce string oriented programming.

 

String oriented programming takes format string exploits to the next level and turns an intrusion vector that needs hand-crafted exploits into arbitrary code execution. Similar to return oriented programming or jump oriented programming string oriented programming does not rely on existing code but concatenates gadgets in the application using static program analysis.

 

This talk presents an algorithm and a technique that takes a vulnerable application that contains a format string exploit as a parameter and constructs a format string exploit that can be used to inject a dynamic jump oriented programming dispatcher into the running application. String oriented programming circumvents ASLR, DEP, and ProPolice.

 

Links:

 

 

Bibtex:

@article{payerm11SOP,
  author = {Mathias Payer},
  title = {String Oriented Programming - Circumventing ASLR, DEP
    and Other Guards},
  booktitle = {28c3'11},
  pages = {5},
  year = {2011},
}