SCA: security update for org.xwiki.platform:xwiki-platform-tag-ui (GHSA-mq7h-5574-hw9f)

high Tenable Cloud Security Plugin ID 417085

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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 ``` (CVE-2022-41927)

See Also

https://github.com/advisories/GHSA-mq7h-5574-hw9f

Plugin Details

Severity: High

ID: 417085

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3.3

Percentile: 50.87

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 5.8

Vector: CVSS2#AV:N/AC:L/Au:N/C:N/I:C/A:N

CVSS Score Source: CVE-2022-41927

CVSS v3

Risk Factor: High

Base Score: 7.4

Temporal Score: 6.4

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

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 11/21/2022

Vulnerability Publication Date: 11/21/2022

Reference Information

CVE: CVE-2022-41927

cwe: CWE-352