🛡️ CVE-2026-44179 — xwiki-pro-macros

🔴 CVSS 9.5 — Critical ✅ No Known Exploit CWE-95 OSV
9.5
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

xwiki-pro-macros has remote code execution from page title and content via excerpt-include macro

Summary

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.

Details

The title of the included page isn't escaped in [ExcerptInclude.xml#L277](https://github.com/xwikisas/xwiki-pro-macros/blob/main/xwiki-pro-macros-ui/src/main/resources/Confluence/Macros/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.

PoC

1. As a user without script or programming right, create a page named Exploit.

2. In the edit screen, change the title to {{async}}{{groovy}}println("Hello from Groovy Title!"){{/groovy}}{{/async}}.

3. Set the content to

```

{{excerpt-include 0="Exploit.WebHome"}}{{/excerpt-include}}

{{excerpt}}

{{async}}{{groovy}}println("Hello from Groovy content!"){{/groovy}}{{/async}}

{{/excerpt}}

```

4. Save and view the page.

5. If this displays "Hello from Groovy Title!" without the surrounding macro code or "Hello from Groovy content!", the attack succeeded.

Impact

Remote code execution impacts the confidentiality, integrity and availability of the whole XWiki installation.

How this vulnerability can be exploited

This issue can be reached over the network, attack complexity is low, an attacker needs low-level privileges on the target. No user interaction is required. The scope is changed, meaning a successful attack can affect components beyond the vulnerable one. Rated impact: confidentiality high, integrity high, availability high.

Weakness class

CVE-2026-44179 is classified as CWE-95: Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection'). The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes code syntax before using the input in a dynamic evaluation call (e.g. "eval").

Affected software

CVE-2026-44179 is recorded against 1 package.

  • com.xwiki.pro:xwiki-pro-macros (from 1.13 up to 1.14.5)

Timeline and source

Published on 22 June 2026. No public exploit is currently recorded for this entry. Record sourced from OSV.

References

github.com (Web)
github.com (Package)

Details

Severity CRITICAL
CVSS Score 9.5
CVSS Vector CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
CWE CWE-95
Public Exploit ✅ No
Source OSV
Published 2026-06-22
Updated 2026-08-12
Modified 2026-06-22
Fix URL N/A

Affected Packages

Software From version Fixed in
com.xwiki.pro:xwiki-pro-macros 1.13 1.14.5

Similar Threats

Exploit Protection

Are you running xwiki-pro-macros?

CVE-2026-44179 carries CVSS 9.5 Critical rating. BotEraser checks your installation against this and other known CVE records, and blocks IPs associated with exploit activity.

Check My Site For CVE-2026-44179 →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.

Browse related advisories

All advisoriesCVECVE 2026