Vulnerability Report [X-frame By-Pass]

13 views
Skip to first unread message

Whitehat Security

unread,
Oct 8, 2025, 1:35:09 AM10/8/25
to ontobee...@googlegroups.com
Hello Team, 

I have found a bug in your website https://ontobee.org 
The details of it are as follows:-

Summary:

X-Frame-Options ALLOW-FROM https://ontobee.org supported by several Browser, 

Steps To Reproduce:

  1. Create a new HTML file
  2. Put <iframe src="https://ontobee.org"0"></iframe>
  3. Save the file
  4. Open document in browser

Impact:

Attacker may tricked user, sending them malicious link then user open it clicked some image and their account unconsciously has been deactivated

Solution:

The vulnerability can be fixed by adding "frame-ancestors 'self';" to the CSP (Content-Security-Policy) header.
 PoC:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="X-Frame-Bypass: Web Component extending IFrame to bypass X-Frame-Options: deny/sameorigin">
<title>X-Frame-Bypass Web Component Demo</title>
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}
iframe {
display: block;
width: calc(70% - 40px);
height: calc(80% - 40px);
margin: 20px;
}
img {
position: absolute;
top: 0;
right: 0;
}
</style>
<script src="https://unpkg.com/@ungap/custom-elements-builtin"></script>
<script src="x-frame-bypass.js" type="module"></script>
</head>
<body>
    <h1>x-frame-bypass in your site</h1>
<iframe is="x-frame-bypass" src="https://ontobee.org"></iframe>
</body>
</html>

FIX:

Content-Security-Policy: frame-ancestors 'self' is better, because it checks all frame ancestors. You should implement a CSP header to avoid these sorts of attacks. Please let me know if you want more information. I hope that you appreciate my ethical disclosure of this vulnerability, expecting a reward as a token of appreciation for this..
Thank you!
Waiting for your reply.  
Regards
image.png


Whitehat Security

unread,
Oct 21, 2025, 1:00:02 AM10/21/25
to ontobee...@googlegroups.com
Dear Team,

I hope you're doing well. I wanted to follow up on the vulnerability I reported. I understand that security assessments and fixes take time, and I truly appreciate your team's efforts in addressing these issues.

Please confirm your interest if you are willing to fix the issue to avoid further follow-ups. If you have already fixed the issue, please let us know, and we will proceed with retesting.

As a security researcher, I responsibly reported this vulnerability to help secure your platform. In recognition of my efforts, I expect a reward, which can be sent via PayPal or bank transfer. I would appreciate an update on this discussion as well.

Looking forward to your response.

Best regards

Whitehat Security

unread,
Oct 29, 2025, 12:18:50 AM10/29/25
to ontobee...@googlegroups.com
Hello Team,

I’m following up once more regarding the vulnerability report. We’re happy to know you’ve received it and that it’s contributing to your security improvements.

As mentioned earlier, we would also appreciate a reward for the vuln, granted purely at your discretion. This doesn’t require a bug bounty program — it’s simply a way to acknowledge the effort put into reporting it ethically.

Thank you for your time and acknowledgment.

Best regards

Whitehat Security

unread,
Nov 9, 2025, 11:55:35 PM11/9/25
to ontobee...@googlegroups.com
Hello Team,

I hope everything is going well on your end. I wanted to politely follow up regarding the vulnerability we reported earlier.

While our main goal is to help improve your security posture, we would also welcome a reward for the vuln, should you decide to grant one. We fully understand this is not an obligation and depends entirely on your room and discretion.

Your acknowledgment and appreciation mean a lot to us.

Best regards

Whitehat Security

unread,
Nov 26, 2025, 10:43:56 AM11/26/25
to ontobee...@googlegroups.com
Hello Team,

I hope this message finds you well. This is a gentle follow-up regarding the vulnerability report we submitted. Our intention has always been to responsibly disclose the issue and ensure the security of your platform.

As mentioned before, a reward is not something we expect by default, nor does it require a formal bug bounty program. It’s simply a gesture of appreciation that’s entirely at your discretion and room.

We’ll always value your acknowledgment of the report, and if you decide to provide a reward for reporting the bug ethically, we would greatly appreciate it.

Thank you for your time, and we remain open to assist further whenever you need.

Best regards

Whitehat Security

unread,
Dec 10, 2025, 2:32:15 AM12/10/25
to ontobee...@googlegroups.com
Hello Team,

This will be my follow-up regarding the vulnerability report we submitted. We’re happy to have contributed to your security and will always be open to supporting your future security needs.

We would also be grateful if you considered a reward for the vuln, as a gesture of appreciation for the ethical reporting. Again, we recognize this is not required and it depends completely on your discretion.

Thank you for your acknowledgment and for taking the time to review our report.

Best regards
Reply all
Reply to author
Forward
0 new messages