gsd-2022-41927
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
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 ```
Aliases
Aliases
{ GSD: { alias: "CVE-2022-41927", id: "GSD-2022-41927", }, gsd: { metadata: { exploitCode: "unknown", remediation: "unknown", reportConfidence: "confirmed", type: "vulnerability", }, osvSchema: { aliases: [ "CVE-2022-41927", ], details: "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 ```", id: "GSD-2022-41927", modified: "2023-12-13T01:19:32.529740Z", schema_version: "1.4.0", }, }, namespaces: { "cve.org": { CVE_data_meta: { ASSIGNER: "security-advisories@github.com", ID: "CVE-2022-41927", STATE: "PUBLIC", TITLE: "XWiki Platform vulnerable to Cross-Site Request Forgery (CSRF) allowing to delete or rename tags", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "xwiki-platform", version: { version_data: [ { version_value: ">= 3.2-milestone-2, < 13.10.7", }, { version_value: ">= 14.0.0, < 14.4.1", }, ], }, }, ], }, vendor_name: "xwiki", }, ], }, }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "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 ```", }, ], }, impact: { cvss: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 7.4, baseSeverity: "HIGH", confidentialityImpact: "NONE", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:H/A:N", version: "3.1", }, }, problemtype: { problemtype_data: [ { description: [ { lang: "eng", value: "CWE-352: Cross-Site Request Forgery (CSRF)", }, ], }, ], }, references: { reference_data: [ { name: "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-mq7h-5574-hw9f", refsource: "CONFIRM", url: "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-mq7h-5574-hw9f", }, { name: "https://github.com/xwiki/xwiki-platform/commit/7fd4cda0590180c4d34f557597e9e10e263def9e", refsource: "MISC", url: "https://github.com/xwiki/xwiki-platform/commit/7fd4cda0590180c4d34f557597e9e10e263def9e", }, ], }, source: { advisory: "GHSA-mq7h-5574-hw9f", discovery: "UNKNOWN", }, }, "gitlab.com": { advisories: [ { affected_range: "[3.2-milestone-2,13.10.7),[14.0.0,14.4.1)", affected_versions: "All versions starting from 3.2-milestone-2 before 13.10.7, all versions starting from 14.0.0 before 14.4.1", cwe_ids: [ "CWE-1035", "CWE-352", "CWE-937", ], date: "2022-11-21", description: "Cross-Site Request Forgery (CSRF) in org.xwiki.platform:xwiki-platform-tag-ui.", fixed_versions: [ "13.10.7", "14.4.1", ], identifier: "GMS-2022-6936", identifiers: [ "GHSA-mq7h-5574-hw9f", "GMS-2022-6936", "CVE-2022-41927", ], not_impacted: "All versions before 3.2-milestone-2, all versions starting from 13.10.7 before 14.0.0, all versions starting from 14.4.1", package_slug: "maven/org.xwiki.platform/xwiki-platform-tag-ui", pubdate: "2022-11-21", solution: "Upgrade to versions 13.10.7, 14.4.1 or above.", title: "Cross-Site Request Forgery (CSRF)", urls: [ "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-mq7h-5574-hw9f", "https://github.com/advisories/GHSA-mq7h-5574-hw9f", ], uuid: "a17d0eb5-583a-4da1-afa5-210edafe7b7d", }, ], }, "nvd.nist.gov": { configurations: { CVE_data_version: "4.0", nodes: [ { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:a:xwiki:xwiki:14.4:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:xwiki:xwiki:3.2:milestone2:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:xwiki:xwiki:3.2:milestone3:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:xwiki:xwiki:*:*:*:*:*:*:*:*", cpe_name: [], versionEndExcluding: "13.10.7", versionStartExcluding: "3.2", vulnerable: true, }, ], operator: "OR", }, ], }, cve: { CVE_data_meta: { ASSIGNER: "security-advisories@github.com", ID: "CVE-2022-41927", }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "en", value: "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 ```", }, ], }, problemtype: { problemtype_data: [ { description: [ { lang: "en", value: "CWE-352", }, ], }, ], }, references: { reference_data: [ { name: "https://github.com/xwiki/xwiki-platform/commit/7fd4cda0590180c4d34f557597e9e10e263def9e", refsource: "MISC", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/xwiki/xwiki-platform/commit/7fd4cda0590180c4d34f557597e9e10e263def9e", }, { name: "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-mq7h-5574-hw9f", refsource: "CONFIRM", tags: [ "Mitigation", "Patch", "Third Party Advisory", ], url: "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-mq7h-5574-hw9f", }, ], }, }, impact: { baseMetricV3: { cvssV3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 7.4, baseSeverity: "HIGH", confidentialityImpact: "NONE", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:H/A:N", version: "3.1", }, exploitabilityScore: 2.8, impactScore: 4, }, }, lastModifiedDate: "2022-11-30T16:22Z", publishedDate: "2022-11-23T19:15Z", }, }, }
Log in or create an account to share your comment.
Security Advisory comment format.
This schema specifies the format of a comment related to a security advisory.
Title of the comment
Description of the comment
Loading…
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.