cs263 / sidechannel-analysis

An evaluation of side-channels in runtime systems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sidechannel Analysis

Project Vision

We will be doing an evaluation of side-channels in runtime systems. Side-channels are present when information about the internal workings of a system can be inferred from measuring certain, often seemingly irrelevant, properties. These properties are usually inherently tied to either the hardware or the runtime, such as the execution time of the program or amount of memory used. We will be implementing ten programs with runtime-specific side channel vulnerabilities on different managed runtimes and analyzing the results. We will quantify any differences in side-channel strength depending on the language and runtime. We will estimate and validate which language or runtime traits caused the differences to occur, and actively search for a way to patch these, if possible.

Team

  • Tegan Brennan (8133175)
  • Miroslav Gavrilov (9379132)

Resources

Tools Used

  • For build duties, we're testing out an in-house tool called gyros, which does automatic background rebuilds guided by recipes and tries to do a generally better job than Makefiles (source code not included because it would be cheating, but available here.

About

An evaluation of side-channels in runtime systems.


Languages

Language:TeX 61.7%Language:Scala 11.1%Language:XSLT 8.9%Language:Python 7.8%Language:Java 7.7%Language:CSS 1.8%Language:C++ 0.9%Language:Makefile 0.1%