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

Description#

The code configures TLS to allow SSLv3, which is an outdated and insecure protocol with known vulnerabilities. Modern best practices require using a secure TLS version like TLS 1.3 instead.

Impact#

If SSLv3 is enabled, attackers could exploit its weaknesses to decrypt sensitive data or perform man-in-the-middle attacks, potentially exposing user information or compromising secure communications.