CS0-003 · Question #71
A code review reveals a web application is using lime-based cookies for session management. This is a security concern because lime-based cookies are easy to:
The correct answer is C. guess.. Lime-based cookies (which are typically simple, predictable, or weakly-generated cookies) present a security risk because they are easy to guess, making them susceptible to session hijacking and other attacks. Attackers can easily determine the cookie value if the method used for
Question
A code review reveals a web application is using lime-based cookies for session management. This is a security concern because lime-based cookies are easy to:
Options
- Aparameterize.
- Bdecode.
- Cguess.
- Ddecrypt.
How the community answered
(70 responses)- A1% (1)
- B3% (2)
- C90% (63)
- D6% (4)
Explanation
Lime-based cookies (which are typically simple, predictable, or weakly-generated cookies) present a security risk because they are easy to guess, making them susceptible to session hijacking and other attacks. Attackers can easily determine the cookie value if the method used for generation is not strong or random enough, leading to unauthorized access.
Topics
Community Discussion
No community discussion yet for this question.