Concepedia

Publication | Open Access

Favocado: Fuzzing the Binding Code of JavaScript Engines Using Semantically Correct Test Cases

39

Citations

52

References

2021

Year

Abstract

JavaScript runtime systems include some specialized programming interfaces, called binding layers. Binding layers translate data representations between JavaScript and unsafe low-level languages, such as C and C++, by converting data between different types. Due to the wide adoption of JavaScript (and JavaScript engines) in the entire computing ecosystem, discovering bugs in JavaScript binding layers is critical. Nonetheless, existing JavaScript fuzzers cannot adequately fuzz binding layers due to two major challenges: Generating syntactically and semantically correct test cases and reducing the size of the input space for fuzzing.

References

YearCitations

Page 1