Skip to content

org.xwiki.platform:xwiki-platform-panels-ui vulnerable to Eval Injection

Critical severity GitHub Reviewed Published Mar 7, 2023 in xwiki/xwiki-platform

Package

maven org.xwiki.platform:xwiki-platform-panels-ui (Maven)

Affected versions

>= 6.3-milestone-2, < 13.10.11
>= 14.0, < 14.4.7
>= 14.5, < 14.10-rc-1

Patched versions

13.10.11
14.4.7
14.10-rc-1

Description

Impact

Any user with view 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 UIX parameters

A proof of concept exploit is to log in, add an XWiki.UIExtensionClass xobject to the user profile page, with an Extension Parameters content of:

order=100
label={{/html}} {{async async="true" cached="false" context="doc.reference"}}{{groovy}}println("Hello " + "from groovy!"){{/groovy}}{{/async}}
icon=icon:pencil
target=XWiki.username

Then, navigating to PanelsCode.ApplicationsPanelConfigurationSheet (i.e., <xwiki-host>/xwiki/bin/view/PanelsCode/ApplicationsPanelConfigurationSheet where <xwiki-host> is the URL of your XWiki installation) should not execute the Groovy script. If it does, you will see Hello from groovy! displayed on the screen.

Patches

The vulnerability has been patched in XWiki 13.10.11, 14.4.7 and 14.10-rc-1

Workarounds

The issue can be fixed by editing the PanelsCode.ApplicationsPanelConfigurationSheet wiki page and making the same modifications as shown in the patch for this issue.

References

For more information

If you have any questions or comments about this advisory:

References

@vmassol vmassol published to xwiki/xwiki-platform Mar 7, 2023
Published by the National Vulnerability Database Mar 7, 2023
Published to the GitHub Advisory Database Mar 8, 2023
Reviewed Mar 8, 2023

Severity

Critical
10.0
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
Low
User interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H

Weaknesses

CVE ID

CVE-2023-27479

GHSA ID

GHSA-qxjg-jhgw-qhrv

Source code

Checking history
See something to contribute? Suggest improvements for this vulnerability.