Application Load Balancers should be configured to drop HTTP headers

이 페이지는 아직 한국어로 제공되지 않으며 번역 작업 중입니다. 번역에 관한 질문이나 의견이 있으시면 언제든지 저희에게 연락해 주십시오.

Description

This control checks AWS Application Load Balancers are set to discard invalid HTTP headers. The control fails if the setting routing.http.drop_invalid_header_fields.enabled is false. By default, Application Load Balancers do not drop invalid HTTP header values. Discarding these invalid headers is essential to prevent HTTP desynchronization attacks.

Remediation

From the console

To configure the load balancer to drop invalid header fields:

  1. Open the Amazon EC2 console at https://console.aws.amazon.com/ec2/.
  2. In the navigation pane, choose Load balancers.
  3. Select an Application Load Balancer.
  4. From Actions, choose Edit attributes.
  5. Under Drop Invalid Header Fields, choose Enable.
  6. Click Save.