Home / Vulnerability Database / C-sharp : Improper access control
C#

C-sharp : Improper access control

Classification

OWASP Top 10 2017
OWASP Top 10 2021
PCI DSS 4.0

Overview

The software does not restrict or incorrectly restricts access to a resource from an unauthorized actor. The principe of minimum privileges implies that a user, a program or a process must by default have as few access privileges as possible or only those required. In Improper Access Control cases this principal is violated on.

Access control involves the use of several protection mechanisms such as: - Authentication (proving the identity of an actor) - Authorization (ensuring that a given actor can access a resource), and - Accountability (tracking of activities that were performed)

When any mechanism is not applied or otherwise fails, attackers can compromise the security of the software by gaining privileges, reading sensitive information, executing commands, evading detection, etc.

MEDIUM

DerScanner Severity Score

Do you want to fix C-sharp : Improper access control 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