cycloneprotocol/cyclone-contracts

Vulnerability Report(1): Missing Security Headers

Opened this issue · 0 comments

Hello team,

This is Lianna and I've found a security flaw in your website: https://cyclone.xyz/

Description:
Team, while testing your security headers, I've found many headers are missing such as,Strict-Transport-Security,X-Frame-Options, Content-Security-Policy, Referrer-Policy, X-Content-Type-Options andPermissions-Policy.

HTTP Strict Transport Security is an excellent feature to support on your site and strengthens your implementation of TLS by getting the User Agent to enforce the use of HTTPS. Recommended value "Strict-Transport-Security: max-age=31536000; includeSubDomains".

Content Security Policy is an effective measure to protect your site from XSS attacks. By whitelisting sources of approved content, you can prevent the browser from loading malicious assets.

Referrer Policy is a new header that allows a site to control how much information the browser includes with navigations away from a document and should be set by all sites.

Permissions Policy is a new header that allows a site to control which features and APIs can be used in the browser.

Suggestion:
You are required to fix all these headers in order to make your system much more stronger.

Thank you