- Home
- All questions
- Question 489
CISSP study material · question 489 of 500
A team serialises user state and passes it back and forth with each request to keep their services stateless. Which risk does OWASP's integrity failures entry identify?
Show the answer
Answer: B. Insecure deserialisation, where an attacker who can see and modify the serialised structure may reach remote code execution.
Data serialised into a structure an attacker can see and alter is open to insecure deserialisation, whose illustration reaches remote code execution on the server.
Source: OWASP Top 10 A08:2025 (OWASP) — OWASP Top 10:2025 A08 Software or Data Integrity Failures > Description