CAPEC - Common Attack Pattern Enumeration and Classification (A Community of Knowledge Resource for Building Secure Software)
Home > CAPEC List > CAPEC-196: Session Credential Falsification through Forging (Release 1.4)  

CAPEC-196: Session Credential Falsification through Forging

 
Session Credential Falsification through Forging
Attack Pattern ID: 196 (Standard Attack Pattern Completeness: Stub)Typical Severity: MediumStatus: Draft
+ Description

Summary

An attacker creates a session credential in order to gain or usurp access to a service. Session credentials allow users to identify themselves to a service after an initial authentication without needing to resend the authentication information (usually a username and password) with every message. If an attacker is able to forge valid session credentials they may be able to bypass authentication or piggy-back off some other authenticated user's session. This attack differs from Reuse of Session IDs and Session Sidejacking attacks in that in the latter attacks an attacker uses a previous or existing credential without modification while, in a forging attack, the attacker must create their own credential, although it may be based on previously observed credentials.

+ Attack Prerequisites

    The targeted application must use session credentials to identify legitimate users.

+ Resources Required

Attackers may require tools to craft messages containing their forged credentials.

Page Last Updated: September 23, 2009