Iframe tags don't have a sandbox attribute, this makes an attacker able to execute malicious javascript via an iframe and perform phishing attacks. The sandbox attribute will block script execution and prevents the content to navigate its top-level browsing context which will stop this type of attack.
{ "nvd_published_at": "2022-03-08T13:15:00Z", "github_reviewed_at": "2022-03-09T18:24:00Z", "severity": "MODERATE", "github_reviewed": true, "cwe_ids": [ "CWE-79" ] }