You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Big Title:Clickjacking (User Interface redress attack, UI redress attack, UI redressing) on sensitive action.
A clear and concise description of what the bug is.
Hello Security,
Clickjacking (User Interface redress attack, UI redress attack, UI redressing) is a malicious technique of tricking a Web user into clicking on something different from what the user perceives they are clicking on, thus potentially revealing confidential information or taking control of their computer while clicking on seemingly innocuous web pages.
The server didn't return an X-Frame-Options header which means that this website could be at risk of a clickjacking attack. The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in a or <iframe>. Sites can use this to avoid clickjacking attacks, by ensuring that their content is not embedded into other sites.
This vulnerability affects Web Server.
To Reproduce
Proof of concept:
1.Open URL: https://neverlose.money/
2.put the url in the below code of iframe
3.Observe that site is getting displayed in Iframe
Expected behavior
A clear and concise description of what you expected to happen.
IMPACT:
An attacker can host this domain in other evil site by using iframe and if a user fill the given filed it can directly redirect as logs to attacker and after its redirect to your web server.. its lead to steal user information too and use that host site as phishing of your site its CSRF and Clickjacking.By using Clickjacking technique, an attacker hijack's click's meant for one page and route them to another page, most likely for another application, domain, or both.
Screenshots
Remediation:
Frame busting technique is the better framing protection
technique.
Sending the proper X-Frame-Options HTTP response headers
that instruct the browser to not allow framing from other
domains
Describe the bug
Big Title:Clickjacking (User Interface redress attack, UI redress attack, UI redressing) on sensitive action.
A clear and concise description of what the bug is.
Hello Security,
Clickjacking (User Interface redress attack, UI redress attack, UI redressing) is a malicious technique of tricking a Web user into clicking on something different from what the user perceives they are clicking on, thus potentially revealing confidential information or taking control of their computer while clicking on seemingly innocuous web pages.
The server didn't return an X-Frame-Options header which means that this website could be at risk of a clickjacking attack. The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in a or <iframe>. Sites can use this to avoid clickjacking attacks, by ensuring that their content is not embedded into other sites.
This vulnerability affects Web Server.
To Reproduce
Proof of concept:
<title>i Frame</title>1.Open URL: https://neverlose.money/
2.put the url in the below code of iframe
This is clickjacking vulnerable
<iframe src="https://neverlose.money/" frameborder="2 px" height="500px" width="80%"></iframe>3.Observe that site is getting displayed in Iframe
Expected behavior
A clear and concise description of what you expected to happen.
IMPACT:
An attacker can host this domain in other evil site by using iframe and if a user fill the given filed it can directly redirect as logs to attacker and after its redirect to your web server.. its lead to steal user information too and use that host site as phishing of your site its CSRF and Clickjacking.By using Clickjacking technique, an attacker hijack's click's meant for one page and route them to another page, most likely for another application, domain, or both.
Screenshots
![00](https://user-images.githubusercontent.com/89713435/151708675-b7f6c5f8-b67b-447a-a646-0f333f7daf1d.png)
Remediation:
Frame busting technique is the better framing protection
technique.
Sending the proper X-Frame-Options HTTP response headers
that instruct the browser to not allow framing from other
domains
Add any other context about the problem here.
Bounty information
The text was updated successfully, but these errors were encountered: