TeamUSEC

Rethinking SSL development in an appified world

Sascha Fahl, Marian Harbach, Henning Perl, Markus Koetter and Matthew Smith.
2013 ACM SIGSAC Conference on Computer and Communications Security, CCS'13, Berlin, Germany, November 4-8, 2013
PDF Abstract Cite DOI

Abstract

The Secure Sockets Layer (SSL) is widely used to secure data transfers on the Internet. Previous studies have shown that the state of non-browser SSL code is catastrophic across a large variety of desktop applications and libraries as well as a large selection of Android apps, leaving users vulnerable to Man-in-the-Middle attacks (MITMAs). To determine possible causes of SSL problems on all major appified platforms, we extended the analysis to the walled-garden ecosystem of iOS, analyzed software developer forums and conducted interviews with developers of vulnerable apps. Our results show that the root causes are not simply careless developers, but also limitations and issues of the current SSL development paradigm. Based on our findings, we derive a proposal to rethink the handling of SSL in the appified world and present a set of countermeasures to improve the handling of SSL using Android as a blueprint for other platforms. Our countermeasures prevent developers from willfully or accidentally breaking SSL certificate validation, offer support for extended features such as SSL Pinning and different SSL validation infrastructures, and protect users. We evaluated our solution against 13,500 popular Android apps and conducted developer interviews to judge the acceptance of our approach and found that our solution works well for all investigated apps and developers.

Reference

@inproceedings{DBLP:conf/ccs/FahlHPKS13,
 author = {Sascha Fahl and
Marian Harbach and
Henning Perl and
Markus Koetter and
Matthew Smith},
 bibsource = {dblp computer science bibliography, https://dblp.org},
 biburl = {https://dblp.org/rec/conf/ccs/FahlHPKS13.bib},
 booktitle = {2013 ACM SIGSAC Conference on Computer and Communications Security,
CCS'13, Berlin, Germany, November 4-8, 2013},
 doi = {10.1145/2508859.2516655},
 editor = {Ahmad-Reza Sadeghi and
Virgil D. Gligor and
Moti Yung},
 pages = {49--60},
 publisher = {ACM},
 title = {Rethinking SSL development in an appified world},
 url = {https://doi.org/10.1145/2508859.2516655},
 year = {2013}
}