System Call Argument Filtering for Interpreted Languages

Master Thesis (2022)
Author(s)

S.L. Maquelin (TU Delft - Electrical Engineering, Mathematics and Computer Science)

Contributor(s)

Apostolis Zarras – Mentor (TU Delft - Cyber Security)

G. Smaragdakis – Graduation committee member (TU Delft - Cyber Security)

Diomidis Spinellis – Graduation committee member (TU Delft - Software Engineering)

Faculty
Electrical Engineering, Mathematics and Computer Science
Copyright
© 2022 Suzanne Maquelin
More Info
expand_more
Publication Year
2022
Language
English
Copyright
© 2022 Suzanne Maquelin
Graduation Date
01-07-2022
Awarding Institution
Delft University of Technology
Programme
Computer Science | Cyber Security
Faculty
Electrical Engineering, Mathematics and Computer Science
Reuse Rights

Other than for strictly personal use, it is not permitted to download, forward or distribute the text or part of it, without the consent of the author(s) and/or copyright holder(s), unless the work is under an open content license such as Creative Commons.

Abstract

Interpreted applications are often vulnerable to remote code execution attacks. To protect interpreted applications, we should reduce the tools available to the attackers. In this thesis, we investigate the possibilities for the automation of policy generation for interpreted applications in terms of system call arguments. These policies are used for system call argument interposition. We compare two approaches working on the interpreter to find if any of these two can provide meaningful policies. The first is dynamic analysis, and the second is static analysis, which uses symbolic execution.

The symbolic execution was least effective as it provides policies only for a small portion of the system call arguments, less than ten per cent, and hinders normal execution of applications with these policies. The dynamic analysis solution fares better, providing a restriction for about forty per cent of the system call arguments. We conclude that automatic policy generation of system call arguments for interpreted applications is a meaningful endeavour.

Files

Report.pdf
(pdf | 0.842 Mb)
License info not available