Cyber Resilience

CVE-2022-41937

Critical

Published: 22 November 2022

Published
22 November 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 9.6 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N
EPSS Score 0.0973 93.1th percentile
Risk Priority 25 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-41937 is a critical-severity Missing Authorization (CWE-862) vulnerability in Xwiki Xwiki. Its CVSS base score is 9.6 (Critical).

Operationally, ranked in the top 6.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

XWiki Platform, a generic wiki platform for building applications, contains an authorization vulnerability tracked as CVE-2022-41937. The flaw stems from missing access controls that permit any user with view rights to import a specially crafted XAR package and thereby alter arbitrary wiki pages. It is assigned CWE-862 and carries a CVSS 3.1 score of 9.6 reflecting network attack vector, low complexity, and changed scope with high confidentiality and integrity impact.

An attacker who already possesses view access on the affected instance can exploit the issue to achieve unauthorized page modifications across the wiki without further authentication or user interaction. This capability can be used to alter content, inject malicious data, or escalate privileges within the platform.

Official patches are available in XWiki 14.6RC1, 14.6, and 13.10.8. The project advisory recommends restricting view rights on the Filter.WebHome page to main-wiki administrators only, or applying the configuration changes described in commit fb49b4f. The associated EPSS score has remained flat at 0.0973 with no material increase since disclosure.

EU & UK References

Vulnerability details

XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. The application allows anyone with view access to modify any page of the wiki by importing a crafted XAR package. The problem has…

more

been patched in XWiki 14.6RC1, 14.6 and 13.10.8. As a workaround, setting the right of the page Filter.WebHome and making sure only the main wiki administrators can view the application installed on main wiki or edit the page and apply the changed described in commit fb49b4f.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

xwiki
xwiki
14.5 · ≤ 13.10.8 · 14.0 — 14.4.3

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-862

Requiring an access control policy ensures authorization checks are defined and applied for critical functions.

addresses: CWE-862

Reviews of access controls detect missing authorization checks on critical functions or resources.

addresses: CWE-862

Documenting permitted unauthenticated actions prevents missing authorization by making all exceptions explicit and subject to organizational review.

addresses: CWE-862

Requiring attribute association with information prevents authorization from being performed without necessary security or privacy context.

addresses: CWE-862

Mandating authorization prior to allowing remote connections addresses missing authorization for remote access.

addresses: CWE-862

Mandating authorization before wireless connections are allowed prevents missing authorization for wireless access.

addresses: CWE-862

The control requires authorization before allowing mobile device connections, directly mitigating missing authorization for system access.

addresses: CWE-862

Requiring approvals for account creation and specifying authorizations ensures authorization is not missing for system access.

References