Weak TLS Configuration

Vulnerability Details

Severity:

Medium

Category:

Network

Description

The server supports outdated TLS versions (TLS 1.0, TLS 1.1) or weak cipher suites that are vulnerable to known cryptographic attacks.

Risks

An attacker could exploit weak cryptography to decrypt communications, perform downgrade attacks (e.g., POODLE, BEAST), or intercept sensitive data transmitted over the connection.

Remediation

Disable TLS 1.0 and TLS 1.1. Only enable TLS 1.2 and TLS 1.3 with strong cipher suites. Disable weak ciphers (RC4, DES, 3DES). Prefer forward-secrecy cipher suites (ECDHE). Regularly test with SSL Labs or similar tools.