Home / Vulnerability Database / Java : Explicit thread handling
Java

Java : Explicit thread handling

Classification

Overview

Direct use of threads in Web applications leads to vulnerabilities and is not recommended.

J2EE standard prohibits direct work with threads under certain conditions. In any case, such a practice may lead to hardly diagnosed errors related to multi-threading and synchronization.

LOW

DerScanner Severity Score

Do you want to fix Java : Explicit thread handling in your application?

See also

Java

Java : Race condition

Java

Java : Text4Shell Vulnerability

Java

Java : JNI usage