Home / Vulnerability Database / C-sharp : Mass assignment
C#

C-sharp : Mass assignment

Overview

Mass assignment is used.

Some frameworks allow developers to automatically bind HTTP request parameters into program code variables or objects. It may lead to leakage of sensitive data. An attacker can use autobinding to modify data that the user should not normally be allowed to access such as passwords or access rights.

MEDIUM

DerScanner Severity Score

Do you want to fix C-sharp : Mass assignment in your application?

See also

C#

C-sharp : JWT: None Algorithm

C#

C-sharp : Insecure data transmission: Database

C#

C-sharp : Only one of method Equals() and GetHashCode() defined