Improving Integer Security for Systems with KINT.

OSDI'12: Proceedings of the 10th USENIX conference on Operating Systems Design and Implementation(2012)

引用 160|浏览112
暂无评分
摘要
Integer errors have emerged as an important threat to systems security, because they allow exploits such as buffer overflow and privilege escalation. This paper presents KINT, a tool that uses scalable static analysis to detect integer errors in C programs. KINT generates constraints from source code and user annotations, and feeds them into a constraint solver for deciding whether an integer error can occur. KINT introduces a number of techniques to reduce the number of false error reports. KINT identified more than 100 integer errors in the Linux kernel, the lighttpd web server, and OpenSSH, which were confirmed and fixed by the developers. Based on the experience with KINT, the paper further proposes a new integer family with NaN semantics to help developers avoid integer errors in C programs.
更多
查看译文
关键词
integer error,C program,new integer family,false error report,Linux kernel,NaN semantics,buffer overflow,constraint solver,important threat,lighttpd web server,Improving integer security
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要