Answer in brief
CVE-2025-53837 records a Critical severity (CVSS 9.9) vulnerability in org.xwiki.rendering:xwiki-rendering-xml has an Eval Injection issue. The current sources do not mark it as known exploited. The current feed maps xwiki/xwiki-rendering (generic), org.xwiki.rendering:xwiki-rendering-xml (maven), org.xwiki.rendering:xwiki-rendering-xml (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.9. 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 xwiki/xwiki-rendering (generic), org.xwiki.rendering:xwiki-rendering-xml (maven), org.xwiki.rendering:xwiki-rendering-xml (maven). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| xwiki/xwiki-renderinggeneric | < 14.10.2 | Not reported |
| org.xwiki.rendering:xwiki-rendering-xmlmaven | <14.10.2 | 14.10.2 |
| org.xwiki.rendering:xwiki-rendering-xmlmaven | >=0 <14.10.2 | 14.10.2 |
Published upstream
Sep 18, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 18, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 18, 2026
XWiki Rendering is a generic rendering system that converts textual input in a given syntax (wiki syntax, HTML, etc) into another syntax (XHTML, etc). Prior to versions 14.10.2 and 15.0 RC1, any user who can edit their own user profile or any other document can execute arbitrary script macros including Groovy and Python macros that allow remote code execution including unrestricted read and write access to all wiki contents. The reason is that rendering output is included as content of HTML macros without further escaping and it is thus possible to close the HTML macro and inject script macros that are executed with programming rights. This has been patched in XWiki 14.10.2 and 15.0 RC1 by making sure that rendering output cannot close the surrounding HTML macro. A possible workaround is available. It is, in principle, possible to add escaping to all places where rendering output is used in wiki documents, but at the moment there is no list of them.
Quoted source text, attributed separately from HOL analysis.