CAPEC - Common Attack Pattern Enumeration and Classification (A Community of Knowledge Resource for Building Secure Software)
Home > CAPEC List > CAPEC-129: Pointer Attack (Release 1.4)  

CAPEC-129: Pointer Attack

 
Pointer Attack
Attack Pattern ID: 129 (Standard Attack Pattern Completeness: Stub)Typical Severity: MediumStatus: Draft
+ Description

Summary

This attack involves an attacker manipulating a pointer within a target application resulting in the application accessing an unintended memory location. This can result in the crashing of the application or, for certain pointer values, access to data that would not normally be possible or the execution of arbitrary code. Since pointers are simply integer variables, Integer Attacks may often be used in Pointer Attacks.

+ Attack Prerequisites

    The target application must have a pointer variable that the attacker can influence to hold an arbitrary value.

+ Resources Required

No special resources are required for most forms of this attack.

Page Last Updated: September 23, 2009