Lucene search

K
cveGitHub_MCVE-2023-36471
HistoryJun 29, 2023 - 8:15 p.m.

CVE-2023-36471

2023-06-2920:15:10
CWE-74
CWE-79
GitHub_M
web.nvd.nist.gov
42
xwiki
html sanitizer
cve-2023-36471
security patch
remote code execution
xss
information security

CVSS3

9

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

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

AI Score

5.8

Confidence

High

EPSS

0.002

Percentile

61.7%

Xwiki commons is the common modules used by other XWiki top level projects. The HTML sanitizer that is included in XWiki since version 14.6RC1 allowed form and input HTML tags. In the context of XWiki, this allows an attacker without script right to either create forms that can be used for phishing attacks or also in the context of a sheet, the attacker could add an input like {{html}}<input type="hidden" name="content" value="{{groovy}}println("Hello from Groovy!")" />{{/html}} that would allow remote code execution when it is submitted by an admin (the sheet is rendered as part of the edit form). The attacker would need to ensure that the edit form looks plausible, though, which can be non-trivial as without script right the attacker cannot display the regular content of the document. This has been patched in XWiki 14.10.6 and 15.2RC1 by removing the central form-related tags from the list of allowed tags. Users are advised to upgrade. As a workaround an admin can manually disallow the tags by adding form, input, select, textarea, button to the configuration option xml.htmlElementSanitizer.forbidTags in the xwiki.properties configuration file.

Affected configurations

Nvd
Vulners
Node
xwikicommonsRange14.614.10.6
OR
xwikicommonsMatch15.0-
OR
xwikicommonsMatch15.0rc1
OR
xwikicommonsMatch15.1-
OR
xwikicommonsMatch15.1rc1
VendorProductVersionCPE
xwikicommons*cpe:2.3:a:xwiki:commons:*:*:*:*:*:*:*:*
xwikicommons15.0cpe:2.3:a:xwiki:commons:15.0:-:*:*:*:*:*:*
xwikicommons15.0cpe:2.3:a:xwiki:commons:15.0:rc1:*:*:*:*:*:*
xwikicommons15.1cpe:2.3:a:xwiki:commons:15.1:-:*:*:*:*:*:*
xwikicommons15.1cpe:2.3:a:xwiki:commons:15.1:rc1:*:*:*:*:*:*

CNA Affected

[
  {
    "vendor": "xwiki",
    "product": "xwiki-commons",
    "versions": [
      {
        "version": ">= 14.6-rc-1, < 14.10.6",
        "status": "affected"
      },
      {
        "version": ">= 15.0-rc-1, < 15.2-rc-1",
        "status": "affected"
      }
    ]
  }
]

CVSS3

9

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

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

AI Score

5.8

Confidence

High

EPSS

0.002

Percentile

61.7%

Related for CVE-2023-36471