JSON Poisoning

Difficulty: Intermediate

Question

What is JSON poisoning?

Answer

Injecting duplicate keys or large amounts of data into a JSON payload to bypass filters or cause a denial of service (DoS) on the parser.

Concepts covered

JSON, Injection