Software

Phosphor: Illuminating Dynamic Data Flow in the JVM (Artifact for Evaluation)

Bell, Jonathan Schaffer; Kaiser, Gail E.

Dynamic taint analysis is a well-known information flow analysis problem with many possible applications. Taint tracking allows for analysis of application data flow by assigning labels to inputs, and then propagating those labels through data flow. Taint tracking systems traditionally compromise among performance, precision, accuracy, and portability. Performance can be critical, as these systems are typically intended to be deployed with software, and hence must have low overhead. To be deployed in security-conscious settings, taint tracking must also be accurate and precise. Dynamic taint tracking must be portable in order to be easily deployed and adopted for real world purposes, without requiring recompilation of the operating system or language interpreter, and without requiring access to application source code. We present Phosphor, a dynamic taint tracking system for the Java Virtual Machine (JVM) that simultaneously achieves our goals of performance, accuracy, precision, and portability. Moreover, to our knowledge, it is the first portable general purpose taint tracking system for the JVM. We evaluated Phosphor's performance on two commonly used JVM languages (Java and Scala), on two versions of two commonly used JVMs (Oracle's HotSpot and OpenJDK's IcedTea) and on Android's Dalvik Virtual Machine, finding its performance to be impressive: as low as 3% (53% on average), using the DaCapo macro benchmark suite. This artifact contains the code needed to reproduce the experiments detailed in our paper.

Subjects

Files

  • thumnail for Artifact_63_-_Phosphor.zip Artifact_63_-_Phosphor.zip application/zip -1961481133 Bytes Download File

More About This Work

Academic Units
Computer Science
Published Here
January 13, 2015

Notes

This is supplemental material to Columbia University Computer Science Technical Report CUCS-008-14, which can be viewed in Academic Commons at http://dx.doi.org/10.7916/D8QJ7FFX.