Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Maven
Not in CISA KEV

GHSA-9875-cw22-f7cx xwiki-platform-rendering-…

Fix: xwiki/xwiki-platform@c99d501

GHSA-9875-cw22-f7cx is a Code Injection vulnerability in org.xwiki.platform:xwiki-platform-rendering-wikimacro-store. A fix is available for org.xwiki.platform:xwiki-platform-rendering-wikimacro-store — see the affected versions and patch details below.

XWiki allows remote code execution through default value of wiki macro wiki-type parameters

Also known asCVE-2025-49581
Published
Jun 13, 2025
Updated
Apr 1, 2026
Affected
5 pkgs
Patched
3 / 5
Exploits
None indexed
Exploitation data as of Sep 19, 2026 · OSV.dev, NVD, FIRST.org (EPSS)

Exploitation Status

No confirmed exploitation observed yet

  • A successful exploit gives an attacker total control of the affected component, not partial access.
  • CISA’s own triage has not observed active exploitation or public proof-of-concept code for this CVE as of its last assessment.

Exploitation and automatability from CISA’s SSVC triage for GHSA-9875-cw22-f7cx.

EPSS Exploitation Probability

via FIRST.org ↗
0.6%probability of exploitation in next 30 days
Lower Risk0.00%
Lower risk than most CVEs47th percentile — riskier than 47% of all scored CVEsHighest risk

EPSS (Exploit Prediction Scoring System) is a daily probability model maintained by FIRST.org. It estimates the likelihood a CVE will be exploited in production environments within the next 30 days, derived from real-world threat intelligence signals.

Real-World Exposure

5 pkgs affected
org.xwiki.platform:xwiki-platform-rendering-wikimacro-storeorg.xwiki.platform:xwiki-platform-rendering-wikimacro-storeorg.xwiki.platform:xwiki-platform-rendering-wikimacro-storeorg.xwiki.platform:xwiki-platform-rendering-wikimacro-storeorg.xwiki.platform:xwiki-platform-rendering-wikimacro-store

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects Maven packages — download data is not available via public APIs for these ecosystems.

Description

Impact

Any user with edit right on a page (could be the user's profile) can execute code (Groovy, Python, Velocity) with programming right by defining a wiki macro. This allows full access to the whole XWiki installation and thus impacts its confidentiality, integrity and availability. The main problem is that if a wiki macro parameter allows wiki syntax, its default value is executed with the rights of the author of the document where it is used. This can be exploited by overriding a macro like the children macro that is used in a page that has programming right like the page XWiki.ChildrenMacro and thus allows arbitrary script macros. The full reproduction steps can be found in the original issue.

Patches

This vulnerability has been patched in XWiki 16.4.7, 16.10.3 and 17.0.0 by executing wiki parameters with the rights of the wiki macro's author when the parameter's value is the default value.

Workarounds

We're not aware of any workarounds except for upgrading.

Affected Packages

5 total 3 fixed
EcosystemPackageVulnerable rangeFix
Mavenorg.xwiki.platform:xwiki-platform-rendering-wikimacro-store11.10.11No fix
Mavenorg.xwiki.platform:xwiki-platform-rendering-wikimacro-store12.6.3No fix
Mavenorg.xwiki.platform:xwiki-platform-rendering-wikimacro-store12.8-rc-1&&< 16.4.716.4.7org.xwiki.platform:xwiki-platform-rendering-wikimacro-store:16.4.7
Mavenorg.xwiki.platform:xwiki-platform-rendering-wikimacro-store16.5.0-rc-1&&< 16.10.316.10.3org.xwiki.platform:xwiki-platform-rendering-wikimacro-store:16.10.3
Mavenorg.xwiki.platform:xwiki-platform-rendering-wikimacro-store17.0.0-rc-1&&< 17.0.017.0.0org.xwiki.platform:xwiki-platform-rendering-wikimacro-store:17.0.0

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for org.xwiki.platform:xwiki-platform-rendering-wikimacro-store, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.

  2. Fix

    No patched version of org.xwiki.platform:xwiki-platform-rendering-wikimacro-store has shipped for GHSA-9875-cw22-f7cx yet. Where your build allows, override or pin the dependency away from the vulnerable range, and apply any maintainer-recommended mitigation.

  3. Workarounds

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

  4. How O3 protects you

    O3 Security's impact-aware SCA analyses which vulnerable code paths your application actually calls, so a match like GHSA-9875-cw22-f7cx can be triaged on real exposure rather than presence alone.

Tailored to GHSA-9875-cw22-f7cx. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

### Impact Any user with edit right on a page (could be the user's profile) can execute code (Groovy, Python, Velocity) with programming right by defining a wiki macro. This allows full access to the whole XWiki installation and thus impacts its confidentiality, integrity and availability. The main problem is that if a wiki macro parameter allows wiki syntax, its default value is executed with the rights of the author of the document where it is used. This can be exploited by overriding a macro like the `children` macro that is used in a page that has programming right like the page `XWiki.Chi
O3 Security · Impact-Aware SCA

Is GHSA-9875-cw22-f7cx in your dependencies?

O3 Security finds GHSA-9875-cw22-f7cx across Maven dependencies, including transitive ones, and its impact-aware SCA ranks findings by whether your code actually calls the vulnerable path.

GHSA-9875-cw22-f7cx: vulnerability details | O3 Security