Visible to the public Inferring API Correct Usage Rules: A Tree-based Approach

TitleInferring API Correct Usage Rules: A Tree-based Approach
Publication TypeConference Paper
Year of Publication2019
AuthorsZolfaghari, Majid, Salimi, Solmaz, Kharrazi, Mehdi
Conference Name2019 16th International ISC (Iranian Society of Cryptology) Conference on Information Security and Cryptology (ISCISC)
KeywordsAPI Correct Usage Rule, API documentation, API misuse, API tree structure, APIs, application program interfaces, application programming interface, compositionality, inference mechanisms, Linux, lower-level API, majority API usages, parent API, program debugging, pubcrawl, resilience, Resiliency, security of data, Software Vulnerability, statistically extracted API correct usage rules, tree data structures
AbstractThe lack of knowledge about API correct usage rules is one of the main reasons that APIs are employed incorrectly by programmers, which in some cases lead to serious security vulnerabilities. However, finding a correct usage rule for an API is a time-consuming and error-prone task, particularly in the absence of an API documentation. Existing approaches to extract correct usage rules are mostly based on majority API usages, assuming the correct usage is prevalent. Although statistically extracting API correct usage rules achieves reasonable accuracy, it cannot work correctly in the absence of a fair amount of sample usages. We propose inferring API correct usage rules independent of the number of sample usages by leveraging an API tree structure. In an API tree, each node is an API, and each node's children are APIs called by the parent API. Starting from lower-level APIs, it is possible to infer the correct usage rules for them by utilizing the available correct usage rules of their children. We developed a tool based on our idea for inferring API correct usages rules hierarchically, and have applied it to the source code of Linux kernel v4.3 drivers and found 24 previously reported bugs.
DOI10.1109/ISCISC48546.2019.8985157
Citation Keyzolfaghari_inferring_2019