Answer in brief
CVE-2025-32430 records a Unknown severity vulnerability in XWiki allows Reflected XSS in two templates. The current sources do not mark it as known exploited. The current feed maps org.xwiki.platform:xwiki-platform-web-templates (maven), org.xwiki.platform:xwiki-platform-web-templates (maven), org.xwiki.platform:xwiki-platform-web-templates (maven). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps org.xwiki.platform:xwiki-platform-web-templates (maven), org.xwiki.platform:xwiki-platform-web-templates (maven), org.xwiki.platform:xwiki-platform-web-templates (maven). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| org.xwiki.platform:xwiki-platform-web-templatesmaven | >=4.2-milestone-3 <16.4.8 | 16.4.8 |
| org.xwiki.platform:xwiki-platform-web-templatesmaven | >=16.5.0-rc-1 <16.10.6 | 16.10.6 |
| org.xwiki.platform:xwiki-platform-web-templatesmaven | >=17.0.0-rc-1 <17.3.0-rc-1 | 17.3.0-rc-1 |
Published upstream
Aug 5, 2025
Evidence: source:osv:source_dates:source-dates:recordSource modified
Sep 10, 2026
Evidence: source:osv:source_dates:source-dates:recordFirst seen by HOL
Sep 10, 2026
### Impact Reflected XSS vulnerabilities in two templates allow an attacker to execute malicious JavaScript code in the context of the victim's session by getting the victim to visit an attacker-controlled URL. PoC URLs are `/xwiki/bin/view/Main/?xpage=job_status_json&jobId=asdf&translationPrefix=<img src=1 onerror=alert(document.domain)>` and `/xwiki/bin/view/Main/?xpage=distribution&extensionId=%3Cimg src=x onerror=alert(document.domain)%3E&extensionVersionConstraint=%3Cimg src=x onerror=alert(document.domain)%3E`. This allows the attacker to perform arbitrary actions using the permissions of the victim. ### Patches The problem has been patched in XWiki 16.4.8, 16.10.6 and 17.3.0RC1 by adding escaping in the affected templates. ### Workarounds The affected templates can be patched manually in the WAR by applying the same changes as in [the patch](https://github.com/xwiki/xwiki-platform/commit/e5926a938cbecc8b1eaa48053d8d370cff107cb0). ### Attribution The vulnerability involving `job_status_json` has been reported as "Unauth Reflected XSS" vulnerability by Aleksey Solovev (Positive Technologies), and the vulnerability involving `distribution` has been reported as "Auth Admin Reflected XSS" vulnerability by Evgeny Kopytin (Positive Technologies). According to our analysis, both vulnerabilities can be exploited against both unauthenticated and authenticated victims (including victims with admin privileges) which is why we publish them together in this advisory.
Quoted source text, attributed separately from HOL analysis.