Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vulnerability Report(1): Missing Security Headers #964

Open
Zoynaxader opened this issue Feb 10, 2023 · 0 comments
Open

Vulnerability Report(1): Missing Security Headers #964

Zoynaxader opened this issue Feb 10, 2023 · 0 comments

Comments

@Zoynaxader
Copy link

Hello team,

This is Zoyna and I've found a security flaw in your website: https://navcoin.org/

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

X-Content-Type-Options stops a browser from trying to MIME-sniff the content type and forces it to stick with the declared content-type. The only valid value for this header is "X-Content-Type-Options: nosniff".

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant