GHSA-rp38-24m3-rx87 is a low-severity (CVSS 2.7) vulnerability in org.xwiki.platform:xwiki-platform-lesscss-script. A fix is available for org.xwiki.platform:xwiki-platform-lesscss-script — see the affected versions and patch details below.
The lesscss script service allows cache clearing without programming right
Exploitation Status
Proof-of-concept exploit code exists
- CISA’s SSVC triage found public proof-of-concept exploit code for this CVE, though no confirmed active exploitation.
Exploitation and automatability from CISA’s SSVC triage for GHSA-rp38-24m3-rx87.
EPSS Exploitation Probability
Probability of exploitation in the next 30 days, from FIRST.org EPSS.
How urgent is this, really
GHSA-rp38-24m3-rx87 by exploitation likelihood (EPSS) against impact (CVSS). Outside the shaded patch-first corner.
Where this sits among everything scored
Of 379,842 CVEs with a current EPSS score, this one falls in the < 10% band (highlighted). Counts from FIRST.org, log-scaled.
Real-World Exposure
org.xwiki.platform:xwiki-platform-lesscss-script☕org.xwiki.platform:xwiki-platform-lesscss-script☕org.xwiki.platform:xwiki-platform-lesscss-scriptReal-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
The script API of the LESS compiler in XWiki is incorrectly checking for rights when calling the cache cleaning API, making it possible to clean the cache without having programming right. The only impact of this is a slowdown in XWiki execution as the caches are re-filled. As this vulnerability requires script right to exploit, and script right already allows unlimited execution of scripts, the additional impact due to this vulnerability is low.
Patches
This has been patched in XWiki 15.10.12, 16.4.3 and 16.8.0 RC1.
Workarounds
We're not aware of any workaround except for being careful whom to give script right, which is a general recommendation.
Affected Packages
| Ecosystem | Package | Vulnerable range | Fix |
|---|---|---|---|
| ☕Maven | org.xwiki.platform:xwiki-platform-lesscss-script | ≥ 6.1-milestone-1&&< 15.10.12 | 15.10.12org.xwiki.platform:xwiki-platform-lesscss-script:15.10.12 |
| ☕Maven | org.xwiki.platform:xwiki-platform-lesscss-script | ≥ 16.0.0-rc-1&&< 16.4.3 | 16.4.3org.xwiki.platform:xwiki-platform-lesscss-script:16.4.3 |
| ☕Maven | org.xwiki.platform:xwiki-platform-lesscss-script | ≥ 16.5.0-rc-1&&< 16.8.0-rc-1 | 16.8.0-rc-1org.xwiki.platform:xwiki-platform-lesscss-script:16.8.0-rc-1 |
Detection & mitigation playbook
Open-source dependencyDetect
Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for org.xwiki.platform:xwiki-platform-lesscss-script, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.
Fix
Update org.xwiki.platform:xwiki-platform-lesscss-script to 15.10.12 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms GHSA-rp38-24m3-rx87 is resolved across your whole dependency graph.
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.
Frequently Asked Questions
Is GHSA-rp38-24m3-rx87 in your dependencies?
Find it across Maven, including transitive dependencies.