Skip to main content

XWiki Platform CVE-2026-33137

| EUVDEUVD-2026-31157 CRITICAL
Missing Authorization (CWE-862)
2026-05-20 GitHub_M GHSA-qrvh-r3f2-9h4r
9.3
CVSS 4.0 · Vendor: GitHub_M
Share

Severity by source

Vendor (GitHub_M) PRIMARY
9.3 CRITICAL
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Primary rating from Vendor (GitHub_M) · only source for this CVE.

CVSS VectorVendor: GitHub_M

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

3
Source Code Evidence Fetched
May 20, 2026 - 20:04 vuln.today
Analysis Generated
May 20, 2026 - 20:04 vuln.today
Patch available
May 20, 2026 - 20:02 EUVD

DescriptionCVE.org

XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. XWiki Platform is a generic wiki platform. In versions prior to 18.1.0-rc-1, 17.10.3, 17.4.9, and 16.10.17, the POST /wikis/{wikiName} API executes a XAR import without performing any authentication or authorization checks, allowing an unauthenticated attacker to create or update documents in the target wiki. This vulnerability has been patched in XWiki 16.10.17, 17.4.9, 17.10.3, 18.0.1 and 18.1.0-rc-1.

AnalysisAI

Unauthenticated XAR import in XWiki Platform allows remote attackers to create or modify arbitrary documents in a target wiki via the POST /wikis/{wikiName} REST endpoint, which was missing authorization checks. Affects all releases prior to 16.10.17, 17.4.9, 17.10.3, 18.0.1, and 18.1.0-rc-1. CVSS 4.0 base score is 9.3 (critical) with no public exploit identified at time of analysis, but the patch commit clearly exposes the trivial nature of the bypass.

Technical ContextAI

XWiki Platform is a Java-based open-source enterprise wiki engine that exposes a REST API for content management, including a XAR (XWiki Archive) import facility used to bulk-load wiki pages, attachments, and configuration. The vulnerable code path is WikiResourceImpl.java in the xwiki-platform-rest-server module, which handles POST /wikis/{wikiName}. The root cause is CWE-862 (Missing Authorization): the handler invoked the XAR import logic without consulting the ContextualAuthorizationManager, so no Right.ADMIN check was enforced on the target wiki reference. The patch injects ContextualAuthorizationManager and calls checkAccess(Right.ADMIN, new WikiReference(wikiName)), returning HTTP 403 when the caller lacks wiki admin rights - a regression test confirms guests now receive FORBIDDEN while superadmin still succeeds.

RemediationAI

Vendor-released patches are available - upgrade to XWiki 16.10.17, 17.4.9, 17.10.3, 18.0.1, or 18.1.0-rc-1 depending on your branch, as documented in the GHSA-qrvh-r3f2-9h4r advisory (https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-qrvh-r3f2-9h4r) and fix commit 4b7b95b79256374d487e9ece1dc48f527966990f. If an immediate upgrade is not feasible, block or require authentication on POST requests to /wikis/{wikiName} (and any /rest/wikis/{wikiName} variants) at a reverse proxy or WAF; the trade-off is that legitimate administrative XAR imports via REST will also break and must be performed through an authenticated path or the web UI. As an additional defense, restrict the REST endpoint to internal management networks until patched. Generic compensating controls such as monitoring for unexpected document creation events in the wiki audit log are useful for detection but do not prevent exploitation.

More in Xwiki

View all
CVE-2025-24893 CRITICAL POC
9.8 Feb 20

XWiki Platform allows unauthenticated remote code execution through the SolrSearch endpoint, enabling guests to execute

CVE-2024-21650 CRITICAL POC
10.0 Jan 08

XWiki Platform prior to specific patched versions contains a CVSS 10.0 remote code execution vulnerability through the u

CVE-2025-32969 CRITICAL POC
9.3 Apr 23

XWiki is a generic wiki platform. Rated critical severity (CVSS 9.3), this vulnerability is remotely exploitable, no aut

CVE-2023-27479 CRITICAL POC
9.9 Mar 07

XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. Rated critical

CVE-2023-26055 CRITICAL POC
9.9 Mar 02

XWiki Commons are technical libraries common to several other top level XWiki projects. Rated critical severity (CVSS 9.

CVE-2024-31996 CRITICAL POC
9.8 Apr 10

XWiki Platform is a generic wiki platform. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitabl

CVE-2024-31982 CRITICAL POC
9.8 Apr 10

XWiki Platform is a generic wiki platform. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitabl

CVE-2023-46731 CRITICAL POC
9.8 Nov 06

XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. Rated critical

CVE-2023-26477 CRITICAL POC
9.8 Mar 02

XWiki Platform is a generic wiki platform. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitabl

CVE-2025-49586 HIGH POC
8.8 Jun 13

A remote code execution vulnerability in XWiki (CVSS 8.8). Risk factors: public PoC available. Vendor patch is available

CVE-2025-55747 CRITICAL POC
9.3 Sep 03

XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. Rated critical

CVE-2025-46558 CRITICAL POC
9.0 Apr 30

XWiki Contrib's Syntax Markdown allows importing Markdown content into wiki pages and creating wiki content in Markdown.

Share

CVE-2026-33137 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy