<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jefferson&#039;s Wheel &#187; Side-Channel Analysis</title>
	<atom:link href="http://www.jeffersonswheel.org/category/side-channel-analysis/feed" rel="self" type="application/rss+xml" />
	<link>https://www.jeffersonswheel.org</link>
	<description>Security Research at the University of Virginia</description>
	<lastBuildDate>Sun, 14 Oct 2018 03:12:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Peter Chapman&#8217;s CCS talk on Side-Channel Analysis (and Guinness!)</title>
		<link>https://www.jeffersonswheel.org/2011/peter-chapmans-ccs-talk-on-side-channel-analysis-and-guinness</link>
		<comments>https://www.jeffersonswheel.org/2011/peter-chapmans-ccs-talk-on-side-channel-analysis-and-guinness#comments</comments>
		<pubDate>Thu, 20 Oct 2011 17:04:10 +0000</pubDate>
		<dc:creator>David Evans</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Side-Channel Analysis]]></category>

		<guid isPermaLink="false">http://www.jeffersonswheel.org/?p=349</guid>
		<description><![CDATA[Peter Chapman presented our work on side-channel analysis for web applications at CCS yesterday. His slides are available here: [PPTX] [PDF]. It&#160;provides&#160;an automated way to analyze a web application for side-channel vulnerabilities, as well as a better metric for quantifying those vulnerabilities (that may have applications to many other areas where it is important to [...]]]></description>
				<content:encoded><![CDATA[<p><img align="right" src="http://www.cs.virginia.edu/evans/blog/images/guinness.png" width=180 hspace=10 vspace=10><br />
Peter Chapman presented our work on side-channel analysis for web applications at <a href="http://sigsac.org/ccs/CCS2011/">CCS</a> yesterday.  His slides are available here: [<a href="http://www.cs.virginia.edu/evans/blog/images/ccs-final.pptx">PPTX</a>] [<a href="http://www.cs.virginia.edu/evans/blog/images/ccs-final.pdf">PDF</a>].
</p>
<p><img align="left" src="http://www.cs.virginia.edu/evans/blog/images/fisher.png" width=180 hspace=2 vspace=2></p>
<p>
It&nbsp;provides&nbsp;an automated way to analyze a web application for side-channel vulnerabilities, as well as a better metric for quantifying those vulnerabilities (that may have applications to many other areas where it is important to know how well states can be distinguished).  It is described in more detail in this paper: <em><a href="http://www.cs.virginia.edu/evans/pubs/ccs2011/">Automated Black-Box Detection of Side-Channel Vulnerabilities in Web Applications</a></em> (and <a href="http://www.jeffersonswheel.org/2011/side-channel-analysis-paper">earlier post</a>), but for the important connection to Guinness you need to view the slides.  The tool is also freely available at <a href="http://www.cs.virginia.edu/sca/"><em>http://www.cs.virginia.edu/sca/</em></a> (with a tutorial explaining how to use it!)</p>
]]></content:encoded>
			<wfw:commentRss>https://www.jeffersonswheel.org/2011/peter-chapmans-ccs-talk-on-side-channel-analysis-and-guinness/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Side-Channel Analysis Paper</title>
		<link>https://www.jeffersonswheel.org/2011/side-channel-analysis-paper</link>
		<comments>https://www.jeffersonswheel.org/2011/side-channel-analysis-paper#comments</comments>
		<pubDate>Sun, 14 Aug 2011 14:42:14 +0000</pubDate>
		<dc:creator>David Evans</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[Side-Channel Analysis]]></category>
		<category><![CDATA[Web Security]]></category>

		<guid isPermaLink="false">http://www.jeffersonswheel.org/?p=291</guid>
		<description><![CDATA[Our paper on side-channel analysis of web applications is now available: Peter Chapman and David Evans. Automated Black-Box Detection of Side-Channel Vulnerabilities in Web Applications. In 18th ACM Conference on Computer and Communications Security (CCS 2011), Chicago, IL. 17-21 October 2011. [PDF, 12 pages] The paper describes a black-box tool for detecting side-channel vulnerabilities by [...]]]></description>
				<content:encoded><![CDATA[<p>Our paper on side-channel analysis of web applications is now available:</p>
<p>
Peter Chapman and David Evans.  <em><a href="http://www.cs.virginia.edu/evans/pubs/ccs2011/">Automated Black-Box Detection of Side-Channel Vulnerabilities in Web Applications</a></em>. In  <a href="http://sigsac.org/ccs/CCS2011/"><em>18th ACM Conference on Computer and Communications Security</em></a> (CCS 2011), Chicago, IL.  17-21 October 2011.  [<a href="http://www.cs.virginia.edu/evans/pubs/ccs2011/sca-packaged.pdf">PDF</a>, 12 pages]
</p>
<p>The paper describes a black-box tool for detecting side-channel vulnerabilities by analyzing network traffic over repeated crawls of a web application. Our tool quantifies the severity of side-channel leaks in a web application, and gives web application developers a measure of the risk of information leakage against different types of adversaries.  The frequent and highly dynamic client-server communication that is characteristic of modern web applications leaves them vulnerable to side-channel leaks where an adversary can learn about the state of the application and visitor&#8217;s choices, even over encrypted connections.  Our approach provides a new way to quantify the severity of these vulnerabilities based on analyzing the results of traces of the web traffic using the Fisher criterion.
</p>
<p><center><br />
<a href="http://www.cs.virginia.edu/evans/pubs/ccs2011/system_overview_colored.png"><img src="http://www.cs.virginia.edu/evans/pubs/ccs2011/system_overview_small.png" width=500 border=0 alt="System Overview"></a> </center> </p>
<p>
Peter will present the paper at CCS in Chicago in October.  </p>
<p>
<a href="http://www.cs.virginia.edu/sca/"><b>Project Site</b></a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.jeffersonswheel.org/2011/side-channel-analysis-paper/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
