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

X-Frame-Options header not set #2085

Closed
ArashSade opened this issue Jul 10, 2018 · 1 comment
Closed

X-Frame-Options header not set #2085

ArashSade opened this issue Jul 10, 2018 · 1 comment

Comments

@ArashSade
Copy link

Hi,

I came across a medium risk security issue in the SaaS website. But probably it's not specific to SaaS website.
According to our basic pentest X-Frame-Options header is not included in the HTTP response to protect against 'ClickJacking' attacks.

Most modern Web browsers support the X-Frame-Options HTTP header. Ensure it's set on all web pages returned by your site (if you expect the page to be framed only by pages on your server (e.g. it's part of a FRAMESET) then you'll want to use SAMEORIGIN, otherwise if you never expect the page to be framed, you should use DENY. ALLOW-FROM allows specific websites to frame the web page in supported web browsers).

You can find more info in this post: https://blogs.msdn.microsoft.com/ieinternals/2010/03/30/combating-clickjacking-with-x-frame-options/

Regards,
Arash

@sebastienros
Copy link
Member

Duplicate of #854

@sebastienros sebastienros marked this as a duplicate of #854 Jul 12, 2018
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

2 participants