Implicit Flows: Can't Live with 'Em, Can't Live without 'Em

被引:0
|
作者
King, Dave [1 ]
Hicks, Boniface [2 ]
Hicks, Michael [3 ]
Jaeger, Trent [1 ]
机构
[1] Penn State Univ, University Pk, PA 16802 USA
[2] St Vincent Coll, Latrobe, PA 15650 USA
[3] Univ Maryland, College Pk, MD 20742 USA
来源
关键词
D O I
暂无
中图分类号
TP [自动化技术、计算机技术];
学科分类号
0812 ;
摘要
Verifying that programs trusted to enforce security actually do so is a practical concern for programmers and administrators. However, there is a disconnect between the kinds of tools that have been successfully applied to real software systems (such as taint mode in Perl and Ruby), and information-flow compilers that enforce a variant of the stronger security property of noninterference. Tools that have been successfully used to find security violations have focused on explicit flows of information, where high-security information is directly leaked to output. Analysis tools that enforce noninterference also prevent implicit floors of information; where high-security information can be inferred from a program's flow of control. However; these tools have seen little use in practice, despite the stronger guarantees that they provide. To better understand why, this paper experimentally investigates the explicit and implicit flows identified by the, standard algorithm for establishing noninterference. When applied to implementations of authentication and cryptographic functions, the standard algorithm discovers many real implicit flows of information, but also reports an extremely high number of false alarms, most of which are due to conservative handling of unchecked exceptions (e.g., null pointer exceptions). After a careful analysis of all sources of true and false alarms; due to both implicit and explicit flows, the paper concludes with some ideas to improve the false alarm rate, toward making stronger security analysis more practical.
引用
收藏
页码:56 / +
页数:4
相关论文
共 50 条