Clickjacking

Disclosed: 2017-02-02 11:32:17 By b1b62e8d81ce1e3993ad913 To pushwoosh
Medium
Vulnerability Details
Steps to reproduce: create index.html file with following content: <iframe sandbox="allow-scripts allow-forms" src="https://go.pushwoosh.com/register" width="1000" height="600"></iframe> Open index.html in browser Actual result: Pushwoosh viewed in iframe. Expected result: do not allow clickjacking Root cause: ``` var isInIFrame = (function () { try { return window.self !== window.top; } catch (e) { return true; } })(); ```
Actions
View on HackerOne
Report Stats
  • Report ID: 200419
  • State: Closed
  • Substate: resolved
  • Upvotes: 7
Share this report