Property
Languagego
Severitymedium
CWECWE-327: Use of a Broken or Risky Cryptographic Algorithm
OWASPA03:2017 - Sensitive Data Exposure
Confidence LevelMedium
Impact LevelMedium
Likelihood LevelMedium

Description#

The code uses the RC4 cipher algorithm for encryption, which is widely considered insecure due to multiple known weaknesses. Sensitive data protected with RC4 can be easily compromised.

Impact#

Attackers could decrypt or manipulate confidential data by exploiting RC4’s vulnerabilities, leading to data breaches, exposure of sensitive information, or unauthorized access. This compromises the security and trustworthiness of your application.