Skip to main content

Using outdated TLS policies can allow an attacker to decrypt traffic or impersonate a server

SeverityExploitabilityProvidersCategories
HIGHHIGHAWSNETWORK

Description

Outdated TLS policies (version 1.0 and 1.1) rely on insecure cipher suites (SHA-1 and MD5), and are subject to a range of well known attack. Note that TLS 1.0 and 1.1 have been deprecated on March 25, 2021.

Allowing such policies can allow attacker to break the encryption, decrypt the traffic, and perform man-in-the-middle attacks.

Impact

Potential data exposureVisible in logsUser interaction requiredPrivileges required
TrueFalseTrueFalse
  • Data, credential leak.
  • Man-in-the-middle attacks.

Remediation guidelines

  • Use the default security policy on the load balancer TLS listeners (AWS recommendation).
  • If you need to specify a specific security policy, do not use TLS 1.0 or 1.1.

Note that this implies that the clients connecting to your endpoint must support TLS version 1.2 or above.

References

How can I help you ?