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

CVE-2025-49581

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

Also known asGHSA-9875-cw22-f7cx
Published
Jun 13, 2025
Updated
Apr 10, 2026
Affected
5 pkgs
Patched
3 / 5
Exploits
None indexed

EPSS Exploitation Probability

via FIRST.org ↗
0.5%probability of exploitation in next 30 days
Lower Risk37th percentile-3.40%
0.00%1.63%3.26%4.89%0.7%0.5%Dec 25Apr 26Jun 26

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.

Blast Radius

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

XWiki is a generic wiki platform. 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. 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. 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.

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.7
Mavenorg.xwiki.platform:xwiki-platform-rendering-wikimacro-store16.5.0-rc-1&&< 16.10.316.10.3
Mavenorg.xwiki.platform:xwiki-platform-rendering-wikimacro-store17.0.0-rc-1&&< 17.0.017.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. O3's reachability analysis confirms whether the vulnerable code path is actually invoked in your application, so you act on real exposure instead of every transitive match.

  2. Fix

    No patched version of org.xwiki.platform:xwiki-platform-rendering-wikimacro-store has shipped for CVE-2025-49581 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 pinpoints whether CVE-2025-49581 is reachable in your code and exactly where to fix it, then blocks exploitation in production at runtime until the patched version is deployed.

Tailored to CVE-2025-49581. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

XWiki is a generic wiki platform. 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. 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 m
O3 Security · Impact-Aware SCA

Is CVE-2025-49581 in your dependencies?

O3 detects CVE-2025-49581 across Maven dependencies and uses function-level reachability to confirm whether the vulnerable code path is actually reachable — not just present. No false positives.