Hi team, I am a security researcher and freelance ethical hacker and i have discovered the vulnerability in your website Bug type : UI Redressing Impact : Phishing Description : Clickjacking, 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. <html> <head><title>Clickjack test page</title></head> <body> <h1> Clickjacking in your website </h1> <iframe width="1000" height="500" src=" https://lists.fiware.org/mailman/listinfo"/> </body> </html> Impact: The site can also be opened in an iframe after the user has logged it making it hard for the user to avoid phishing.A user can be tricked into downloading amalicious file that an attacker wants a user to download, allowing an attacker to gain access to the users device . Remediation : Add an iframe destroyer in the header of the page Note : I am also attaching a screen shot as proof of concept. I hope to receive reward for the responsible disclosure of the vulnerability waiting for your response Best Regards White HaT -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.fiware.org/private/fiware-tech-help/attachments/20240607/7f3190df/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: lists.fiware.org.png Type: image/png Size: 85984 bytes Desc: not available URL: <https://lists.fiware.org/private/fiware-tech-help/attachments/20240607/7f3190df/attachment-0001.png>
You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy Cookies policy