Enhancements to the linux kernel for blocking buffer overflow based attack

  • Authors:
  • Massimo Bernaschi;Emanuele Gabrielli;Luigi V. Mancini

  • Affiliations:
  • Istituto Applicazioni del calcolo, Roma, Italy;Dipartimento di Scienze dell'Informazione, Università di Roma "La Sapienza", Roma, Italy;Dipartimento di Scienze dell'Informazione, Università di Roma "La Sapienza", Roma, Italy

  • Venue:
  • ALS'00 Proceedings of the 4th annual Linux Showcase & Conference - Volume 4
  • Year:
  • 2000

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present the design and implementation of a cost-effective mechanism which controls the invocation of critical, from the security viewpoint, system calls. The integration into existing UNIX operating systems is carried out by instrumenting the code of the system calls so that the system call itself once invoked checks to see whether the invoking process and the argument values passed comply with the rules held in an access control database. A working prototype able to detect and block buffer overflow attacks is available as a small set of "patches" to the Linux operating system kernel source.