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.
References
Link | Resource |
---|---|
https://github.com/xwiki/xwiki-platform/commit/4c175405faa0e62437df397811c7526dfc0fbae7 | Patch |
https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-6xxr-648m-gch6 | Patch Vendor Advisory |
https://jira.xwiki.org/browse/XWIKI-20135 | Issue Tracking Patch Vendor Advisory |
Configurations
Configuration 1 (hide)
|
History
18 Jul 2023, 15:58
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 9.6 |
CPE | cpe:2.3:a:xwiki:xwiki:*:*:*:*:*:*:*:* | |
First Time |
Xwiki
Xwiki xwiki |
|
References | (MISC) https://github.com/xwiki/xwiki-platform/commit/4c175405faa0e62437df397811c7526dfc0fbae7 - Patch | |
References | (MISC) https://jira.xwiki.org/browse/XWIKI-20135 - Issue Tracking, Patch, Vendor Advisory | |
References | (MISC) https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-6xxr-648m-gch6 - Patch, Vendor Advisory |
10 Jul 2023, 17:43
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2023-07-10 17:15
Updated : 2024-02-28 20:13
NVD link : CVE-2023-37277
Mitre link : CVE-2023-37277
CVE.ORG link : CVE-2023-37277
JSON object : View
Products Affected
xwiki
- xwiki
CWE
CWE-352
Cross-Site Request Forgery (CSRF)