An open API service providing security vulnerability metadata for many open source software ecosystems.

GSA_kwCzR0hTQS12cjU5LWdtNTMtdjdjcc4ABKdc

Critical CVSS: 9.3 EPSS: 0.01621% (0.81059 Percentile) EPSS:

XWiki Platform vulnerable to SQL injection through getdeleteddocuments.vm template sort parameter

Affected Packages Affected Versions Fixed Versions
maven:org.xwiki.platform:xwiki-platform-distribution-war >= 17.0.0-rc-1, < 17.3.0-rc-1, >= 9.4-rc-1, < 16.10.6 17.3.0-rc-1, 16.10.6

Impact

It's possible for anyone to inject SQL using the parameter sort of the getdeleteddocuments.vm. It's injected as is as an ORDER BY value.

One can see the result of the injection with http://127.0.0.1:8080/xwiki/rest/liveData/sources/liveTable/entries?sourceParams.template=getdeleteddocuments.vm&sort=injected (this example does not work, but it shows that an HQL query was executed with the passed value which look nothing like an order by value, without any kind of sanitation).

Patches

This has been patched in 17.3.0-rc-1, 16.10.6.

Workarounds

There is no known workaround, other than upgrading XWiki.

References

https://jira.xwiki.org/browse/XWIKI-23093

For more information

If you have any questions or comments about this advisory:

Attribution

The vulnerability was identifier by Aleksey Solovev from Positive Technologies.

References: