53 lines
1.9 KiB
YAML
53 lines
1.9 KiB
YAML
id: CVE-2020-2140
|
|
|
|
info:
|
|
name: Jenkin Audit Trail <=3.2 - Cross-Site Scripting
|
|
author: j3ssie/geraldino2
|
|
severity: medium
|
|
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.
|
|
impact: |
|
|
Successful exploitation of this vulnerability could allow an attacker to inject malicious scripts into the application, leading to potential data theft, session hijacking, or defacement.
|
|
remediation: |
|
|
Upgrade to the latest version of Jenkin Audit Trail (>=3.3) which includes a fix for this vulnerability.
|
|
reference:
|
|
- https://www.jenkins.io/security/advisory/2020-03-09/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-2140
|
|
- https://jenkins.io/security/advisory/2020-03-09/#SECURITY-1722
|
|
- http://www.openwall.com/lists/oss-security/2020/03/09/1
|
|
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-2140
|
|
cwe-id: CWE-79
|
|
epss-score: 0.00181
|
|
epss-percentile: 0.55398
|
|
cpe: cpe:2.3:a:jenkins:audit_trail:*:*:*:*:*:jenkins:*:*
|
|
metadata:
|
|
max-request: 2
|
|
vendor: jenkins
|
|
product: audit_trail
|
|
framework: jenkins
|
|
tags: cve,cve2020,jenkins,xss,plugin
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/descriptorByName/AuditTrailPlugin/regexCheck?value=*j%3Ch1%3Esample"
|
|
- "{{BaseURL}}/jenkins/descriptorByName/AuditTrailPlugin/regexCheck?value=*j%3Ch1%3Esample"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- <h1>sample
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a00473045022100e256b8bfae932748b60d99e2267de8d9a1689aba5ade9110d2a64e72d845b1e10220680785e4fdf1220f65a2ee8e5fcde66f7df14979f859b0583c766964c435ae06:922c64590222798bb761d5b6d8e72950 |