Home / Vulnerability Database / Java : Calling Thread.run()
Java
Java : Calling Thread.run()
Overview
The Thread.run() method is often called by mistake instead of Thread.start() with an intent to start a new thread. Unlike Thread.start(), Thread.run() method continues running in the thread of the process that called this method.
LOW
DerScanner Severity Score
Do you want to fix Java : Calling Thread.run() in your application?
See also
Java
Java : Race condition
Java
Java : Text4Shell Vulnerability
Java
