Answer in brief
CVE-2023-35161 records a Critical severity (CVSS 9.6) vulnerability in XWiki Platform vulnerable to reflected cross-site scripting via xredirect parameter in DeleteApplication page. The current sources do not mark it as known exploited. The current feed maps org.xwiki.platform:xwiki-platform-appwithinminutes-ui (maven), org.xwiki.platform:xwiki-platform-appwithinminutes-ui (maven). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 9.6. 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-appwithinminutes-ui (maven), org.xwiki.platform:xwiki-platform-appwithinminutes-ui (maven). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| org.xwiki.platform:xwiki-platform-appwithinminutes-uimaven | >=6.2-milestone-1 <14.10.5 | 14.10.5 |
| org.xwiki.platform:xwiki-platform-appwithinminutes-uimaven | >=15.0-rc-1 <15.1-rc-1 | 15.1-rc-1 |
Published upstream
Jun 22, 2023
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 Users are able to forge an URL with a payload allowing to inject Javascript in the page (XSS). It's possible to exploit the DeleteApplication page to perform a XSS, e.g. by using URL such as: > xwiki/bin/view/AppWithinMinutes/DeleteApplication?appName=Menu&resolve=true&xredirect=javascript:alert(document.domain) This vulnerability exists since XWiki 6.2-milestone-1. ### Patches The vulnerability has been patched in XWiki 14.10.5 and 15.1-rc-1. ### Workarounds It's possible to workaround the vulnerability by editing the page AppWithinMinutes.DeleteApplication to perform checks on it, but note that the appropriate fix involves new APIs that have been recently introduced in XWiki. See the referenced jira tickets. ### References * Jira ticket about the vulnerability: https://jira.xwiki.org/browse/XWIKI-20614 * Introduction of the macro used for fixing all those vulnerabilities: https://jira.xwiki.org/browse/XWIKI-20583 * Commit containing the actual fix in the page: https://github.com/xwiki/xwiki-platform/commit/8f5a889b7cd140770e54f5b4195d88058790e305 ### For more information If you have any questions or comments about this advisory: * Open an issue in [Jira XWiki.org](https://jira.xwiki.org/) * Email us at [Security Mailing List](mailto:[email protected])
Quoted source text, attributed separately from HOL analysis.