LiveActive security incident?Get immediate response
CVE Record

CVE-2023-37277: XWiki Platform vulnerable to cross-site request forgery (CSRF) via the REST API

XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. The REST API allows executing all actions via POST requests and accepts `text/plain`, `multipart/form-data` or `application/www-form-urlencoded` as content types which can be sent via regular HTML forms, thus allowing cross-site request forgery. With the interaction of a user with programming rights, this allows remote code execution through script macros and thus impacts the integrity, availability and confidentiality of the whole XWiki installation. For regular cookie-based authentication, the vulnerability is mitigated by SameSite cookie restrictions but as of March 2023, these are not enabled by default in Firefox and Safari. The vulnerability has been patched in XWiki 14.10.8 and 15.2 by requiring a CSRF token header for certain request types that are susceptible to CSRF attacks.

CriticalCVSS 9.7Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

CVE-2023-37277 lets an attacker abuse a logged-in XWiki user’s browser to make unwanted REST API changes. If the targeted user has programming rights, the impact can reach remote code execution, putting site data, uptime, and integrity at risk.

Executive priority

Treat this as urgent for any active XWiki deployment, especially public or widely used internal wikis. The issue can escalate from a browser-based request forgery into full compromise when privileged wiki users are targeted.

Technical view

Affected XWiki Platform versions accept REST API POST requests with browser-form content types without requiring a CSRF token header. This enables CSRF. The vendor patched it in 14.10.8 and 15.2 by requiring a CSRF token header for susceptible request types.

Likely exposure

Organizations running XWiki Platform >=1.8 and <14.10.8, or >=15.0-rc-1 and <15.2, are in scope. Exposure is most serious where cookie-authenticated users with programming rights use the affected instance.

Exploitation context

The source bundle reports no CISA KEV listing and provides no evidence of active exploitation. Exploitation requires user interaction; the highest-impact scenario involves a victim with programming rights being induced to trigger unwanted REST API actions.

Researcher notes

The key condition is CSRF through REST API POST handling of form-compatible content types. Validate version exposure and privilege context; do not assume active exploitation from the provided sources. Patch behavior centers on CSRF token header enforcement.

Mitigation direction

  • Upgrade XWiki Platform to 14.10.8, 15.2, or later vendor-supported releases.
  • Review the GitHub advisory for any deployment-specific guidance.
  • Verify SameSite cookie protections where compatible, especially for cookie-based authentication.
  • Limit programming rights to users who genuinely require them.
  • Monitor vendor advisories for any additional mitigations or backports.

Validation and detection

  • Inventory XWiki Platform versions across production and non-production systems.
  • Confirm affected instances are upgraded beyond the vulnerable version ranges.
  • Check whether cookie-based authentication is used on affected deployments.
  • Review accounts and groups with programming rights.
  • Review logs for unusual REST API changes around sensitive pages or macros.
Prepared
Confidence
high
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-352: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-37277 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
9.7CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H2.86Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.7Critical
CVSS 3.1 vector shape for CVE-2023-37277Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
xwikixwiki-platform>= 1.8, < 14.10.8, >= 15.0-rc-1, < 15.2Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-352 · source CWE mapping

Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.