Skip to content

Inadequate encryption strength

Description

The network communications for Hazelcast is configured to use a deprecated symmetric cipher. Consider using TLS/SSL when establishing communications across the Hazelcast cluster.

Examples

Insecure Code

java
new com.hazelcast.config.SymmetricEncryptionConfig()

Secure Code

java
Configure TLS/SSL for Hazelcast cluster communications

Remediation

Use TLS/SSL for Hazelcast cluster communications. See https://docs.hazelcast.com/imdg/4.2/security/tls-ssl for configuration details.

Rule Details

FieldValue
IDCODE-0692
CategoryCrypto
SeverityMEDIUM
CWECWE-326
ConfidenceHIGH
ImpactMEDIUM
LikelihoodMEDIUM
ExploitabilityMODERATE
Tagsencryption, tls, ssl
OWASPA3:2017-Sensitive Data Exposure, A02:2021-Cryptographic Failures