Thursday, December 29, 2011

28c3: Reinventing code injection (English)




String Oriented Programming

Circumventing ASLR, DEP, and Other Guards


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.
Attached files

28c3-SOP-payerm.pdf (application/pdf - 210.4 KB)
28c3-SOP-slides-payerm.pdf

http://events.ccc.de/congress/2011/Fahrplan/events/4817.en.html

No comments:

Post a Comment