GCIH · Question #24
Which of the following refers to the exploitation of a valid computer session to gain unauthorized access to information or services in a computer system?
The correct answer is C. Session hijacking. Session hijacking is the takeover of an already-authenticated computer session to gain unauthorized access to systems or services without needing valid credentials.
Question
Which of the following refers to the exploitation of a valid computer session to gain unauthorized access to information or services in a computer system?
Options
- APiggybacking
- BHacking
- CSession hijacking
- DKeystroke logging
How the community answered
(54 responses)- A4% (2)
- B2% (1)
- C93% (50)
- D2% (1)
Why each option
Session hijacking is the takeover of an already-authenticated computer session to gain unauthorized access to systems or services without needing valid credentials.
Piggybacking refers to physically following an authorized person through a secured entry point to gain unauthorized physical access to a building or facility, not the exploitation of a computer session.
Hacking is a broad term covering many methods of gaining unauthorized system access and does not specifically describe the targeted exploitation of an existing authenticated session.
Session hijacking exploits a valid, already-established authenticated session - typically by stealing, predicting, or forging a session token - to impersonate a legitimate user and access information or services. The attacker bypasses authentication entirely because the session has already been established, making the stolen token sufficient for access. This precisely matches the definition of exploiting a valid computer session for unauthorized access.
Keystroke logging captures keyboard input to steal passwords or sensitive data as they are typed, which records new input rather than exploiting an existing authenticated session.
Concept tested: Session hijacking definition and exploitation mechanism
Source: https://owasp.org/www-community/attacks/Session_hijacking_attack
Topics
Community Discussion
No community discussion yet for this question.