CVE-2024-31465: XWiki Platform: Remote code execution from account via SearchSuggestSourceSheet
Any user with edit right on any page can execute any code on the server by adding an object of type XWiki.SearchSuggestSourceClass
to their user profile or any other page. This compromises the confidentiality, integrity and availability of the whole XWiki installation.
To reproduce on an instance, as a user without script nor programming rights, add an object of type XWiki.SearchSuggestSourceClass
to your profile page. On this object, set every possible property to }}}{{async}}{{groovy}}println("Hello from Groovy!"){{/groovy}}{{/async}}
(i.e., name, engine, service, query, limit and icon). Save and display the page, then append ?sheet=XWiki.SearchSuggestSourceSheet
to the URL. If any property displays as Hello from Groovy!}}}
, then the instance is vulnerable.
References
- github.com/advisories/GHSA-34fj-r5gq-7395
- github.com/xwiki/xwiki-platform
- github.com/xwiki/xwiki-platform/commit/0317a3aa78065e66c86fc725976b06bf7f9b446e
- github.com/xwiki/xwiki-platform/commit/2740974c32dbb7cc565546d0f04e2374b32b36f7
- github.com/xwiki/xwiki-platform/commit/6a7f19f6424036fce3d703413137adde950ae809
- github.com/xwiki/xwiki-platform/security/advisories/GHSA-34fj-r5gq-7395
- jira.xwiki.org/browse/XWIKI-21474
- nvd.nist.gov/vuln/detail/CVE-2024-31465
Detect and mitigate CVE-2024-31465 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →