Visible to the public Extracting Taint Specifications for JavaScript Libraries

TitleExtracting Taint Specifications for JavaScript Libraries
Publication TypeConference Paper
Year of Publication2020
AuthorsStaicu, C.-A., Torp, M. T., Schäfer, M., Møller, A., Pradel, M.
Conference Name2020 IEEE/ACM 42nd International Conference on Software Engineering (ICSE)
Date PublishedJune 2020
PublisherACM
ISBN Number9781450371216
Keywordsaccess path mechanism, authoring languages, command injection attacks, composability, cross-site scripting, dynamic analysis, Entry points, exit points, JavaScript applications, JavaScript libraries, Libraries, Metrics, Node.js platform, npm repository, package dependency structure, program diagnostics, program testing, pubcrawl, resilience, Resiliency, security, security of data, security vulnerabilities, software engineering, static analysis, static analysis tools, taint analysis, taint sinks, taint specifications, test suites, Testing, third-party libraries, Tools, Writing
Abstract

Modern JavaScript applications extensively depend on third-party libraries. Especially for the Node.js platform, vulnerabilities can have severe consequences to the security of applications, resulting in, e.g., cross-site scripting and command injection attacks. Existing static analysis tools that have been developed to automatically detect such issues are either too coarse-grained, looking only at package dependency structure while ignoring dataflow, or rely on manually written taint specifications for the most popular libraries to ensure analysis scalability. In this work, we propose a technique for automatically extracting taint specifications for JavaScript libraries, based on a dynamic analysis that leverages the existing test suites of the libraries and their available clients in the npm repository. Due to the dynamic nature of JavaScript, mapping observations from dynamic analysis to taint specifications that fit into a static analysis is non-trivial. Our main insight is that this challenge can be addressed by a combination of an access path mechanism that identifies entry and exit points, and the use of membranes around the libraries of interest. We show that our approach is effective at inferring useful taint specifications at scale. Our prototype tool automatically extracts 146 additional taint sinks and 7 840 propagation summaries spanning 1 393 npm modules. By integrating the extracted specifications into a commercial, state-of-the-art static analysis, 136 new alerts are produced, many of which correspond to likely security vulnerabilities. Moreover, many important specifications that were originally manually written are among the ones that our tool can now extract automatically.

URLhttps://dl.acm.org/doi/10.1145/3377811.3380390
DOI10.1145/3377811
Citation Keystaicu_extracting_2020