Home / Vulnerability Database / Java : Forgery of loaded library
Java

Java : Forgery of loaded library

Classification

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

Overview

The application loads the library from an untrusted source or in an untrusted environment. This may lead to the execution of arbitrary malicious code.

Vulnerabilities of this type occur when an attacker can change the name of the library to be loaded or parameters of the environment.

MEDIUM

DerScanner Severity Score

Do you want to fix Java : Forgery of loaded library in your application?

See also

Java

Java : Race condition

Java

Java : Text4Shell Vulnerability

Java

Java : JNI usage