icon-carat-right menu search cmu-wordmark

Anatomy of Another Java Zero-Day Exploit

Presentation
In this presentation, the authors analyze the vulnerabilities in Java that permitted a notorious exploit.
Publisher

Software Engineering Institute

Abstract

Java was recently hit by several major exploits. These exploits were written in pure Java and relied on several obscure components of the Java library. Understanding how exploits undermine Java security is a fundamental step in understanding and improving Java security and producing secure Java code. Consequently, this session demonstrates and examines a public exploit. It dissects the code of the exploit and illustrates how the exploit managed to attack an unpatched Java Virtual Machine, focusing on the techniques the exploit used, with references to relevant guidelines from the CERT Oracle Secure Coding Standard for Java. The session concludes with an explanation of how Java was patched to defeat the exploit.