CWE-5

J2EE Misconfiguration: Data Transmission Without Encryption

Weakness Description

Information sent over a network can be compromised while in transit. An attacker may be able to read or modify the contents if the data are sent in plaintext or are weakly encrypted.

Potential Mitigations

System Configuration

The product configuration should ensure that SSL or an encryption mechanism of equivalent strength and vetted reputation is used for all access-controlled pages.

Common Consequences

Confidentiality
Read Application Data
Integrity
Modify Application Data
Advertisement

Related Weaknesses