Property
Languagejava
Severityhigh
CWECWE-326: Inadequate Encryption Strength
OWASPA03:2017 - Sensitive Data Exposure
Confidence LevelHigh
Impact LevelMedium
Likelihood LevelMedium

Description#

The code uses the DES encryption algorithm, which is outdated and no longer considered secure. It should be replaced with a modern cipher like AES to protect sensitive data effectively.

Impact#

If DES is used, attackers could break the encryption and access confidential information, leading to data breaches and exposure of sensitive user or business data. This can result in loss of trust, regulatory penalties, and damage to the organization’s reputation.