Home / Vulnerability Database / Java : Missing authorization
Java
Java : Missing authorization
Classification
OWASP Top 10 2017
OWASP Top 10 2021
Overview
The software does not perform an authorization check when an actor attempts to access a resource or perform an action.
When access control checks are not applied, this can lead to a wide range of problems, including information exposures, denial of service, and arbitrary code execution.
Missing authorization weaknesses may arise when a single-user application is ported to a multi-user environment.
References
LOW
DerScanner Severity Score
Do you want to fix Java : Missing authorization in your application?
See also
Java
Java : Race condition
Java
Java : Text4Shell Vulnerability
Java
