CVE-2026-44179Critical· 9.9▾ Midnightxwiki-pro-macros has remote code execution from page title and content via excerpt-include macro
▾ Midnight zone — Critical, or high with PoC / in-the-wild
impact 54.5 · likelihood 0 · exploitation 0
Need a working PoC? Pro members can cast a request and our team develops one — it lands right here.
The excerpt-include macro does not properly escape the title of the included page and executes the content of the excerpt with the macro's rights. Therefore, it is vulnerable to XWiki syntax injection via the included page's title and content, allowing remote code execution for any user who can edit a page.
The title of the included page isn't escaped in ExcerptInclude.xml#L277. Further, the content of the excerpt macro is rendered to XWiki syntax and output into the macro's content such that it is executed with the macro's rights.
Exploit.{{async}}{{groovy}}println("Hello from Groovy Title!"){{/groovy}}{{/async}}.{{excerpt-include 0="Exploit.WebHome"}}{{/excerpt-include}}
{{excerpt}}
{{async}}{{groovy}}println("Hello from Groovy content!"){{/groovy}}{{/async}}
{{/excerpt}}
Remote code execution impacts the confidentiality, integrity and availability of the whole XWiki installation.
com.xwiki.pro:xwiki-pro-macros >= 1.13, < 1.14.5Upgrade to a patched release:
com.xwiki.pro:xwiki-pro-macros 1.14.5Connected by shared product, vendor, weakness, or advisory.
CVE-2025-53837Critical· 9.9XWiki Rendering is a generic rendering system that converts textual input in a given syntax (wiki syntax, HTML, etc) into another syntax (XHTML, etc)
CVE-2026-53966High· 7.1XWiki Platform is a generic wiki platform
CVE-2023-37465Medium· 6.5org.xwiki.contrib:discussions-server has Cross-Site Request Forgery (CSRF) issue that makes it possible to delete messages
CVE-2026-34151High· 8.2XWiki Platform is a generic wiki platform
CVE-2025-66024Critical· 9.0The XWiki blog application allows users of the XWiki platform to create and manage blog posts
CVE-2026-33229Critical· 9.8XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it