Iframe XSS Demo

This page demonstrates how XSS vulnerabilities can be exploited through iframes.

The embedded component below accepts user input and is vulnerable to XSS attacks.

Try entering: <img src="x" onerror="alert(document.domain)">