The details of it are as follows:-
Summary:
Steps To Reproduce:
- Create a new HTML file
- Put <iframe src="https://ontobee.org"0"></iframe>
- Save the file
- 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: