NoSQL Injection
Targets NoSQL databases using unstructured queries. These attacks typically exploit applications that handle user input unsafely when interacting with NoSQL databases.
Here is a typical example:
A NoSQL database modifies data from a document based on an ID value
Example request body
We could use the NoSQL operators to retrieve data from another object.
Example payload
Last updated
Was this helpful?