HTTP Strict Transport Security (HSTS) header on the invalid certificate chain

By
Prathap
Published on
19 Jun 2022
1 min read
HSTS

The most used web security policy mechanism is HTTP Strict Transport Security (HSTS). This header protects web applications against protocol downgrade attacks and cookie hijacking. This header also restricts the application from using only HTTPS communication. The header won’t allow communications via the insecure HTTP protocol. There are many servers with an invalid certificate chain. A man-in-the-middle attacker can intercept traffic from a victim user using an invalid certificate. 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

The following is the example of strict transport security header.

        Strict-Transport-Security: max-age=31536000

    

Impact

The main impact under this vulnerability:-

As the application doesn’t have strict-transport-security header, the communication will be done via HTTP. HTTP protocols are vulnerable to man in the middle attack.

Mitigation / Precaution

Beagle recommends the following:-

  • Make sure to set a proper HTTP Strict Transport Security
        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
Prathap
Prathap
Co-founder, Director
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.