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

CLICK JACKING #13

Closed
kamranjaved2662 opened this issue Apr 30, 2020 · 1 comment
Closed

CLICK JACKING #13

kamranjaved2662 opened this issue Apr 30, 2020 · 1 comment

Comments

@kamranjaved2662
Copy link

kamranjaved2662 commented Apr 30, 2020

Description :
Click jacking, also known as a "UI redress attack", is when an attacker uses multiple transparent or opaque layers to trick a user into clicking on a button or link on another page when they were intending to click on the the top level page. Thus, the attacker is "hijacking" clicks meant for their page and routing them to another page, most likely owned by another application, domain, or both.

Using a similar technique, keystrokes can also be hijacked. With a carefully crafted combination of stylesheets, iframes, and text boxes, a user can be led to believe they are typing in the password to their email or bank account, but are instead typing into an invisible frame controlled by the attacker.

POC:

UI REDRESSING

WEBSITE IS VULNERABLE TO UI REDRESSING

<iframe width=100% height=80% src="https://alerts.vulmon.com/login "></iframe>

Impact:
Any User can be lured in to click on whats look like a functionality of the website but is actually an attackers frame button containing some malicious javascript code or redirection code leading the user to a vulnerable site . And as the vulnerability persists even after the user is logged in which makes it even more sever.

Suggested Fix:
Add an iframe destroyer in the page headers.

@yavuzatlas
Copy link
Collaborator

yavuzatlas commented Apr 30, 2020

Since this page is for Vulmap related issues, I am closing this one. Besides I will send an email to you to give information.

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