IEEE Access (Jan 2019)

Automatically Patching Vulnerabilities of Binary Programs via Code Transfer From Correct Versions

  • Yikun Hu,
  • Yuanyuan Zhang,
  • Dawu Gu

DOI
https://doi.org/10.1109/ACCESS.2019.2901951
Journal volume & issue
Vol. 7
pp. 28170 – 28184

Abstract

Read online

The security of binary programs is significantly threatened by software vulnerabilities. When vulnerabilities are found, those applications are exposed to malicious attacks that exploit the known vulnerabilities. Thus, it is necessary to patch them when vulnerabilities are reported to the public as soon as possible. However, it still heavily relies on manual work to locate and correct the corresponding defective code in the binary programs. In order to raise productivity and ensure software security, it becomes imperative to automate the process. In this paper, we propose BINPATCH to automatically patch known vulnerabilities of binary programs. It first locates the defective function, which contains the vulnerability, via similar code comparison. Then, it reuses the corresponding code from the correct version of the defective function as the patch code and inserts it to the defective function via binary rewriting. BINPATCH is evaluated on eight real-world vulnerabilities, and the experimental results show that it is able to not only locate the defective code effectively but also patch the code correctly.

Keywords