CWE-246 – J2EE Bad Practices: Direct Use of Sockets

Read Time:15 Second

Description

The J2EE application directly uses sockets instead of using framework method calls.

Modes of Introduction:

– Architecture and Design

 

 

Related Weaknesses

CWE-695

 

Consequences

Other: Quality Degradation

 

Potential Mitigations

Phase: Architecture and Design

Description: 

Use framework method calls instead of using sockets directly.

CVE References