HTTP Strict Transport Security (HSTS) header set to less than six months

By
Febna V M
Published on
22 Jun 2022
1 min read
HSTS

The HTTP Strict-Transport-Security response header is a header used in a website to notify a browser that it should only be accessed using HTTPS, instead of using HTTP. HTTP Strict Transport Security (HSTS) header’s max-age value is lower than the recommended value. It is only set to six months. The Strict-Transport-Security header is ignored by the browser when the website is accessed using HTTP. The browser does this because an attacker may intercept HTTP connections and inject the header or remove it. If the website is accessed over HTTPS and if the website doesn’t have any certificate errors, the browser knows your site is HTTPS capable and will use the Strict-Transport-Security header.

Example

        Strict-Transport-Security: max-age=31536000; includeSubDomains

    

Impact

The main impact under this vulnerability:-

  • As the header is expired, the comm unication will continue in HTTP. The HTTP protocol is vulnerable to attacks like Man in the middle attack (MITM).

Mitigation / Precaution

  • set max-age to a big value like 31536000 (12 months) or 63072000 (24 months)
        Strict-Transport-Security: max-age=31536000; includeSubDomains; preload

    
Automated human-like penetration testing for your web apps & APIs
Teams using Beagle Security are set up in minutes, embrace release-based CI/CD security testing and save up to 65% with timely remediation of vulnerabilities. Sign up for a free account to see what it can do for you.

Written by
Febna V M
Febna V M
Cyber Security Engineer
Find website security issues in a flash
Improve your website's security posture with proactive vulnerability detection.
Free website security assessment
Experience the power of automated penetration testing & contextual reporting.