WRITEUP
WRITEUP
Exploit for CVE-2026-27469
- Isso <0afbfe0 - Stored XSS
AI Analysis
This patch addresses a stored XSS vulnerability in Isso comments by ensuring proper HTML escaping of the website and author fields. The fix involves using `escape(..., quote=True)` for the website field and `escape(..., quote=False)` for the author field across all write paths.
Click anywhere or press Esc to close