5.3.1 Ensure X-Frame-Options header is configured and enabled

Information

The X-Frame-Options header should be set to allow specific websites or no sites at all to embed your website as an object within their own, depending on your organizational policy and application needs.

Rationale:

The X-Frame-Options header allows you to mitigate the risk of clickjacking attacks.

Impact:

Implementing this may block legitimate partner sites from embedding your website if this header is not configured properly.

Solution

Add the below to your server blocks in your nginx configuration. The policy should be configured to meet your organization's needs.

add_header X-Frame-Options 'SAMEORIGIN' always;

Default Value:

This is not configured by default.

See Also

https://workbench.cisecurity.org/files/4538

Item Details

Category: SYSTEM AND SERVICES ACQUISITION

References: 800-53|SA-3, CSCv7|18.1

Plugin: Unix

Control ID: 6b574893a9413f5db36b609795b99aa3db9192952c3ea8bce9da125f3fc39065