Cyber Resilience

CVE-2024-37901

CriticalRCE

Published: 31 July 2024

Published
31 July 2024
Modified
06 September 2024
KEV Added
Patch
CVSS Score v3.1 9.9 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.0974 93.1th percentile
Risk Priority 26 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-37901 is a critical-severity Eval Injection (CWE-95) vulnerability in Xwiki Xwiki. Its CVSS base score is 9.9 (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, contains a remote code execution vulnerability that permits arbitrary code execution through improper handling of SearchSuggestConfig and SearchSuggestSourceClass objects. The flaw stems from missing authorization checks combined with unsafe code evaluation, allowing injection of executable content. It affects all installations prior to the listed patch releases and carries a CVSS score of 9.9 due to its network-accessible, low-complexity nature and full impact on confidentiality, integrity, and availability.

Any authenticated user granted edit rights on at least one page can exploit the issue by creating instances of the affected classes on their user profile or another accessible document. Successful exploitation grants the attacker full remote code execution privileges over the XWiki installation, enabling complete compromise of the underlying system and all hosted content.

The official GitHub Security Advisory and accompanying commits indicate that the vulnerability is resolved in XWiki 14.10.21, 15.5.5, and 15.10.2. Administrators are advised to upgrade to one of these versions; the referenced patches restrict object instantiation and enforce proper authorization around the Search Suggest configuration classes.

EPSS remains flat at 0.0974 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. Any user with edit right on any page can perform arbitrary remote code execution by adding instances of `XWiki.SearchSuggestConfig` and `XWiki.SearchSuggestSourceClass` to their…

more

user profile or any other page. This compromises the confidentiality, integrity and availability of the whole XWiki installation. This vulnerability has been patched in XWiki 14.10.21, 15.5.5 and 15.10.2.

CWE(s)

Related Threats

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

Affected Assets

xwiki
xwiki
9.2 — 14.10.21 · 15.0 — 15.5.5 · 15.6 — 15.10.2

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