Loading HuntDB...

GHSA-pwfv-3cvg-9m4c

GitHub Security Advisory

org.xwiki.platform:xwiki-platform-oldcore makes Incorrect Use of Privileged APIs with DocumentAuthors

✓ GitHub Reviewed CRITICAL Has CVE

Advisory Details

### Impact

The Document script API returns directly a DocumentAuthors allowing to set any authors to the document, which in consequence can allow subsequent executions of scripts since this author is used for checking rights.
Example of such attack:

```
{{velocity}}
$doc.setContent('{{velocity}}$xcontext.context.authorReference{{/velocity}}')
$doc.authors.setContentAuthor('xwiki:XWiki.superadmin')
$doc.getRenderedContent()
{{/velocity}}
```

### Patches
The problem has been patched in XWiki 14.10 and 14.4.7 by returning a safe script API.

### Workarounds
There no easy workaround apart of upgrading.

### References

* https://jira.xwiki.org/browse/XWIKI-20380
* https://github.com/xwiki/xwiki-platform/commit/905cdd7c421dbf8c565557cdc773ab1aa9028f83

### For more information
If you have any questions or comments about this advisory:
* Open an issue in [Jira](https://jira.xwiki.org)
* Email us at [security ML](mailto:[email protected])

Affected Packages

Maven org.xwiki.platform:xwiki-platform-oldcore
Affected versions: 14.5 (fixed in 14.10)
Maven org.xwiki.platform:xwiki-platform-oldcore
Affected versions: 14.4.1 (fixed in 14.4.7)

Related CVEs

Key Information

GHSA ID
GHSA-pwfv-3cvg-9m4c
Published
April 12, 2023 8:36 PM
Last Modified
February 6, 2025 8:02 PM
CVSS Score
9.0 /10
Primary Ecosystem
Maven
Primary Package
org.xwiki.platform:xwiki-platform-oldcore
GitHub Reviewed
✓ Yes

Dataset

Last updated: September 22, 2025 6:29 AM

Data from GitHub Advisory Database. This information is provided for research and educational purposes.