1 / 6

The Effectiveness of Instruction Set Randomization

Where's the FEEB?: The Effectiveness of Instruction Set Randomization. Nora Sovarel, David Evans, Nate Paul. To appear at USENIX Security, August 2005. The Effectiveness of Instruction Set Randomization. Nora Sovarel http://www.cs.virginia.edu/nora University of Virginia Computer Science

bardia
Télécharger la présentation

The Effectiveness of Instruction Set Randomization

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Where's the FEEB?: The Effectiveness of Instruction Set Randomization. Nora Sovarel, David Evans, Nate Paul.To appear at USENIX Security, August 2005 The Effectiveness of Instruction Set Randomization Nora Sovarel http://www.cs.virginia.edu/nora University of Virginia Computer Science 2005 IEEE Symposium on Security and Privacy

  2. Instruction Set Randomization Encryption Key Decryption Key Compile Load In memory Execution

  3. 2-byte instruction Correct: infinite loop Wrong: Usually crashes Sometimes false positive False positives Conditional jumps Used to reduce the number of attempts (average 24 per byte) Jump Attack: jmp -2 eb eb fe fe cd 0xbfffe990 0xbfffe991

  4. Requirements • Multiple guess attempts on same key • Server forks process • No rerandomization • Remotely observable behavior • Injection at known address • Simple encryption scheme • Byte-wise • Learn key from one plain/cipher pair

  5. Conclusion • It sometimes works • Possible countermeasures • Rerandomize periodically • Stronger encryption http://www.cs.virginia.edu/nora Where's the FEEB?: The Effectiveness of Instruction Set Randomization. Nora Sovarel, David Evans, Nate Paul. To appear at USENIX Security 2005

More Related