TLS 1.0 or 1.1 Still Enabled
CriticalCVE-2014-3566 (POODLE)Legacy TLS versions with known vulnerabilities (POODLE, BEAST) remain enabled on server. Modern browsers now block these but internal tools may still use them.
Disable TLS 1.0 and 1.1 in your server config. For Nginx: `ssl_protocols TLSv1.2 TLSv1.3;` — for Apache: `SSLProtocol -all +TLSv1.2 +TLSv1.3`.