iframe Security
iframes can be exploited in clickjacking attacks where an attacker overlays an invisible iframe over a legitimate page to capture clicks.
Defend your own pages using the X-Frame-Options or Content-Security-Policy: frame-ancestors HTTP headers.