Skip to content

Missing authorization in xwiki-platform

Moderate severity GitHub Reviewed Published Feb 9, 2022 in xwiki/xwiki-platform • Updated Jul 13, 2023

Package

maven org.xwiki.platform:xwiki-platform-oldcore (Maven)

Affected versions

>= 13.6-rc-1, <= 13.6
>= 13.0.0, < 13.4.3
< 12.10.9

Patched versions

13.7-rc-1
13.4.3
12.10.9

Description

Impact

Any user with SCRIPT right (EDIT right before XWiki 7.4) can read any file located in the XWiki WAR (for example xwiki.cfg and xwiki.properties) through XWiki#invokeServletAndReturnAsString:

$xwiki.invokeServletAndReturnAsString("/WEB-INF/xwiki.cfg")

Patches

It has been patched in XWiki versions 12.10.9, 13.4.3 and 13.7-rc-1.

Workarounds

The only workaround is to give SCRIPT right only to trusted users.

References

https://jira.xwiki.org/browse/XWIKI-18870

For more information

If you have any questions or comments about this advisory:

References

@tmortagne tmortagne published to xwiki/xwiki-platform Feb 9, 2022
Published to the GitHub Advisory Database Feb 9, 2022
Reviewed Feb 9, 2022
Published by the National Vulnerability Database Feb 9, 2022
Last updated Jul 13, 2023

Severity

Moderate
5.5
/ 10

CVSS base metrics

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

CVE ID

CVE-2022-23621

GHSA ID

GHSA-2jhm-qp48-hv5j

Source code

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