Q: 19
[Introduction to Incident Handling and Response]
If the browser does not expire the session when the user fails to logout properly, which of the
following OWASP Top 10 web vulnerabilities is caused?
Options
Discussion
If the question meant 'best describes' vs 'could result in', would that change it? The official guide lists both C and D for different scenarios.
C tbh, because session handling is all about authentication. Not expiring sessions leaves old tokens valid which maps to broken authentication, not access control. D is a trap since it's more about permissions, not session expiry.
This came up in my practice tests too, definitely C. Session not expiring directly ties to broken authentication.
Be respectful. No spam.