GHSA-qx9h-c5v6-ghqh

Suggest an improvement
Source
https://github.com/advisories/GHSA-qx9h-c5v6-ghqh
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/04/GHSA-qx9h-c5v6-ghqh/GHSA-qx9h-c5v6-ghqh.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-qx9h-c5v6-ghqh
Aliases
Published
2023-04-12T20:35:50Z
Modified
2023-11-08T04:12:18.123836Z
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 Eval Injection vulnerability
Details

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.

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:

Database specific
{
    "nvd_published_at": "2023-04-16T07:15:00Z",
    "github_reviewed_at": "2023-04-12T20:35:50Z",
    "severity": "CRITICAL",
    "github_reviewed": true,
    "cwe_ids": [
        "CWE-94",
        "CWE-95"
    ]
}
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
1.1-M2
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-rc-1
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