logo

CVE-2023-29214 org.xwiki.platform:xwiki-platform-panels-ui

Package

Manager: maven
Name: org.xwiki.platform:xwiki-platform-panels-ui
Vulnerable Version: >=1.1-m2 <13.10.11 || >=14.0-rc-1 <14.4.7 || >=14.5 <14.10

Severity

Level: Critical

CVSS v3.1: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H

CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H

EPSS: 0.07117 pctl0.91174

Details

org.xwiki.platform:xwiki-platform-panels-ui Eval Injection vulnerability ### Impact Any user with edit rights can execute arbitrary Groovy, Python or Velocity code in XWiki leading to full access to the XWiki installation. The root cause is improper escaping of the included pages in the IncludedDocuments panel. **Precondition**: As an admin, add the `Panels.IncludedDocuments` panel on one column. A proof of concept exploit is to edit a document and add the following code before saving. ``` {{display reference="{{cache~}~}{{groovy~}~}println(~"Hello from Groovy~" + ~" in included document!~"){{/groovy~}~}{{/cache~}~}"/}} ``` **expected** The right had side panels contain: ``` One included page: {{cache}}{{groovy}}println("Hello from Groovy" + " in included document!"){{/groovy}}{{/cache}} ``` **actual** The right had side panels contain: ``` One included page: XWiki.Hello from Groovy in included document! ``` ### Patches The problem has been patched on XWiki 14.4.7, and 14.10. ### Workarounds The issue can be fixed manually applying this [patch](https://github.com/xwiki/xwiki-platform/commit/50b4d91418b4150933f0317eb4a94ceaf5b69f67). ### References - https://github.com/xwiki/xwiki-platform/commit/50b4d91418b4150933f0317eb4a94ceaf5b69f67 - https://jira.xwiki.org/browse/XWIKI-20306 ### For more information If you have any questions or comments about this advisory: * Open an issue in [Jira XWiki.org](https://jira.xwiki.org/) * Email us at [Security Mailing List](mailto:security@xwiki.org)

Metadata

Created: 2023-04-12T20:35:50Z
Modified: 2023-04-26T20:33:30Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/04/GHSA-qx9h-c5v6-ghqh/GHSA-qx9h-c5v6-ghqh.json
CWE IDs: ["CWE-94", "CWE-95"]
Alternative ID: GHSA-qx9h-c5v6-ghqh
Finding: F184
Auto approve: 1