Exam 312-50v13 Topic 3 Question 241 Discussion

Actual exam question for ECCouncil's 312-50v13 exam
Question #: 241
Topic #: 3
You are investigating unauthorized access to a web application using token-based authentication. Tokens expire after 30 minutes. Server logs show multiple failed login attempts using expired tokens within a short window, followed by successful access with a valid token. What is the most likely attack scenario?

Suggested Answer: C Vote an answer

The CEH Web Application Security module explains that race conditions occur when systems improperly handle simultaneous requests, leading to unexpected behavior. In token-based authentication systems, poor synchronization between token expiration checks and validation logic can allow attackers to exploit timing gaps.
The observed pattern-failed attempts with expired tokens followed by successful access-suggests the attacker exploited a race condition where the application inconsistently validated token state.
Option C is correct.
Option A would not involve expired tokens.
Option B is highly impractical given secure token entropy.
Option D typically succeeds without repeated failures.
CEH highlights race conditions as subtle but dangerous logic flaws.

by senshi0425 at Apr 29, 2026, 01:43 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10