Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2022-41927 Details

Description

XWiki Platform is vulnerable to Cross-Site Request Forgery (CSRF) that may allow attackers to delete or rename tags without needing any confirmation. The problem has been patched in XWiki 13.10.7, 14.4.1 and 14.5RC1. Workarounds: It's possible to patch existing instances directly by editing the page Main.Tags and add this kind of check, in the code for renaming and for deleting: ``` #if (!$services.csrf.isTokenValid($request.get('form_token'))) #set ($discard = $response.sendError(401, "Wrong CSRF token")) #end ```

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-352Cross-Site Request Forgery (CSRF)[email protected]

Affected Products

ProductVersions
xwiki xwiki
> 3.2, < 13.10.7
3.2 milestone2
3.2 milestone3
14.4

CPE

  • cpe:2.3:a:xwiki:xwiki:*:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:xwiki:3.2:milestone2:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:xwiki:3.2:milestone3:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:xwiki:14.4:*:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

5 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2022-41927
NVD Published Date:
Nov 23, 2022
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2022-41927 Details - Not Deferred