Home / Vulnerability Database / Scala : Privileged operation in public method
Scala

Scala : Privileged operation in public method

Classification

OWASP Top 10 2017
OWASP Top 10 2021
PCI DSS 4.0
CWE/SANS Top 25 2011
CWE/SANS Top 25 2021

Overview

Public method calls the operation that requires elevated privileges.

The code contained in the public method can be called by any external code.

Public methods that perform potentially dangerous actions are especially undesirable in the code of libraries or in environments where external code can be injected into the system at runtime.

MEDIUM

DerScanner Severity Score

Do you want to fix Scala : Privileged operation in public method in your application?

See also

Scala

Scala : Unreleased resource stream

Scala

Scala : Multiple loggers in same class

Scala

Scala : Insufficient encryption key length