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

Regarding vulnerability in your website. #233

Open
ghost opened this issue Aug 28, 2015 · 0 comments
Open

Regarding vulnerability in your website. #233

ghost opened this issue Aug 28, 2015 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 28, 2015

Hi Team,
Found that your website is vulnerable from clickjacking vulnerability.
By using this vulnerability an attacker can change the credentials of the user/victim.

Clickjacking Vulnerability :

Reference : https://www.owasp.org/index.php/Clickjacking

POC :

<title> Clickjacking testing </title> <style> frame { opacity: 0.5; border: none; position: absolute; top: 0px; left: 0px; z-index: 1000; } </style> <script> window.onbeforeunload = function() { return " Do you want to leave ?"; } </script>

Clickjacking Found by Shivam Kumar Agarwal !

<iframe id="frame" width="100%" height="100%" src="https://www.bento.io"></iframe>

See the attachments for this bug.

Regards
Shivam Kumar Agarwal
clickjacking-bento-1
clickjacking-bento-2

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

0 participants