CAPEC - Common Attack Pattern Enumeration and Classification (A Community of Knowledge Resource for Building Secure Software)
Home > CAPEC List > CAPEC-205: Lifting credential(s)/key material embedded in client distributions (thick or thin) (Release 1.4)  

CAPEC-205: Lifting credential(s)/key material embedded in client distributions (thick or thin)

 
Lifting credential(s)/key material embedded in client distributions (thick or thin)
Attack Pattern ID: 205 (Standard Attack Pattern Completeness: Stub)Typical Severity: MediumStatus: Draft
+ Description

Summary

An attacker examines a target application's code or configuration files to find credential or key material that has been embedded within the application or its files. Many services require authentication with their users for the various purposes including billing, access control or attribution. Some client applications store the user's authentication credentials or keys to accelerate the login process. Some clients may have built-in keys or credentials (in which case the server is authenticating with the client, rather than the user). If the attacker is able to locate where this information is stored, they may be able to retrieve these credentials. The attacker could then use these stolen credentials to impersonate the user or client, respectively, in interactions with the service or use stolen keys to eavesdrop on nominally secure communications between the client and server.

+ Attack Prerequisites

    The target application must save keys or credential information. Many applications allow users to store authentication information as an option.

+ Resources Required

The attacker must be able to reach the target application's code or configuration files. This may require prior access to the machine on which the target application runs. Authentication information is often encoded, but this does not require significant attacker resources to compromise.

Page Last Updated: September 23, 2009