Question 150 of 1,013
SY0-701 Threats, Vulnerabilities, and Mitigations Practice Question
A customer service application shows the same session ID being used from two countries within five minutes. The legitimate user did not report a password change, but an order shipping address was modified successfully without reauthentication. What attack pattern is most likely?
⚠ Common exam trap
Many candidates confuse session abuse with broken authentication, but the key distinction is that the session token was already valid and reused, not that the authentication mechanism itself was flawed during login.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Session abuse, because a stolen or replayed session token allowed unauthorized actions.
The simultaneous use of the same session ID from two different countries within five minutes, combined with a successful address change without reauthentication, indicates that an attacker has obtained and reused the legitimate user's session token. This is session abuse, where the attacker leverages a stolen or replayed session token to perform unauthorized actions, bypassing the need for credentials or reauthentication.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Broken authentication, because the application failed to verify the user again.
Why it's wrong here
Broken authentication is a broad category covering flaws in login, password recovery, session issuance, or invalidation. In this scenario, the application did fail to re-verify the user after the address change, but the decisive clue is the exact same session ID being reused from two distant locations. That points to an attacker possessing and replaying a valid session token, not to a failure at the initial authentication step. Session abuse is the more specific and accurate classification because the core issue is unauthorized use of an established session, not a generic authentication mechanism failure.
- ✓
Session abuse, because a stolen or replayed session token allowed unauthorized actions.
Why this is correct
Session abuse is the best fit when an attacker reuses a valid token or session ID to impersonate a user. The address change without reauthentication strongly suggests the attacker hijacked an active session instead of successfully guessing a password.
- ✗
Cross-site request forgery, because the attacker may have tricked the browser into sending a request.
Why it's wrong here
CSRF usually relies on a victim’s browser being tricked into making a request while already authenticated. It does not explain the same session ID appearing from two distant locations unless a token was actually stolen.
- ✗
Credential stuffing, because the account was likely accessed using reused passwords.
Why it's wrong here
Credential stuffing relies on automated login attempts with leaked username/password pairs to gain access via password reuse. Here, the evidence is not a successful password-based login but the same session ID appearing from two distinct geographic locations, which indicates the attacker used an already-authenticated session token. If credential stuffing had occurred, we would expect logs to show a fresh authentication event before the malicious activity, not a reused session identifier. Thus, this is a session-level attack, not a password-level attack, making session abuse the correct answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 11, 2026
This SY0-701 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SY0-701 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.