The application can be embedded in malicious iframes allowing an attacker to hijack the user clicks to perform actions without the user consent.
Hijack the user clicks to execute unintended actions.
Set the frame-ancestors policy in the Content Security Policy using a secure configuration.
Anonymous attacker from Internet.
⌚ 30 minutes.
Default score using CVSS 3.1. It may change depending on the context of the src.
Default score using CVSS 4.0. It may change depending on the context of the src.
The Content security Policy is securely configured
HTTP/1.1 200 OK
Content-Security-Policy: frame-ancestors 'none';
The Content Security Policy header has an insecure configuration
HTTP/1.1 200 OK
"No CSP or X-Frame-Options directive"