1 Guides

api-mass-assignment

A brief guide on API Mass Assignment Vulnerability

It is a severe API threat that arises when you save the request body as it is on the server instead of getting values from it one by one. In this piece, let's take a quick look at it.