Ecosyste.ms: Advisories
An open API service providing security vulnerability metadata for many open source software ecosystems.
Security Advisories: GSA_kwCzR0hTQS05Y3FtLTV3Zjctd2NqN84AAx7R
XWiki Platform users may execute anything with superadmin right through comments and async macro
Impact
Comments are supposed to be executed with the right of superadmin but in restricted mode (anything dangerous is disabled) but the async macro is not taking into account the restricted mode.
This means that any user with comment right can use the async macro to make it execute any wiki content with the right of superadmin as in:
{{async}}
{{groovy}}println "it works !"{{/groovy}}
{{/async}}
Patches
This has been patched in XWiki 14.9, 14.4.6, and 13.10.10.
Workarounds
The only known workaround consists in applying the following patch and rebuilding and redeploying org.xwiki.platform:xwiki-platform-rendering-async-macro
.
References
For more information
If you have any questions or comments about this advisory:
- Open an issue in Jira
- Email us at Security ML
JSON: https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS05Y3FtLTV3Zjctd2NqN84AAx7R
Source: GitHub Advisory Database
Origin: Unspecified
Severity: Critical
Classification: General
Published: over 1 year ago
Updated: over 1 year ago
CVSS Score: 10.0
CVSS vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
Identifiers: GHSA-9cqm-5wf7-wcj7, CVE-2023-26471
References:
- https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-9cqm-5wf7-wcj7
- https://nvd.nist.gov/vuln/detail/CVE-2023-26471
- https://github.com/xwiki/xwiki-platform/commit/00532d9f1404287cf3ec3a05056640d809516006
- https://jira.xwiki.org/browse/XWIKI-20234
- https://github.com/advisories/GHSA-9cqm-5wf7-wcj7
Blast Radius: 1.0
Affected Packages
maven:org.xwiki.platform:xwiki-platform-rendering-async-macro
Affected Version Ranges: >= 14.5, < 14.9, >= 14.0, < 14.4.6, >= 11.6-rc-1, < 13.10.10Fixed in: 14.9, 14.4.6, 13.10.10