nerdexam
EC-Council

212-89 · Question #173

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?

The correct answer is C. A2: Broken authentication. When a browser does not expire a session after the user fails to logout properly, it is indicative of a vulnerability related to broken authentication. Broken authentication is a security issue where attackers can exploit flaws in the authentication mechanism to impersonate…

Incident Handling and Response Technologies

Question

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

  • AA7: Cross-site scripting
  • BA3: Sensitive- data exposure
  • CA2: Broken authentication
  • DA5: Broken access control

How the community answered

(35 responses)
  • B
    3% (1)
  • C
    94% (33)
  • D
    3% (1)

Explanation

When a browser does not expire a session after the user fails to logout properly, it is indicative of a vulnerability related to broken authentication. Broken authentication is a security issue where attackers can exploit flaws in the authentication mechanism to impersonate other users or take over their sessions. Failure to properly manage session lifetimes, such as not expiring sessions on logout, can allow an attacker to reuse old sessions or session IDs, potentially gaining unauthorized access to user accounts. This vulnerability is classified under A2: Broken Authentication in the OWASP Top 10, which lists the most critical web application security risks. The OWASP Top 10 serves as a guideline for developers and web application providers to understand and mitigate common security risks.

Topics

#OWASP Top 10#broken authentication#session management#web vulnerabilities

Community Discussion

No community discussion yet for this question.

Full 212-89 Practice