Skip to content

Inadequate Encryption Strength

Description

The network communications for Hazelcast is configured to use a symmetric cipher, which does not provide integrity or secure authentication. The use of asymmetric encryption is preferred.

Examples

Insecure Code

scala
new com.hazelcast.config.SymmetricEncryptionConfig()

Secure Code

scala
new com.hazelcast.config.AsymmetricEncryptionConfig()

Remediation

Use asymmetric encryption for Hazelcast network communications.

Rule Details

FieldValue
IDCODE-0025
CategoryCrypto
SeverityMEDIUM
CWECWE-326
ConfidenceHIGH
ImpactMEDIUM
LikelihoodMEDIUM
ExploitabilityMODERATE
Tagsinadequate encryption, symmetric cipher
OWASPN/A