Using type qualifiers to analyze untrusted integers and detecting security flaws in c programs

  • Authors:
  • Ebrima N. Ceesay;Jingmin Zhou;Michael Gertz;Karl Levitt;Matt Bishop

  • Affiliations:
  • Computer Security Laboratory, University of California at Davis, Davis, CA;Computer Security Laboratory, University of California at Davis, Davis, CA;Computer Security Laboratory, University of California at Davis, Davis, CA;Computer Security Laboratory, University of California at Davis, Davis, CA;Computer Security Laboratory, University of California at Davis, Davis, CA

  • Venue:
  • DIMVA'06 Proceedings of the Third international conference on Detection of Intrusions and Malware & Vulnerability Assessment
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

Incomplete or improper input validation is one of the major sources of security bugs in programs. While traditional approaches often focus on detecting string related buffer overflow vulnerabilities, we present an approach to automatically detect potential integer misuse, such as integer overflows in C programs. Our tool is based on CQual, a static analysis tool using type theory. Our techniques have been implemented and tested on several widely used open source applications. Using the tool, we found known and unknown integer related vulnerabilities in these applications