GHSA-qxjg-jhgw-qhrv

Suggest an improvement
Source
https://github.com/advisories/GHSA-qxjg-jhgw-qhrv
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/03/GHSA-qxjg-jhgw-qhrv/GHSA-qxjg-jhgw-qhrv.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-qxjg-jhgw-qhrv
Aliases
Published
2023-03-08T17:18:33Z
Modified
2023-11-08T04:12:04.606373Z
Severity
  • 9.9 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H CVSS Calculator
Summary
org.xwiki.platform:xwiki-platform-panels-ui vulnerable to Eval Injection
Details

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

  • https://github.com/xwiki/xwiki-platform/commit/6de5442f3c91c3634a66c7b458d5b142e1c2a2dc
  • https://jira.xwiki.org/browse/XWIKI-20294

For more information

If you have any questions or comments about this advisory: * Open an issue in Jira XWiki.org * Email us at Security Mailing List

Database specific
{
    "nvd_published_at": "2023-03-07T19:15:00Z",
    "github_reviewed_at": "2023-03-08T17:18:33Z",
    "severity": "CRITICAL",
    "github_reviewed": true,
    "cwe_ids": [
        "CWE-74"
    ]
}
References

Affected packages

Maven / org.xwiki.platform:xwiki-platform-panels-ui

Package

Name
org.xwiki.platform:xwiki-platform-panels-ui
View open source insights on deps.dev
Purl
pkg:maven/org.xwiki.platform/xwiki-platform-panels-ui

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.3-milestone-2
Fixed
13.10.11

Maven / org.xwiki.platform:xwiki-platform-panels-ui

Package

Name
org.xwiki.platform:xwiki-platform-panels-ui
View open source insights on deps.dev
Purl
pkg:maven/org.xwiki.platform/xwiki-platform-panels-ui

Affected ranges

Type
ECOSYSTEM
Events
Introduced
14.0
Fixed
14.4.7

Maven / org.xwiki.platform:xwiki-platform-panels-ui

Package

Name
org.xwiki.platform:xwiki-platform-panels-ui
View open source insights on deps.dev
Purl
pkg:maven/org.xwiki.platform/xwiki-platform-panels-ui

Affected ranges

Type
ECOSYSTEM
Events
Introduced
14.5
Fixed
14.10-rc-1