Reusing Session IDs (aka Session Replay) |
Attack Pattern ID: 60 (Standard Attack Pattern Completeness: Complete) | Typical Severity: High | Status: Draft |
Summary
This attack targets the reuse of valid session ID to spoof the target system in order to gain privileges. The attacker tries to reuse a stolen session ID used previously during a transaction to perform spoofing and session hijacking. Another name for this type of attack is Session Replay.
Attack Execution Flow
The attacker interacts with the target host and finds that session IDs are used to authenticate users.
The attacker steals a session ID from a valid user.
The attacker tries to use the stolen session ID to gain access to the system with the priviledges of the session ID's original owner.
The target host uses session IDs to keep track of the users.
Session IDs are used to control access to resources.
The session IDs used by the target host are not well protected from session theft.
Description
OpenSSL and SSLeay allow remote attackers to reuse SSL sessions and bypass access controls.
Related Vulnerabilities
CVE-1999-0428
Description
Merak Mail IceWarp Web Mail uses a static identifier as a user session ID that does not change across sessions, which could allow remote attackers with access to the ID to gain privileges as that user, e.g. by extracting the ID from the user's answer or forward URLs.
Related Vulnerabilities
CVE-2002-0258
Skill or Knowledge Level: Low
Low: If an attacker can steal a valid session ID, he can then try to be authenticated with that stolen session ID.
Skill or Knowledge Level: Medium
More sophisticated attack can be used to hijack a valid session from a user and spoof a legitimate user by reusing his valid session ID.
The attacker can listen to a conversation between the client and server and steal a valid session ID.
The attacker can try to steal session information from the user's coookies.
The attacker can try a valid session from a finished transaction and find out that the transaction associated with the session ID did not time out.
Always invalidate a session ID after the user logout.
Setup a session time out for the session IDs.
Protect the communication between the client and server. For instance it is best practice to use SSL to mitigate man in the middle attack.
Do not code send session ID with GET method, otherwise the session ID will be copied to the URL. In general avoid writing session IDs in the URLs. URLs can get logged in log files, which are vulnerable to an attacker.
Encrypt the session data associated with the session ID.
Use multifactor authentication.
CWE-ID | Weakness Name | Weakness Relationship Type |
---|---|---|
294 | Authentication Bypass by Capture-replay | Targeted |
290 | Authentication Bypass by Spoofing | Targeted |
346 | Origin Validation Error | Targeted |
384 | Session Fixation | Targeted |
488 | Data Leak Between Sessions | Secondary |
539 | Information Leak Through Persistent Cookies | Secondary |
200 | Information Exposure | Secondary |
285 | Improper Access Control (Authorization) | Secondary |
664 | Improper Control of a Resource Through its Lifetime | Targeted |
732 | Incorrect Permission Assignment for Critical Resource | Targeted |
Nature | Type | ID | Name | Description | View(s) this relationship pertains to![]() |
---|---|---|---|---|---|
ChildOf | ![]() | 21 | Exploitation of Session Variables, Resource IDs and other Trusted Credentials | Mechanism of Attack (primary)1000 | |
ChildOf | ![]() | 380 | WASC Threat Classification 2.0 - WASC-47 - Insufficient Session Expiration | WASC Threat Classification 2.0333 |
Submissions | ||||
---|---|---|---|---|
Submitter | Organization | Date | Comments | |
Eric Dalci | Cigital, Inc | 2007-01-25 |
Modifications | |||||
---|---|---|---|---|---|
Modifier | Organization | Date | Comments | ||
Sean Barnum | Cigital, Inc | 2007-03-07 | Review and revise | ||
Richard Struse | VOXEM, Inc | 2007-03-26 | Review and feedback leading to changes in Name and Related Attack Patterns | ||
Sean Barnum | Cigital, Inc | 2007-04-13 | Modified pattern content according to review and feedback |