Skip to main navigation Skip to search Skip to main content

ValueGuard: Protection of native applications against data-only buffer overflows

  • Steven Van Acker
  • , Nick Nikiforakis
  • , Pieter Philippaerts
  • , Yves Younan
  • , Frank Piessens
  • KU Leuven

Research output: Chapter in Book/Report/Conference proceedingConference contributionpeer-review

18 Scopus citations

Abstract

Code injection attacks that target the control-data of an application have been prevalent amongst exploit writers for over 20 years. Today however, these attacks are getting increasingly harder for attackers to successfully exploit due to numerous countermeasures that are deployed by modern operating systems. We believe that this fact will drive exploit writers away from classic control-data attacks and towards data-only attacks. In data-only attacks, the attacker changes key data structures that are used by the program's logic and thus forces the control flow into existing parts of the program that would be otherwise unreachable, e.g. overflowing into a boolean variable that states whether the current user is an administrator or not and setting it to "true" thereby gaining access to the administrative functions of the program. In this paper we present ValueGuard, a canary-based defense mechanism to protect applications against data-only buffer overflow attacks. ValueGuard inserts canary values in front of all variables and verifies their integrity whenever these variables are used. In this way, if a buffer overflow has occurred that changed the contents of a variable, ValueGuard will detect it since the variable's canary will have also been changed. The countermeasure itself can be used either as a testing tool for applications before their final deployment or it can be applied selectively to legacy or high-risk parts of programs that we want to protect at run-time, without incurring extra time-penalties to the rest of the applications.

Original languageEnglish
Title of host publicationInformation Systems Security - 6th International Conference, ICISS 2010, Proceedings
Pages156-170
Number of pages15
DOIs
StatePublished - 2010
Event6th International Conference on Information Systems Security, ICISS 2010 - Gandhinagar, India
Duration: Dec 17 2010Dec 19 2010

Publication series

NameLecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)
Volume6503 LNCS
ISSN (Print)0302-9743
ISSN (Electronic)1611-3349

Conference

Conference6th International Conference on Information Systems Security, ICISS 2010
Country/TerritoryIndia
CityGandhinagar
Period12/17/1012/19/10

Keywords

  • buffer overflows
  • canary
  • non-control-data attacks

Fingerprint

Dive into the research topics of 'ValueGuard: Protection of native applications against data-only buffer overflows'. Together they form a unique fingerprint.

Cite this