EC-Council
312-50V7 · Question #510
Annie has just succeeded in stealing a secure cookie via a XSS attack. She is able to replay the cookie even while the session is valid on the server. Why do you think this is possible?
The correct answer is D. It works because encryption is performed at the application layer (single encryption key). See the full explanation below for the reasoning.
Question
Annie has just succeeded in stealing a secure cookie via a XSS attack. She is able to replay the cookie even while the session is valid on the server. Why do you think this is possible?
Options
- AAny cookie can be replayed irrespective of the session status
- BThe scenario is invalid as a secure cookie cannot be replayed
- CIt works because encryption is performed at the network layer (layer 1 encryption)
- DIt works because encryption is performed at the application layer (single encryption key)
How the community answered
(48 responses)- A13% (6)
- B8% (4)
- C4% (2)
- D75% (36)
Community Discussion
No community discussion yet for this question.