CAPEC - Common Attack Pattern Enumeration and Classification (A Community of Knowledge Resource for Building Secure Software)
Home > CAPEC List > CAPEC-234: Hijacking a privileged process (Release 1.7.1)  

CAPEC-234: Hijacking a privileged process

 
Hijacking a privileged process
Attack Pattern ID: 234 (Standard Attack Pattern Completeness: Stub)Typical Severity: MediumStatus: Draft
+ Description

Summary

An attacker gains control of a process that is assigned elevated privileges in order to execute arbitrary code with those privileges. Some processes are assigned elevated privileges on an operating system, usually through association with a particular user, group, or role. If an attacker can hijack this process, they will be able to assume its level of prevelege in order to execute their own code. Processes can be hijacked through inproper handling of user input (for example, a buffer overflow or certain types of injection attacks) or by utilizing system utilities that support process control that have been inadequately secured.

+ Attack Prerequisites

    The targeted process or operating system must contain a bug that allows attackers to hijack the targeted process.

+ Resources Required

No special resources are required.

Page Last Updated: May 04, 2012