json injection

JSON injection refers to a security vulnerability where unauthorized code or malicious content is injected into a JavaScript Object Notation (JSON) data structure. This can occur when an application fails to properly validate or sanitize user input, allowing an attacker to manipulate the JSON data and potentially execute unwanted actions or extract sensitive information.

Requires login.