A mass assignment vulnerability happens when an application blindly accepts user input and maps it directly to internal object fields (like database models) without properly restricting which fields can be updated.
- Lab – Tinker with a lab with this vulnerability
- Extra Read – Browse internal/external articles related to this vulnerability
Leave a Comment