The Blog Application is vulnerable to Stored Cross-Site Scripting (XSS) via the Blog Post Title. The vulnerability arises because the post title is injected directly into the HTML <title> tag without proper escaping.
An attacker with permissions to create or edit blog posts can inject malicious JavaScript into the title field. This script will execute in the browser of any user (including administrators) who views the blog post. This leads to potential session hijacking or privilege escalation.
To reproduce:
</title><script>alert('XSS in title blog')</script>The vulnerability has been patched in the blog application version 9.15.7 by adding missing escaping.
XWiki Blog Application maintainers are not aware of any workarounds.
Łukasz Rybak reported this vulnerability.
9.15.7Exploitability
AV:NAC:LAT:NPR:LUI:PVulnerable System
VC:HVI:HVA:HSubsequent System
SC:NSI:NSA:N8.6/CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N