Home / Vulnerability Database / Java : Explicit socket handling
Java

Java : Explicit socket handling

Classification

Overview

Using sockets in Web applications is not recommended.

J2EE standard permits the direct use of socket in the presence of higher-level protocol only to maintain compatibility. Developing your own communication protocol includes a plurality of decisions related to safety issues (error handling, version compatibility, session management, etc.). If you implement your own protocol there is high probability of errors leading to vulnerabilities.

LOW

DerScanner Severity Score

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

See also

Java

Java : Race condition

Java

Java : Text4Shell Vulnerability

Java

Java : JNI usage