- Home
- All questions
- Question 490
CISSP study material · question 490 of 500
An API accepts serialised objects from untrusted clients. Which condition does OWASP require before that data is used?
Show the answer
Answer: D. An integrity check or digital signature that would detect tampering or replay of the serialised data.
Serialised data arriving unsigned from a client the server does not trust must first pass a check capable of catching alteration or replay.
Source: OWASP Top 10 A08:2025 (OWASP) — OWASP Top 10:2025 A08 Software or Data Integrity Failures > How to prevent